mirror of https://github.com/docker/docs.git
Adding an identifier
Updating with the docs fixes Updating with fixes from docs CI Fixes missing space, close #904 Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
251a667a3e
commit
8706920f74
|
@ -221,7 +221,7 @@ host for the controller suffices.
|
|||
|
||||
$ docker run --rm -it \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
--name ucp docker/ucp install -i\
|
||||
--name ucp docker/ucp install -i \
|
||||
--swarm-port 3376 --host-address $(docker-machine ip node1)
|
||||
Unable to find image 'docker/ucp:latest' locally
|
||||
latest: Pulling from docker/ucp
|
||||
|
|
Loading…
Reference in New Issue