Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _data/engine-cli/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ cname:
- docker create
- docker deploy
- docker diff
- docker engine
- docker events
- docker exec
- docker export
Expand Down Expand Up @@ -72,7 +71,6 @@ clink:
- docker_create.yaml
- docker_deploy.yaml
- docker_diff.yaml
- docker_engine.yaml
- docker_events.yaml
- docker_exec.yaml
- docker_export.yaml
Expand Down
20 changes: 0 additions & 20 deletions _data/engine-cli/docker_engine.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions _data/engine-cli/docker_engine_activate.yaml

This file was deleted.

85 changes: 0 additions & 85 deletions _data/engine-cli/docker_engine_check.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions _data/engine-cli/docker_engine_update.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,16 +587,6 @@ reference:
title: docker export
- path: /engine/reference/commandline/history/
title: docker history
- sectiontitle: docker engine
section:
- path: /engine/reference/commandline/engine/
title: docker engine
- path: /engine/reference/commandline/engine_activate/
title: docker engine activate
- path: /engine/reference/commandline/engine_check/
title: docker engine check
- path: /engine/reference/commandline/engine_update/
title: docker engine update
- sectiontitle: docker image
section:
- path: /engine/reference/commandline/image/
Expand Down
8 changes: 0 additions & 8 deletions ee/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ For details, see [Licensing DTR](https://docs.docker.com/ee/dtr/admin/configure/

When you license UCP, the same license is applied to the underlying engines in the cluster. Docker recommends that Enterprise customers use UCP to manage their license.

Standalone Docker Engine - Enterprise users can license engines using the command `docker engine activate`.

You can perform offline activation of standalone enterprise engines by downloading the license and running the command `docker engine activate --license filename.lic`.

For more information on the command, see the reference on [docker engine activate](https://docs.docker.com/engine/reference/commandline/engine_activate/).

Additionally, from Docker Engine 18.09 onward, there is a feature called [CE-EE Node Activate](https://docs.docker.com/engine/ce-ee-node-activate/), which is a seamless in-place upgrade from Docker Engine - Community to Docker Engine - Enteprise.

### Desktop Enterprise

> Docker Desktop Enterprise licenses are not included as part of your UCP, DTR, and Engine - Enterprise license. It is a separate license installed on developer workstations. Please contact your Sales team to obtain [Docker Desktop Enterprise](https://docs.docker.com/ee/desktop/) licenses.
Expand Down
8 changes: 3 additions & 5 deletions ee/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ For Docker Enterprise customers, when you license Universal Control Plane
(UCP), this same license is applied to the underlying engines in the cluster.
Docker recommends that Enterprise customers use UCP to manage their license.

Standalone Docker Engine - Enterprise users can license engines using `docker engine activate`.

Offline activation of standalone enterprise engines can be performed by downloading the license and using the command `docker engine activate --license filename.lic`.

Additionally, Docker is now distributing the CLI as a separate installation package. This gives Docker Enterprise users the ability to install as many CLI packages as needed without using the Engine node licenses for client-only systems.
Docker distributing the CLI as a separate installation package. This gives Docker
Enterprise users the ability to install as many CLI packages as needed without
using the Engine node licenses for client-only systems.

[Learn more about Docker Enterprise](/ee/index.md).

Expand Down
Loading