mirror of https://github.com/docker/docs.git
adding slash (#3353)
This commit is contained in:
parent
bfef36de86
commit
51820181ad
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue