From ca6cc535bfcea8237f980e2d15781f8ce665bd09 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 25 Oct 2016 11:45:08 -0700 Subject: [PATCH] Fix syntax highlighting for ucp/installation --- ucp/installation/install-offline.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucp/installation/install-offline.md b/ucp/installation/install-offline.md index 3c0b7c1ecf..4933261cf0 100644 --- a/ucp/installation/install-offline.md +++ b/ucp/installation/install-offline.md @@ -27,7 +27,7 @@ all the images. Then you copy that package to the host where you’ll install UC Use a computer with internet access to download a single package with all Docker Datacenter components: - ```bash + ```none $ wget https://packages.docker.com/caas/ucp-1.1.3_dtr-2.0.3.tar.gz -O docker-datacenter.tar.gz ``` @@ -37,7 +37,7 @@ all the images. Then you copy that package to the host where you’ll install UC host where you'll be installing Docker UCP. You can use the Secure Copy command for this: - ```bash + ```none $ scp docker-datacenter.tar.gz $USER@$UCP_HOST:/tmp ``` @@ -49,7 +49,7 @@ all the images. Then you copy that package to the host where you’ll install UC `docker load` command, to load the images from the tar archive. On the host were you are going to install UCP, run: - ```bash + ```none $ docker load < docker-datacenter.tar.gz ```