From 3a84194ba0ce500563a065f36218084c59fed821 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 25 Apr 2017 02:24:16 +0800 Subject: [PATCH] Update index.md: replace single quotes with backticks (#3018) --- datacenter/ucp/2.1/reference/cli/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/datacenter/ucp/2.1/reference/cli/index.md b/datacenter/ucp/2.1/reference/cli/index.md index bf80ee4529..03a178446d 100644 --- a/datacenter/ucp/2.1/reference/cli/index.md +++ b/datacenter/ucp/2.1/reference/cli/index.md @@ -8,14 +8,15 @@ This image has commands to install and manage Docker Universal Control Plane (UCP) on a Docker Engine. You can configure the commands using flags or environment variables. When using -environment variables use the 'docker run -e VARIABLE_NAME' syntax to pass the -value from your shell, or 'docker run -e VARIABLE_NAME=value' to specify the +environment variables use the `docker run -e VARIABLE_NAME` syntax to pass the +value from your shell, or `docker run -e VARIABLE_NAME=value` to specify the value explicitly on the command line. -The container running this image needs to be named 'ucp' and bind-mount the +The container running this image needs to be named `ucp` and bind-mount the Docker daemon socket. Below you can find an example of how to run this image. -Additional help is available for each command with the '--help' flag. +Additional help is available for each command with the `--help` flag. + ## Usage ```bash