不要怂,就是干,撸起袖子干!

Commit ef7b1f2a by Junliang Huang Committed by Mick Hansen

deprecate boot2docker-cli in contributing docs (#5862)

Signed-off-by: J Huang <i@jhuang.me>
1 parent 27b83d3a
Showing with 9 additions and 2 deletions
......@@ -70,6 +70,9 @@ get SQLite tests for free :)
Makes sure Docker and docker-compose are installed.
If running on OSX, install [Docker Toolbox](https://docs.docker.com/engine/installation/mac/) and
launch `Docker Quickstart Terminal.app`.
Then simply run:
```sh
......@@ -86,9 +89,13 @@ To rebuild the image (in case of changed dependencies or similar).
If sequelize is unable to connect to mysql you might want to try running `sudo docker-compose up` in a second terminal window.
#### 3b. Docker and OSX:
#### 3b. [Deprecated] Docker and OSX using `boot2docker-cli`:
Docker does not run on OSX natively so you will have to use a VM layer like `boot2docker`.
[Docker Machine](https://docs.docker.com/machine/) will take care of the VM layer and it is included in Docker Toolbox.
Docker does not run on OSX natively so you will have to use an VM layer like `boot2docker`. See [OSX Docker Documentation](http://docs.docker.com/installation/mac/) for install or you can also use [Homebrew](http://brew.sh) to install `boot2docker` after installing [VirtualBox](https://www.virtualbox.org)
[boot2docker-cli](https://github.com/boot2docker/boot2docker-cli) is a command line interface to manipulate `boot2docker`, it is officially deprecated in favor of Docker Machine. If you insists, you can see [boot2docker-cli/release](https://github.com/boot2docker/boot2docker-cli/releases) for install or you can also use [Homebrew](http://brew.sh) to install `boot2docker` after installing [VirtualBox](https://www.virtualbox.org).
After installing and intializing docker you can pull the docker container:
```console
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!