diff --git a/docker-cloud/cloud-swarm/connect-to-swarm.md b/docker-cloud/cloud-swarm/connect-to-swarm.md index 384c841b2a..244b419e40 100644 --- a/docker-cloud/cloud-swarm/connect-to-swarm.md +++ b/docker-cloud/cloud-swarm/connect-to-swarm.md @@ -52,8 +52,8 @@ swarm. ``` $ docker node ls ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS - dhug6p7arwrm3a9j62zh0a0hf ip-172-31-23-167.us-west-1.compute.internal Ready Active - xmbxtffkrzaveqhyuouj0rxso ip-172-31-4-109.us-west-1.compute.internal Ready Active + dhug6p7arwrm3a9j62zh0a0hf ip-172-31-23-167.us-west-1.compute.internal Ready Active + xmbxtffkrzaveqhyuouj0rxso ip-172-31-4-109.us-west-1.compute.internal Ready Active yha4q9bleg80kvbn9tqgxd69g * ip-172-31-24-61.us-west-1.compute.internal Ready Active Leader ``` @@ -62,8 +62,8 @@ swarm. ``` $ docker node ls ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS - 6uotpiv8vyxsjzdtux13nkvj4 swarm-worker000001 Ready Active - qmvk4swo9rdv1viu9t88dw0t3 swarm-worker000000 Ready Active + 6uotpiv8vyxsjzdtux13nkvj4 swarm-worker000001 Ready Active + qmvk4swo9rdv1viu9t88dw0t3 swarm-worker000000 Ready Active w7kgzzdkka0k2svssz1dk1fzw * swarm-manager000000 Ready Active Leader ``` @@ -100,7 +100,7 @@ For example: $ docker-machine env my-local-machine export DOCKER_TLS_VERIFY="1" export DOCKER_HOST="tcp://192.168.99.100:2376" - export DOCKER_CERT_PATH="/Users/victoriabialas/.docker/machine/machines/my-local-machine" + export DOCKER_CERT_PATH="/Users//.docker/machine/machines/my-local-machine" export DOCKER_MACHINE_NAME="my-local-machine" # Run this command to configure your shell: # eval $(docker-machine env my-local-machine) @@ -140,17 +140,17 @@ Here is an example, showing the Docker for Mac UI. ```shell [vote-swarm] ~ - ``` + ``` 4. Now, you can run `docker node ls` to verify that the swarm is running. ```shell [vote-swarm] ~ $ docker node ls ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS - 7ex8inrg8xzgonaunwp35zxfl ip-172-31-6-204.us-west-1.compute.internal Ready Active + 7ex8inrg8xzgonaunwp35zxfl ip-172-31-6-204.us-west-1.compute.internal Ready Active ec3kxibdxqhgw5aele7x853er * ip-172-31-0-178.us-west-1.compute.internal Ready Active Leader - z4ngrierv27wdm6oy0z3t9r1z ip-172-31-31-240.us-west-1.compute.internal Ready Active - ``` + z4ngrierv27wdm6oy0z3t9r1z ip-172-31-31-240.us-west-1.compute.internal Ready Active + ``` ## Reconnect a swarm diff --git a/docker-for-mac/docker-toolbox.md b/docker-for-mac/docker-toolbox.md index bcd03b6544..10acf87787 100644 --- a/docker-for-mac/docker-toolbox.md +++ b/docker-for-mac/docker-toolbox.md @@ -76,7 +76,7 @@ coexistence](docker-toolbox.md#docker-toolbox-and-docker-for-mac-coexistence). DOCKER_HOST=tcp://192.168.99.100:2376 DOCKER_MACHINE_NAME=default DOCKER_TLS_VERIFY=1 - DOCKER_CERT_PATH=/Users/victoriabialas/.docker/machine/machines/default + DOCKER_CERT_PATH=/Users//.docker/machine/machines/default If this command returns no output, you are ready to use Docker for Mac. diff --git a/machine/drivers/hyper-v.md b/machine/drivers/hyper-v.md index 455ea51012..30a3b06987 100644 --- a/machine/drivers/hyper-v.md +++ b/machine/drivers/hyper-v.md @@ -105,7 +105,7 @@ you can create these swarm nodes: `manager1`, `worker1`, `worker2`. PS C:\WINDOWS\system32> docker-machine create -d hyperv --hyperv-virtual-switch "Primary Virtual Switch" manager1 Running pre-create checks... Creating machine... - (manager1) Copying C:\Users\Vicky\.docker\machine\cache\boot2docker.iso to C:\Users\Vicky\.docker\machine\machines\manag + (manager1) Copying C:\Users\\.docker\machine\cache\boot2docker.iso to C:\Users\\.docker\machine\machines\manag er1\boot2docker.iso... (manager1) Creating SSH key... (manager1) Creating VM... diff --git a/machine/get-started.md b/machine/get-started.md index 8f62594615..4b44047f98 100644 --- a/machine/get-started.md +++ b/machine/get-started.md @@ -305,7 +305,7 @@ shell to talk to different Docker engines. DOCKER_HOST=tcp://192.168.99.100:2376 DOCKER_MACHINE_NAME=default DOCKER_TLS_VERIFY=1 - DOCKER_CERT_PATH=/Users/victoriabialas/.docker/machine/machines/default + DOCKER_CERT_PATH=/Users//.docker/machine/machines/default ``` If it returns output (as shown in the example), you can unset the `DOCKER` environment variables.