Update linux.md (#2628)

This commit is contained in:
Wang Jie 2017-04-07 06:34:34 +08:00 committed by John Mulhausen
parent 8316c1d0be
commit ae39b2b990
1 changed files with 8 additions and 8 deletions

View File

@ -33,20 +33,20 @@ Also make sure the hosts are running one of these operating systems:
Install the commercially supported Docker Engine on all hosts you want to manage Install the commercially supported Docker Engine on all hosts you want to manage
with Docker Datacenter. with Docker Datacenter.
Log in into each host using ssh, and install CS Docker Engine: Log in to each host using ssh, and install CS Docker Engine:
```bash ```bash
curl -SLf https://packages.docker.com/1.13/install.sh | sh curl -SLf https://packages.docker.com/1.13/install.sh | sh
``` ```
[You can also install CS Docker Engine using a package manager](/cs-engine/1.13/index.md) [You can also install CS Docker Engine using a package manager](/cs-engine/1.13/index.md).
### Step 3: Install Universal Control Plane ### Step 3: Install Universal Control Plane
Docker Universal Control Plane (UCP) allows managing from a centralized place Docker Universal Control Plane (UCP) allows managing from a centralized place
your images, applications, networks, and other computing resources. your images, applications, networks, and other computing resources.
Use ssh to log in into the host where you want to install UCP and run: Use ssh to log in to the host where you want to install UCP and run:
```none ```none
docker run --rm -it --name ucp \ docker run --rm -it --name ucp \
@ -59,7 +59,7 @@ docker run --rm -it --name ucp \
This runs the install command in interactive mode, so that you're prompted This runs the install command in interactive mode, so that you're prompted
for any necessary configuration values. for any necessary configuration values.
[Learn more about the UCP installation](../ucp/2.1/guides/admin/install/index.md) [Learn more about the UCP installation](../ucp/2.1/guides/admin/install/index.md).
### Step 4: License your installation ### Step 4: License your installation
@ -89,7 +89,7 @@ Check the 'Add node as a manager' option to join the node as a manager
to provide replication and make UCP highly available. For a highly available to provide replication and make UCP highly available. For a highly available
installation, make sure you have 3, 5, or 7 manager nodes. installation, make sure you have 3, 5, or 7 manager nodes.
Copy the command to your clipboard, and run in on every node that you want Copy the command to your clipboard, and run it on every node that you want
to be managed by UCP. After you run the command in the node, the node to be managed by UCP. After you run the command in the node, the node
will show up in the UP web UI. will show up in the UP web UI.
@ -99,7 +99,7 @@ Docker Trusted Registry (DTR) is a private image registry so that you can
manage who has access to your Docker images. DTR needs to be installed on manage who has access to your Docker images. DTR needs to be installed on
a node that is being managed by UCP. a node that is being managed by UCP.
Use ssh to log in into the host where you already installed UCP, and run: Use ssh to log in to the host where you already installed UCP, and run:
```none ```none
docker run -it --rm \ docker run -it --rm \