Fix syntax highlighting in ucp/installation

This commit is contained in:
Joao Fernandes 2016-10-25 11:49:28 -07:00 committed by GitHub
parent be32041eb6
commit 0604850b1d
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ You can also use flags to pass values to the uninstall command.
1. Run the uninstall command.
```bash
```none
$ docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock
--name ucp \
@ -50,7 +50,7 @@ You can also use flags to pass values to the uninstall command.
2. List the images remaining on the node.
```
```none
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
@ -62,7 +62,7 @@ You can also use flags to pass values to the uninstall command.
3. Remove the docker/ucp image.
```
```none
$ docker rmi docker/ucp
Untagged: docker/ucp:latest