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:
Mary Anthony 2016-02-22 14:57:27 -08:00 committed by Joao Fernandes
parent 251a667a3e
commit 8706920f74
1 changed files with 1 additions and 1 deletions

View File

@ -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