@@ -13,7 +13,7 @@ These instructions explain how to install Docker Universal Control Plane (UCP).
13
13
- [ Plan your installation] ( #plan-your-installation )
14
14
- [ Step 1: Verify you have the prerequisites] ( #step-1-verify-you-have-the-prerequisites )
15
15
- [ Step 2: Configure your network for UCP] ( #step-2-configure-your-network-for-ucp )
16
- - [ Step 3: Install Docker CS Engine 1.9] ( #step-3-install-docker-cs-engine-19 )
16
+ - [ Step 3: Install Docker CS Engine 1.9] ( #step-3-install-docker-cs-engine-1-9 )
17
17
- [ Step 4: (optional) Create user-named volumes] ( #step-4-optional-create-user-named-volumes )
18
18
- [ Step 5: Install the UCP controller] ( #step-5-install-the-ucp-controller )
19
19
- [ Step 6: (optional) Add a controller replica to the UCP cluster] ( #step-6-optional-add-a-controller-replica-to-the-ucp-cluster )
@@ -36,7 +36,7 @@ Docker Engine CLI. The bootstrapper has subcommands to `install` a controller or
36
36
37
37
You can use the bootstrapper as an interactive script or by passing command-line
38
38
options. Regardless of how you use the bootstrapper, the installer supplies some
39
- quick default options for both data volumes and the certificate authority (CA).
39
+ quick default options for both data volumes and the certificate authority (CA).
40
40
### Default versus the custom installation options
41
41
42
42
The first time you install, you should build a sandbox environment using
@@ -58,7 +58,7 @@ in your sandbox.
58
58
59
59
When you bootstrap a controller or node, you must supply a host address either
60
60
interactively or using the ` --host-address ` option. The host address can be a
61
- pubic IP address and/or fully-qualified domain name.
61
+ pubic IP address and/or fully-qualified domain name.
62
62
63
63
If you are using a cloud provider such as AWS or Digital Ocean, you may need to
64
64
allocate a private network for your UCP installation. You can use this network
@@ -157,53 +157,21 @@ Using a different port is a customization. These instructions assume you are us
157
157
158
158
## Step 3: Install Docker CS Engine 1.9
159
159
160
- The BETA program requires that you install the 1.9.0 version of Docker CS
161
- Engine. Follow the instructions for your particular operating system and ensure
160
+ The BETA program requires that you install the Docker CS Engine 1.9.0 or above.
161
+ Follow the instructions for your particular operating system and ensure
162
162
you are pointing at the proper repo.
163
163
164
164
Install the Docker CS Engine on both the controller node and each member node.
165
165
166
- ### RHEL 7.0, 7.1
166
+ ### RHEL 7.0, 7.1 and CentOS 7.1
167
167
168
168
Use the detailed [ Red Hat Linux installation
169
- instructions] ( http://docs.docker.com/installation/rhel/ ) and refer to this repo
170
- to install:
171
-
172
- ```
173
- [dockerrepo]
174
- name=Docker Repository
175
- baseurl=https://yum.dockerproject.org/repo/testing/centos/7
176
- enabled=1
177
- gpgcheck=1
178
- gpgkey=https://yum.dockerproject.org/gpg
179
- EOF
180
- ```
169
+ instructions] ( https://docs.docker.com/docker-trusted-registry/install/install-csengine/#centos-7-1-rhel-7-0-7-1-yum-based-systems )
181
170
182
171
### Ubuntu 14.04 LTS
183
172
184
173
Use the [ detailed Ubuntu installation
185
- instructions] ( http://docs.docker.com/installation/ubuntulinux/ ) to refer to this
186
- repo to install:
187
-
188
- ```
189
- deb https://apt.dockerproject.org/repo ubuntu-trusty testing
190
- ```
191
-
192
- ### CentOS 7.1
193
-
194
- Use the [ detailed CentOS installation
195
- instructions] ( http://docs.docker.com/installation/centos/ ) to refer to this
196
- repo to install:
197
-
198
- ```
199
- [dockerrepo]
200
- name=Docker Repository
201
- baseurl=https://yum.dockerproject.org/repo/testing/centos/7
202
- enabled=1
203
- gpgcheck=1
204
- gpgkey=https://yum.dockerproject.org/gpg
205
- EOF
206
- ```
174
+ instructions] ( https://docs.docker.com/docker-trusted-registry/install/install-csengine/#install-on-ubuntu-14-04-lts )
207
175
208
176
209
177
## Step 4: (optional) Create user-named volumes
0 commit comments