adding slash (#3353)

This commit is contained in:
David Yu 2016-09-29 17:47:49 -05:00 committed by Joao Fernandes
parent bfef36de86
commit 51820181ad
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ To uninstall UCP, log in into a manager node using ssh, and run:
```bash
$ docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock
-v /var/run/docker.sock:/var/run/docker.sock \
--name ucp \
docker/ucp uninstall-ucp --interactive
```