Depersonalize docs (#6760)

This commit is contained in:
Gwendolynne Barr 2018-05-24 15:05:27 -07:00 committed by GitHub
parent f1ec5d916a
commit c9e06d476f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View File

@ -100,7 +100,7 @@ For example:
$ docker-machine env my-local-machine $ docker-machine env my-local-machine
export DOCKER_TLS_VERIFY="1" export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://192.168.99.100:2376" 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/<your_username>/.docker/machine/machines/my-local-machine"
export DOCKER_MACHINE_NAME="my-local-machine" export DOCKER_MACHINE_NAME="my-local-machine"
# Run this command to configure your shell: # Run this command to configure your shell:
# eval $(docker-machine env my-local-machine) # eval $(docker-machine env my-local-machine)

View File

@ -76,7 +76,7 @@ coexistence](docker-toolbox.md#docker-toolbox-and-docker-for-mac-coexistence).
DOCKER_HOST=tcp://192.168.99.100:2376 DOCKER_HOST=tcp://192.168.99.100:2376
DOCKER_MACHINE_NAME=default DOCKER_MACHINE_NAME=default
DOCKER_TLS_VERIFY=1 DOCKER_TLS_VERIFY=1
DOCKER_CERT_PATH=/Users/victoriabialas/.docker/machine/machines/default DOCKER_CERT_PATH=/Users/<your_username>/.docker/machine/machines/default
If this command returns no output, you are ready to use Docker for Mac. If this command returns no output, you are ready to use Docker for Mac.

View File

@ -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 PS C:\WINDOWS\system32> docker-machine create -d hyperv --hyperv-virtual-switch "Primary Virtual Switch" manager1
Running pre-create checks... Running pre-create checks...
Creating machine... Creating machine...
(manager1) Copying C:\Users\Vicky\.docker\machine\cache\boot2docker.iso to C:\Users\Vicky\.docker\machine\machines\manag (manager1) Copying C:\Users\<your_username>\.docker\machine\cache\boot2docker.iso to C:\Users\<your_username>\.docker\machine\machines\manag
er1\boot2docker.iso... er1\boot2docker.iso...
(manager1) Creating SSH key... (manager1) Creating SSH key...
(manager1) Creating VM... (manager1) Creating VM...

View File

@ -305,7 +305,7 @@ shell to talk to different Docker engines.
DOCKER_HOST=tcp://192.168.99.100:2376 DOCKER_HOST=tcp://192.168.99.100:2376
DOCKER_MACHINE_NAME=default DOCKER_MACHINE_NAME=default
DOCKER_TLS_VERIFY=1 DOCKER_TLS_VERIFY=1
DOCKER_CERT_PATH=/Users/victoriabialas/.docker/machine/machines/default DOCKER_CERT_PATH=/Users/<your_username>/.docker/machine/machines/default
``` ```
If it returns output (as shown in the example), you can unset the `DOCKER` environment variables. If it returns output (as shown in the example), you can unset the `DOCKER` environment variables.