uupdates to node and swarm setup, and deploy topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-01-17 00:40:41 -08:00 committed by Misty Stanley-Jones
parent 08df6cea16
commit db455a43bc
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ Docker for Windows or Docker for Linux.
Once you have Docker installed, you can run `docker hello-world`
or other commands described in the newcomer tutorial to [verify your
installation]
(/engine/getstarted/step_one.md#step-3-verify-your-installation.md).
(/engine/getstarted/step_one.md#step-3-verify-your-installation).
If you are totally new to Docker, you might continue through the full [newcomer
tutorial](/engine/getstarted/index.md) first, then come back.

View File

@ -84,11 +84,11 @@ As noted in the last line of output of the `docker-machine create` command, you
$ eval $(docker-machine env manager)
This sets environment variables for the current shell that the Docker client will read which specify the TLS settings. You need to do this each time you open a new shell or restart your machine.
This sets environment variables for the current shell that the Docker client will read which specify the TLS settings. You need to do this each time you open a new shell or restart your machine.
**Note**: If you are using `fish`, or a Windows shell such as
Powershell/`cmd.exe` the above method will not work as described.
Instead, see the [env command reference documentation](/machine/reference/env.md) to learn how to set the environment variables for your shell.
**Note**: If you are using `fish`, or a Windows shell such as
Powershell/`cmd.exe` the above method will not work as described.
Instead, see the [env command reference documentation](/machine/reference/env.md) to learn how to set the environment variables for your shell.
3. Run `docker-machine ls` again.