Update index.md: replace single quotes with backticks (#3018)

This commit is contained in:
Wang Jie 2017-04-25 02:24:16 +08:00 committed by Jim Galasyn
parent db81f487c1
commit 3a84194ba0
1 changed files with 5 additions and 4 deletions

View File

@ -8,14 +8,15 @@ This image has commands to install and manage
Docker Universal Control Plane (UCP) on a Docker Engine. Docker Universal Control Plane (UCP) on a Docker Engine.
You can configure the commands using flags or environment variables. When using 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 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 from your shell, or `docker run -e VARIABLE_NAME=value` to specify the
value explicitly on the command line. 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. 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 ## Usage
```bash ```bash