mirror of https://github.com/docker/docs.git
uupdates to node and swarm setup, and deploy topics
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
08df6cea16
commit
db455a43bc
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue