Skip to content

Instantly share code, notes, and snippets.

@rkJun
Last active June 30, 2017 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkJun/ad91bf403045891bdb6fc653468b3773 to your computer and use it in GitHub Desktop.
Save rkJun/ad91bf403045891bdb6fc653468b3773 to your computer and use it in GitHub Desktop.
Install Docker on MacOS

Install Docker on MacOS

  1. Install Virtual Box

  2. Install docker

$ brew install docker

...

$ brew install docker-compose

...

$ brew install docker-machine

...

$ docker-machine create --driver virtualbox default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment