Initial draft.

This commit is contained in:
Anne Henmi 2018-12-17 08:05:56 -07:00
parent 6ce462d71c
commit ddc87ca14b
1 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--- ---
description: Engine description: Engine
keywords: Engine, CE, EE, node, activation, enterprise keywords: Engine, CE, EE, node, activation, enterprise, patching
title: CE-EE Node Activate title: CE-EE Node Activate
--- ---
@ -19,6 +19,18 @@ CE-EE Node Activate will apply a license, and switch the Docker engine to the En
* Node-level Engine activation between CE and EE is only supported in the same version of Docker Enterprise Engine for Docker. * Node-level Engine activation between CE and EE is only supported in the same version of Docker Enterprise Engine for Docker.
* Prior versions of Docker CE do not support this feature. * Prior versions of Docker CE do not support this feature.
## Notes on patching after running CE to EE Node Activation
Docker recommends replacing the apt or yum repository from CE with the EE one that shows
up on your hub/store account after starting the trial or paid license. This allows apt/yum
upgrade operations to work as expected and keep them current as long as your license is still
valid and has not expired.
> ***NOTE:*** You can use the `docker engine update` command. However, if you continue to use
> the CE packages, the OS package will no longer replace the active daemon binary during apt/yum
> updates, so you are responsible for performing the `docker engine update` operation periodically
> keep your engine up to date.
## Docker Engine 18.09 CE to EE Node Activation Process ## Docker Engine 18.09 CE to EE Node Activation Process
The activation can be performed either online with connection to Docker Hub, or offline. The activation can be performed either online with connection to Docker Hub, or offline.