mirror of https://github.com/docker/docs.git
Fix syntax highlighting in ucp/installation
This commit is contained in:
parent
be32041eb6
commit
0604850b1d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue