From 1611b579ed3cf8d6f64d9d7025aeab49f86b7487 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 25 Oct 2016 11:43:06 -0700 Subject: [PATCH] Fix syntax highlighting for ucp/high-availability --- ucp/high-availability/replicate-cas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucp/high-availability/replicate-cas.md b/ucp/high-availability/replicate-cas.md index 5bc637ee2d..df11a38990 100644 --- a/ucp/high-availability/replicate-cas.md +++ b/ucp/high-availability/replicate-cas.md @@ -60,7 +60,7 @@ containers, so you should use it outside business peak hours. Log into the node using ssh, and run: -```bash +```none $ docker run --rm -i --name ucp \ -v /var/run/docker.sock:/var/run/docker.sock \ 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: -```bash +```none $ docker run --rm -i --name ucp \ -v /var/run/docker.sock:/var/run/docker.sock \ docker/ucp restore --root-ca-only --interactive \