Fix syntax highlighting for ucp/high-availability

This commit is contained in:
Joao Fernandes 2016-10-25 11:43:06 -07:00 committed by GitHub
parent 7cb549f329
commit 1611b579ed
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ containers, so you should use it outside business peak hours.
Log into the node using ssh, and run: Log into the node using ssh, and run:
```bash ```none
$ docker run --rm -i --name ucp \ $ docker run --rm -i --name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp backup --root-ca-only --interactive \ docker/ucp backup --root-ca-only --interactive \
@ -82,7 +82,7 @@ use the same certificate and private key.
Log into the node using ssh, and run: Log into the node using ssh, and run:
```bash ```none
$ docker run --rm -i --name ucp \ $ docker run --rm -i --name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp restore --root-ca-only --interactive \ docker/ucp restore --root-ca-only --interactive \