From 5e69d63a4448c575968af68460cd290d21ed2755 Mon Sep 17 00:00:00 2001 From: Anne Henmi Date: Tue, 27 Nov 2018 20:13:52 -0700 Subject: [PATCH] Initial draft. --- ee/supported-platforms.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ee/supported-platforms.md b/ee/supported-platforms.md index 605cbf3b20..c8e29aa709 100644 --- a/ee/supported-platforms.md +++ b/ee/supported-platforms.md @@ -40,6 +40,17 @@ node-based RBAC policies, image promotion policies, image mirroring, and scan your images for vulnerabilities. It also has support with defined SLAs and extended maintenance cycles for patches for up to 24 months. +In 18.09, the Docker Enterprise - Engine is aware of the license applied on the system. The +license summary is available in the `docker info` output on stand-alone or manager nodes. + +For EE platform customers, when you license UCP, this same license is applied to the underlying +engines in the cluster. Docker recommends platform customers use UCP to manage their license. + +For stand-alone EE engines, they can be licensed using `docker engine activate`. + +Offline activation of stand-alone EE engines can be performed by downloading the license and +using the command `docker engine activate .--license filename.lic`. + [Learn more about Docker Enterprise](/ee/index.md).