mirror of https://github.com/docker/docs.git
Update ce-ee-node-activate.md
This commit is contained in:
parent
d9599eb932
commit
32d060a1f3
|
|
@ -101,9 +101,6 @@ Successfully activated engine.
|
||||||
Restart docker with 'systemctl restart docker' to complete the activation.
|
Restart docker with 'systemctl restart docker' to complete the activation.
|
||||||
```
|
```
|
||||||
|
|
||||||
**NOTE:** If the Docker EE engines are in a swarm cluster, you only need to activate the license on the
|
|
||||||
manager node. This action stores the license as a swarm configuration, which is compatible with UCP.
|
|
||||||
|
|
||||||
5. Check the Docker Engine version. The engine server will become EE, and the engine client will stay CE.
|
5. Check the Docker Engine version. The engine server will become EE, and the engine client will stay CE.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -129,6 +126,8 @@ Server:
|
||||||
|
|
||||||
**NOTE**: Your output may vary slightly from what is displayed on this page.
|
**NOTE**: Your output may vary slightly from what is displayed on this page.
|
||||||
|
|
||||||
|
6. If you are running a Swarm cluster with CE, please repeat these steps on each node.
|
||||||
|
|
||||||
## Offline CE-EE node activation
|
## Offline CE-EE node activation
|
||||||
|
|
||||||
For offline CE-EE node activation, you'll need to get the Docker Enterprise Engine onto the system. The recommended model is to download the EE `.deb` or `.rpm` packages manually and copy them to the target systems. Afterward, download the license manually, and copy that license to the target systems. Use the `--license <path/to/license.file>` command line option to the activate command.
|
For offline CE-EE node activation, you'll need to get the Docker Enterprise Engine onto the system. The recommended model is to download the EE `.deb` or `.rpm` packages manually and copy them to the target systems. Afterward, download the license manually, and copy that license to the target systems. Use the `--license <path/to/license.file>` command line option to the activate command.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue