mirror of https://github.com/docker/docs.git
Depersonalize docs (#6760)
This commit is contained in:
parent
f1ec5d916a
commit
c9e06d476f
|
@ -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/<your_username>/.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)
|
||||
|
|
|
@ -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/<your_username>/.docker/machine/machines/default
|
||||
|
||||
If this command returns no output, you are ready to use Docker for Mac.
|
||||
|
||||
|
|
|
@ -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\<your_username>\.docker\machine\cache\boot2docker.iso to C:\Users\<your_username>\.docker\machine\machines\manag
|
||||
er1\boot2docker.iso...
|
||||
(manager1) Creating SSH key...
|
||||
(manager1) Creating VM...
|
||||
|
|
|
@ -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/<your_username>/.docker/machine/machines/default
|
||||
```
|
||||
|
||||
If it returns output (as shown in the example), you can unset the `DOCKER` environment variables.
|
||||
|
|
Loading…
Reference in New Issue