mirror of https://github.com/docker/docs.git
Fix syntax highlighting for ucp/high-availability
This commit is contained in:
parent
7cb549f329
commit
1611b579ed
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue