From fc7d514a9cad0d03b000367b4af22a4c174e45f5 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 20 May 2017 06:14:43 +0800 Subject: [PATCH] Update docker-toolbox.md (#3232) --- docker-for-mac/docker-toolbox.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-for-mac/docker-toolbox.md b/docker-for-mac/docker-toolbox.md index b64ceb14b3..45b02eaca2 100644 --- a/docker-for-mac/docker-toolbox.md +++ b/docker-for-mac/docker-toolbox.md @@ -12,10 +12,10 @@ coexist. ## The Docker Toolbox environment -Docker Toolbox installs `docker`, `docker-compose` and `docker-machine` in +Docker Toolbox installs `docker`, `docker-compose`, and `docker-machine` in `/usr/local/bin` on your Mac. It also installs VirtualBox. At installation time, Toolbox uses `docker-machine` to provision a VirtualBox VM called `default`, -running the `boot2docker` Linux distribution, with [Docker Engine](/engine/) +running the `boot2docker` Linux distribution, with [Docker Engine](/engine/) with certificates located on your Mac at `$HOME/.docker/machine/machines/default`. @@ -158,7 +158,7 @@ is running a different version of server. default * virtualbox Running tcp://192.168.99.100:2376 v1.10.1 docker-sandbox - digitalocean Running tcp://104.131.43.236:2376 v1.10.0 -You might also run into a similar situation with Docker Universal Control Plan (UCP). +You might also run into a similar situation with Docker Universal Control Plane (UCP). There are a few ways to address this problem and keep using your older machines. One solution is to use a version manager like [DVM](https://github.com/getcarina/dvm).