From ea99feed74329cf8a6a394ab0cc7bd181b67cff1 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 15:36:08 -0800 Subject: [PATCH 01/24] updating text to reflect new content architecture --- ee/index.md | 9 --------- get-started/index.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/ee/index.md b/ee/index.md index 09b34c37a0..a6ccfd9bf5 100644 --- a/ee/index.md +++ b/ee/index.md @@ -181,12 +181,3 @@ KubeDNS is running at https://54.200.115.43:6443/api/v1/namespaces/kube-system/s To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. ``` - -## Docker Context -A new Docker CLI plugin called `docker context` is available with client version 19.03.0. `docker context` helps manage connections to multiple environments so you do not have to remember and type out connection strings. [Read more](../engine/reference/commandline/context/) about `docker context`. - - -## Where to go next - -- [Supported platforms](supported-platforms.md) -- [Docker Enterprise architecture](docker-ee-architecture.md) diff --git a/get-started/index.md b/get-started/index.md index 44378b9804..8acb87cb88 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -57,7 +57,7 @@ redirect_from: {% include_relative nav.html selected="1" %} -Welcome! We are excited that you want to learn Docker. The _Docker Get Started Tutorial_ +Welcome! We are excited that you want to learn Docker. The _Docker Community QuickStart_ teaches you how to: 1. Set up your Docker environment (on this page) From 2602a9c542cf68bc87dee2a616fe6029a74dcc63 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 15:59:55 -0800 Subject: [PATCH 02/24] removed redirect from ee/index so that manuals tab will direct to manuals/index --- ee/index.md | 1 - index.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ee/index.md b/ee/index.md index a6ccfd9bf5..bcbbe7659c 100644 --- a/ee/index.md +++ b/ee/index.md @@ -4,7 +4,6 @@ description: Learn about Docker Enterprise, the industry-leading container platf keywords: Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes redirect_from: - /enterprise/ - - /manuals/ --- diff --git a/index.md b/index.md index 2633f5c4aa..2a14f21954 100644 --- a/index.md +++ b/index.md @@ -23,9 +23,9 @@ production servers in the cloud. Total reading time is less than an hour.
-## Docker Engine - Community +## Install Docker Engine - Community -Get started with Docker and experimenting with container-based apps. Docker Engine - Community is available on many platforms, from desktop to cloud to server. Build and share +Docker Engine - Community is available on many platforms, from desktop to cloud to server. Build and share containers and automate the development pipeline from a single environment. Choose the Edge channel to get access to the latest features, or the Stable channel for more predictability. From 11926391d4c0d2088ac6762b056fa8cbede12461 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 16:13:32 -0800 Subject: [PATCH 03/24] remove title from guides index --- index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/index.md b/index.md index 2a14f21954..0c75cf5d50 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,6 @@ description: Home page for Docker's documentation keywords: Docker, documentation, manual, guide, reference, api, samples landing: true -title: Docker Documentation notoc: true notags: true skip_read_time: true From 5aad641be495293808f0e14e8d9c3f82293d80e5 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 16:20:38 -0800 Subject: [PATCH 04/24] updates to contents of main index.md --- index.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/index.md b/index.md index 0c75cf5d50..c425e905f1 100644 --- a/index.md +++ b/index.md @@ -11,18 +11,16 @@ skip_read_time: true
-## Get started with Docker +## Docker Quickstart -Try our multi-part walkthrough that covers writing your first app, -data storage, networking, and swarms, and ends with your app running on -production servers in the cloud. Total reading time is less than an hour. +Try our multi-part Quickstart that covers building an image, using kubernetes and swarm on your development machine, and sharing your containerized applications on [Docker Hub](http://hub.docker.com). Total reading time is less than an hour. [Get started with Docker](/get-started/){: class="button outline-btn"}
-## Install Docker Engine - Community +## Docker Engine - Community Docker Engine - Community is available on many platforms, from desktop to cloud to server. Build and share containers and automate the development pipeline from a single environment. @@ -34,7 +32,8 @@ channel for more predictability.
-## Run Docker anywhere +## Docker Desktop +
@@ -56,15 +55,6 @@ channel for more predictability.

A native Windows application which delivers all Docker tools to your Windows computer.

-
-
-
- Docker for Linux -
-

Docker for Linux

-

Install Docker on a computer which already has a Linux distribution installed.

-
-
From aedde78801b9a8d3de3e9343bb4468baf538fd8a Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 16:30:11 -0800 Subject: [PATCH 05/24] removed about from title of Docker Community --- _data/toc.yaml | 2 +- install/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 2c984c202c..120eca1f5d 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -23,7 +23,7 @@ guides: section: - sectiontitle: Docker Engine - Community section: - - title: About Docker Engine - Community + - title: Docker Engine - Community path: /install/ - sectiontitle: Cloud section: diff --git a/install/index.md b/install/index.md index 5f56cbb233..3cea3cc646 100644 --- a/install/index.md +++ b/install/index.md @@ -1,5 +1,5 @@ --- -title: About Docker Engine - Community +title: Docker Engine - Community description: Lists the installation methods keywords: docker, installation, install, Docker Engine - Community, Docker Engine - Enterprise, docker editions, stable, edge redirect_from: From e250bbdea5906fd6c1fa146d120ad88bb3548ba9 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 16:33:00 -0800 Subject: [PATCH 06/24] removed relationship btn CE and EE section --- install/index.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/install/index.md b/install/index.md index 3cea3cc646..7b4250317f 100644 --- a/install/index.md +++ b/install/index.md @@ -29,7 +29,7 @@ apps. Docker Engine - Community has three types of update channels, **stable**, ## Releases -For the Docker Engine - Community engine, the open +For the Docker Engine - Community, the open repositories [Docker Engine](https://github.com/docker/engine) and [Docker Client](https://github.com/docker/cli) apply. @@ -97,14 +97,6 @@ Binaries built from this releases are available in the stable channel `stable-YY.mm`, for example `stable-18.09`, as well as the corresponding test channel. -### Relationship between Docker Engine - Community and Docker Engine - Enterprise code - -For a given year-month release, Docker releases both Docker Engine - Community and Docker Engine - Enterprise variants concurrently. Docker Engine - Enterprise is a superset of the code delivered in Docker Engine - Community. Docker maintains publicly visible repositories for the Docker Engine - Community code -as well as private repositories for the Docker Engine - Enterprise code. Automation (a bot) is used to keep the branches between Docker Engine - Community and Docker Engine - Enterprise in sync so as features -and fixes are merged on the various branches in the Docker Engine - Community repositories (upstream), the corresponding Docker Engine - Enterprise repositories and branches are kept -in sync (downstream). While Docker and its partners make every effort -to minimize merge conflicts between Docker Engine - Community and Docker Engine - Enterprise, occasionally they will happen, and Docker will work hard to resolve them in a timely fashion. - ## Next release The activity for upcoming year-month releases is tracked in the milestones From c8af9f8f7a5e5d117897303a0d02848f2248dd25 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 16:37:36 -0800 Subject: [PATCH 07/24] copy editing --- ee/index.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/ee/index.md b/ee/index.md index bcbbe7659c..ae83c97a2e 100644 --- a/ee/index.md +++ b/ee/index.md @@ -7,10 +7,7 @@ redirect_from: --- -The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge. - -Docker Enterprise is a secure, scalable, and supported container platform for building and -orchestrating applications across multi-tenant Linux, Windows Server 2016, and Windows Server 2019. +The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker Enterprise is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge. Docker Enterprise enables deploying highly available workloads using either the Docker Kubernetes Service or Docker Swarm. Docker Enterprise automates many of the tasks that orchestration requires, like provisioning pods, containers, and cluster resources. Self-healing components ensure that Docker Enterprise clusters remain highly available. @@ -27,17 +24,9 @@ cluster and applications through a single interface. ![](images/docker-ee-overview-1.png){: .with-border} -## Docker Enterprise features - -Docker Enterprise provides multi-architecture orchestration using the Docker Kubernetes Service and -Docker Swarm orchestrators. Docker Enterprise enables a secure software supply chain, with policy-based image -promotion, image mirroring between registries - including Docker Hub, and signing & scanning enforcement for container images. - ### Docker Kubernetes Service -The Docker Kubernetes Service fully supports all Docker Enterprise features, including -role-based access control, LDAP/AD integration, image scanning and signing enforcement policies, -and security policies. +The Docker Kubernetes Service fully supports all Docker Enterprise features, including role-based access control, LDAP/AD integration, image scanning and signing enforcement policies, and security policies. Docker Kubernetes Services features include: From 9b51dd2581092ba3b18139a609dff427af65379b Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 16:40:27 -0800 Subject: [PATCH 08/24] removed title from landing page --- index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/index.md b/index.md index c425e905f1..3f68aca8b9 100644 --- a/index.md +++ b/index.md @@ -6,7 +6,6 @@ notoc: true notags: true skip_read_time: true --- -{% assign page.title = site.name %}
From 8a7b6f2ff130c2705b5b9dd7d02d01d9087deb6a Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 16:42:38 -0800 Subject: [PATCH 09/24] playing with layout --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 3f68aca8b9..14aa7c6492 100644 --- a/index.md +++ b/index.md @@ -36,7 +36,7 @@ channel for more predictability.
-
+
Docker Desktop for Mac @@ -45,7 +45,7 @@ channel for more predictability.

A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.

-
+
Docker Desktop for Windows From 20ee1bdab3d59aee691ed469d285887404dcf157 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 17:00:42 -0800 Subject: [PATCH 10/24] moved enterprise cli entries to enterprise tab --- _data/toc.yaml | 97 +++++++++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 120eca1f5d..73cdefe65f 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -455,7 +455,6 @@ reference: title: About versions and upgrading - path: /compose/faq/ title: Frequently asked questions - - sectiontitle: Command-Line Interfaces (CLIs) section: - sectiontitle: Docker CLI (docker) @@ -1076,54 +1075,6 @@ reference: title: up - title: Daemon CLI (dockerd) path: /engine/reference/commandline/dockerd/ - - sectiontitle: DTR CLI - section: - - path: /reference/dtr/2.7/cli/ - title: Overview - - path: /reference/dtr/2.7/cli/backup/ - title: backup - - path: /reference/dtr/2.7/cli/destroy/ - title: destroy - - path: /reference/dtr/2.7/cli/emergency-repair/ - title: emergency-repair - - path: /reference/dtr/2.7/cli/install/ - title: install - - path: /reference/dtr/2.7/cli/join/ - title: join - - path: /reference/dtr/2.7/cli/reconfigure/ - title: reconfigure - - path: /reference/dtr/2.7/cli/remove/ - title: remove - - path: /reference/dtr/2.7/cli/restore/ - title: restore - - path: /reference/dtr/2.7/cli/upgrade/ - title: upgrade - - sectiontitle: UCP CLI - section: - - path: /reference/ucp/3.2/cli/ - title: docker/ucp overview - - path: /reference/ucp/3.2/cli/backup/ - title: backup - - path: /reference/ucp/3.2/cli/dump-certs/ - title: dump-certs - - path: /reference/ucp/3.2/cli/example-config/ - title: example-config - - path: /reference/ucp/3.2/cli/id/ - title: id - - path: /reference/ucp/3.2/cli/images/ - title: images - - path: /reference/ucp/3.2/cli/install/ - title: install - - path: /reference/ucp/3.2/cli/port-check-server/ - title: port-check-server - - path: /reference/ucp/3.2/cli/restore/ - title: restore - - path: /reference/ucp/3.2/cli/support/ - title: support - - path: /reference/ucp/3.2/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /reference/ucp/3.2/cli/upgrade/ - title: upgrade - sectiontitle: Application Programming Interfaces (APIs) section: - sectiontitle: Docker Engine API @@ -4248,3 +4199,51 @@ enterprise: title: Manage usage data collection - title: Get support path: /ee/get-support/ + - sectiontitle: DTR CLI + section: + - path: /reference/dtr/2.7/cli/ + title: Overview + - path: /reference/dtr/2.7/cli/backup/ + title: backup + - path: /reference/dtr/2.7/cli/destroy/ + title: destroy + - path: /reference/dtr/2.7/cli/emergency-repair/ + title: emergency-repair + - path: /reference/dtr/2.7/cli/install/ + title: install + - path: /reference/dtr/2.7/cli/join/ + title: join + - path: /reference/dtr/2.7/cli/reconfigure/ + title: reconfigure + - path: /reference/dtr/2.7/cli/remove/ + title: remove + - path: /reference/dtr/2.7/cli/restore/ + title: restore + - path: /reference/dtr/2.7/cli/upgrade/ + title: upgrade + - sectiontitle: UCP CLI + section: + - path: /reference/ucp/3.2/cli/ + title: docker/ucp overview + - path: /reference/ucp/3.2/cli/backup/ + title: backup + - path: /reference/ucp/3.2/cli/dump-certs/ + title: dump-certs + - path: /reference/ucp/3.2/cli/example-config/ + title: example-config + - path: /reference/ucp/3.2/cli/id/ + title: id + - path: /reference/ucp/3.2/cli/images/ + title: images + - path: /reference/ucp/3.2/cli/install/ + title: install + - path: /reference/ucp/3.2/cli/port-check-server/ + title: port-check-server + - path: /reference/ucp/3.2/cli/restore/ + title: restore + - path: /reference/ucp/3.2/cli/support/ + title: support + - path: /reference/ucp/3.2/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /reference/ucp/3.2/cli/upgrade/ + title: upgrade \ No newline at end of file From 4bfb95b59c86b33a3fd434a56d2e067577b79703 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 17:04:47 -0800 Subject: [PATCH 11/24] moved enterprise api entries --- _data/toc.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 73cdefe65f..5c25670acd 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1137,14 +1137,10 @@ reference: title: v1.19 reference - path: /engine/api/v1.18/ title: v1.18 reference - - title: DTR API - path: /reference/dtr/2.7/api/ - title: Registry API path: /registry/spec/api/ - title: Template API path: /app-template/api-reference/ - - title: UCP API - path: /reference/ucp/3.2/api/ - sectiontitle: Drivers and specifications section: - sectiontitle: Registry image manifests @@ -4199,6 +4195,8 @@ enterprise: title: Manage usage data collection - title: Get support path: /ee/get-support/ + - title: DTR API + path: /reference/dtr/2.7/api/ - sectiontitle: DTR CLI section: - path: /reference/dtr/2.7/cli/ @@ -4221,6 +4219,8 @@ enterprise: title: restore - path: /reference/dtr/2.7/cli/upgrade/ title: upgrade + - title: UCP API + path: /reference/ucp/3.2/api/ - sectiontitle: UCP CLI section: - path: /reference/ucp/3.2/cli/ From 95378e2f972a678bcd56b09ae71a3da1b1bbfa74 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 17:31:29 -0800 Subject: [PATCH 12/24] updates for pulling enterprise into its own tab --- ee/index.md | 174 +------------------------ index.md | 2 - thank-you-subscribing-docker-weekly.md | 9 -- 3 files changed, 7 insertions(+), 178 deletions(-) delete mode 100644 thank-you-subscribing-docker-weekly.md diff --git a/ee/index.md b/ee/index.md index ae83c97a2e..91e1560fbc 100644 --- a/ee/index.md +++ b/ee/index.md @@ -1,171 +1,11 @@ --- -title: Docker Enterprise -description: Learn about Docker Enterprise, the industry-leading container platform to securely build, share, and run any application, on any infrastructure. -keywords: Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes -redirect_from: - - /enterprise/ +description: Home page for Docker Enterprise documentation +keywords: Docker Enterprise, documentation, manual, guide, reference, api, CLI +landing: true +skip_read_time: true +title: "Docker Enterprise" --- +The Docker Enterprise platform business, including products, customers, and employees, has been acquired by Mirantis, inc., effective 13-November-2019. Among the Docker Enterprise platform technology and associated IP procured by Mirantis are Docker Engine - Enterprise, Docker Trusted Registry, Docker Universal Control Plane, and parts of the Docker CLI. -The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker Enterprise is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge. - -Docker Enterprise enables deploying highly available workloads using either the Docker Kubernetes Service or Docker Swarm. Docker Enterprise automates many of the tasks that orchestration requires, like provisioning pods, containers, and cluster -resources. Self-healing components ensure that Docker Enterprise clusters remain highly available. - -Role-based access control (RBAC) applies to Kubernetes and Swarm orchestrators, and -communication within the cluster is secured with TLS. -[Docker Content Trust](/engine/security/trust/content_trust/) is enforced -for images on all of the orchestrators. - -Docker Enterprise includes Docker Universal Control Plane (UCP), the -cluster management solution from Docker. UCP can be installed -on-premises or in your public cloud of choice, and helps manage your -cluster and applications through a single interface. - -![](images/docker-ee-overview-1.png){: .with-border} - -### Docker Kubernetes Service - -The Docker Kubernetes Service fully supports all Docker Enterprise features, including role-based access control, LDAP/AD integration, image scanning and signing enforcement policies, and security policies. - -Docker Kubernetes Services features include: - -- Kubernetes orchestration full feature set -- CNCF Certified Kubernetes conformance -- Kubernetes app deployment via UCP web UI or CLI (`kubectl`) -- Compose stack deployment for Swarm and Kubernetes apps (`docker stack deploy`) -- Role-based access control for Kubernetes workloads -- Blue-Green deployments, for load balancing to different app versions -- Ingress Controllers with Kubernetes L7 routing -- [Pod Security Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) to define a set of conditions that a pod must run with in order to be accepted into the system - - Note: Pod Security Policies are currently `Beta` status in Kubernetes 1.14 -- Container Storage Interface (CSI) support -- iSCSI support for Kubernetes -- Non-disruptive Docker Enterprise platform upgrades (blue-green upgrades) -- Experimental features (planned for full GA in subsequent Docker Enterprise releases): - - Kubernetes-native ingress (Istio) - -In addition, UCP integrates with Kubernetes by using admission controllers, -which enable: - -- Authenticating user client bundle certificates when communicating directly - with the Kubernetes API server -- Authorizing requests via the UCP role-based access control model -- Assigning nodes to a namespace by injecting a `NodeSelector` automatically - to workloads via admission control -- Keeping all nodes in both Kubernetes and Swarm orchestrator inventories -- Fine-grained access control and privilege escalation prevention without - the `PodSecurityPolicy` admission controller -- Resolving images of deployed workloads automatically, and accepting or - rejecting images based on UCP's signing-policy feature - -The default Docker Enterprise installation includes both Kubernetes and Swarm -components across the cluster, so every newly joined worker node is ready -to schedule Kubernetes or Swarm workloads. - -### Orchestration platform features - -![](images/docker-ee-overview-4.png){: .with-border} - -- Docker Enterprise manager nodes are both Swarm managers and Kubernetes masters, - to enable high availability -- Allocate worker nodes for Swarm or Kubernetes workloads (or both) -- Single pane of glass for monitoring apps -- Enhanced Swarm hostname routing mesh with Interlock 2.0 -- One platform-wide management plane: secure software supply chain, secure - multi-tenancy, and secure and highly available node management - -### Secure supply chain - -![](images/docker-ee-overview-3.png){: .with-border} - -- DTR support for the Docker App format, based on the [CNAB](https://cnab.io) specification - - Note: Docker Apps can be deployed to clusters managed by UCP, where they will be displayed as _Stacks_ -- Image signing and scanning of Kubernetes and Swarm images and Docker Apps for validating and verifying content -- Image promotion with mirroring between registries as well as Docker Hub -- Define policies for automating image promotions across the app development - lifecycle of Kubernetes and Swarm apps - -### Centralized cluster management - -With Docker, you can join thousands of physical or virtual machines -together to create a cluster, allowing you to deploy your -applications at scale. Docker Enterprise extends the functionality provided by Docker -Engine to make it easier to manage your cluster from a centralized place. - -You can manage and monitor your container cluster using a graphical web interface. - -### Deploy, manage, and monitor - -With Docker Enterprise, you can manage all of the infrastructure -resources you have available, like nodes, volumes, and networks, from a central console. - -You can also deploy and monitor your applications and services. - -### Built-in security and access control - -Docker Enterprise has its own built-in authentication mechanism with role-based access -control (RBAC), so that you can control who can access and make changes to your -cluster and applications. Also, Docker Enterprise authentication integrates with LDAP -services and supports SAML SCIM to proactively synchronize with authentication providers. -[Learn about role-based access control](./ucp/authorization/). You can also opt to enable [PKI authentication](./enable-client-certificate-authentication/) to use client certificates, rather than username and password. - -![](images/docker-ee-overview-2.png){: .with-border} - -Docker Enterprise integrates with Docker Trusted Registry so that you can keep the -Docker images you use for your applications behind your firewall, where they -are safe and can't be tampered with. You can also enforce security policies and only allow running applications -that use Docker images you know and trust. - -#### Windows Application Security -Windows applications typically require Active Directory authentication in order to communicate with other services on the network. Container-based applications use Group Managed Service Accounts (gMSA) to provide this authentication. Docker Swarm fully supports the use of gMSAs with Windows containers. - - -## Docker Enterprise and the CLI - -Docker Enterprise exposes the standard Docker API, so you can continue using the tools -that you already know, [including the Docker CLI client](./ucp/user-access/cli/), -to deploy and manage your applications. - -For example, you can use the `docker info` command to check the -status of a Swarm managed by Docker Enterprise: - -```bash -docker info -``` - -Which produces output similar to the following: - -```bash -Containers: 38 -Running: 23 -Paused: 0 -Stopped: 15 -Images: 17 -Server Version: 17.06 -... -Swarm: active -NodeID: ocpv7el0uz8g9q7dmw8ay4yps -Is Manager: true -ClusterID: tylpv1kxjtgoik2jnrg8pvkg6 -Managers: 1 -… -``` - -## Use the Kubernetes CLI - -Docker Enterprise exposes the standard Kubernetes API, so you can use [kubectl -to manage your Kubernetes workloads](./ucp/user-access/cli/): - -```bash -kubectl cluster-info -``` - -Which produces output similar to the following: - -```bash -Kubernetes master is running at https://54.200.115.43:6443 -KubeDNS is running at https://54.200.115.43:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy - -To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. -``` +As part of Mirantis, the Enterprise team will continue to develop and support the Docker Enterprise platform. For more information on the acquisition and how it may affect you and your business, refer to the [Docker Enterprise Customer FAQ](https://www.docker.com/faq-for-docker-enterprise-customers-and-partners). \ No newline at end of file diff --git a/index.md b/index.md index 14aa7c6492..64feedebbc 100644 --- a/index.md +++ b/index.md @@ -2,8 +2,6 @@ description: Home page for Docker's documentation keywords: Docker, documentation, manual, guide, reference, api, samples landing: true -notoc: true -notags: true skip_read_time: true --- diff --git a/thank-you-subscribing-docker-weekly.md b/thank-you-subscribing-docker-weekly.md deleted file mode 100644 index 4894b65694..0000000000 --- a/thank-you-subscribing-docker-weekly.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: We've sent you a welcome email with links to previous newsletters. -keywords: Docker, documentation, manual, guide, reference, api -title: Thank you for subscribing to Docker weekly -skip_read_time: true ---- - -We've sent you a welcome email with links to previous newsletters. -Check your inbox to confirm you received it. From cc42993403dbf83df604bf24fa1677998688cc9d Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 17:32:25 -0800 Subject: [PATCH 13/24] added new file for enterprise overview --- ee/overview.md | 170 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 ee/overview.md diff --git a/ee/overview.md b/ee/overview.md new file mode 100644 index 0000000000..0bf49cb485 --- /dev/null +++ b/ee/overview.md @@ -0,0 +1,170 @@ +--- +title: Docker Enterprise +description: Learn about Docker Enterprise, the industry-leading container platform to securely build, share, and run any application, on any infrastructure. +keywords: Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes +redirect_from: + - /enterprise/ +--- + +The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker Enterprise is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge. + +Docker Enterprise enables deploying highly available workloads using either the Docker Kubernetes Service or Docker Swarm. Docker Enterprise automates many of the tasks that orchestration requires, like provisioning pods, containers, and cluster +resources. Self-healing components ensure that Docker Enterprise clusters remain highly available. + +Role-based access control (RBAC) applies to Kubernetes and Swarm orchestrators, and +communication within the cluster is secured with TLS. +[Docker Content Trust](/engine/security/trust/content_trust/) is enforced +for images on all of the orchestrators. + +Docker Enterprise includes Docker Universal Control Plane (UCP), the +cluster management solution from Docker. UCP can be installed +on-premises or in your public cloud of choice, and helps manage your +cluster and applications through a single interface. + +![](images/docker-ee-overview-1.png){: .with-border} + +### Docker Kubernetes Service + +The Docker Kubernetes Service fully supports all Docker Enterprise features, including role-based access control, LDAP/AD integration, image scanning and signing enforcement policies, and security policies. + +Docker Kubernetes Services features include: + +- Kubernetes orchestration full feature set +- CNCF Certified Kubernetes conformance +- Kubernetes app deployment via UCP web UI or CLI (`kubectl`) +- Compose stack deployment for Swarm and Kubernetes apps (`docker stack deploy`) +- Role-based access control for Kubernetes workloads +- Blue-Green deployments, for load balancing to different app versions +- Ingress Controllers with Kubernetes L7 routing +- [Pod Security Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) to define a set of conditions that a pod must run with in order to be accepted into the system + - Note: Pod Security Policies are currently `Beta` status in Kubernetes 1.14 +- Container Storage Interface (CSI) support +- iSCSI support for Kubernetes +- Non-disruptive Docker Enterprise platform upgrades (blue-green upgrades) +- Experimental features (planned for full GA in subsequent Docker Enterprise releases): + - Kubernetes-native ingress (Istio) + +In addition, UCP integrates with Kubernetes by using admission controllers, +which enable: + +- Authenticating user client bundle certificates when communicating directly + with the Kubernetes API server +- Authorizing requests via the UCP role-based access control model +- Assigning nodes to a namespace by injecting a `NodeSelector` automatically + to workloads via admission control +- Keeping all nodes in both Kubernetes and Swarm orchestrator inventories +- Fine-grained access control and privilege escalation prevention without + the `PodSecurityPolicy` admission controller +- Resolving images of deployed workloads automatically, and accepting or + rejecting images based on UCP's signing-policy feature + +The default Docker Enterprise installation includes both Kubernetes and Swarm +components across the cluster, so every newly joined worker node is ready +to schedule Kubernetes or Swarm workloads. + +### Orchestration platform features + +![](images/docker-ee-overview-4.png){: .with-border} + +- Docker Enterprise manager nodes are both Swarm managers and Kubernetes masters, + to enable high availability +- Allocate worker nodes for Swarm or Kubernetes workloads (or both) +- Single pane of glass for monitoring apps +- Enhanced Swarm hostname routing mesh with Interlock 2.0 +- One platform-wide management plane: secure software supply chain, secure + multi-tenancy, and secure and highly available node management + +### Secure supply chain + +![](images/docker-ee-overview-3.png){: .with-border} + +- DTR support for the Docker App format, based on the [CNAB](https://cnab.io) specification + - Note: Docker Apps can be deployed to clusters managed by UCP, where they will be displayed as _Stacks_ +- Image signing and scanning of Kubernetes and Swarm images and Docker Apps for validating and verifying content +- Image promotion with mirroring between registries as well as Docker Hub +- Define policies for automating image promotions across the app development + lifecycle of Kubernetes and Swarm apps + +### Centralized cluster management + +With Docker, you can join thousands of physical or virtual machines +together to create a cluster, allowing you to deploy your +applications at scale. Docker Enterprise extends the functionality provided by Docker +Engine to make it easier to manage your cluster from a centralized place. + +You can manage and monitor your container cluster using a graphical web interface. + +### Deploy, manage, and monitor + +With Docker Enterprise, you can manage all of the infrastructure +resources you have available, like nodes, volumes, and networks, from a central console. + +You can also deploy and monitor your applications and services. + +### Built-in security and access control + +Docker Enterprise has its own built-in authentication mechanism with role-based access +control (RBAC), so that you can control who can access and make changes to your +cluster and applications. Also, Docker Enterprise authentication integrates with LDAP +services and supports SAML SCIM to proactively synchronize with authentication providers. +[Learn about role-based access control](./ucp/authorization/). You can also opt to enable [PKI authentication](./enable-client-certificate-authentication/) to use client certificates, rather than username and password. + +![](images/docker-ee-overview-2.png){: .with-border} + +Docker Enterprise integrates with Docker Trusted Registry so that you can keep the +Docker images you use for your applications behind your firewall, where they +are safe and can't be tampered with. You can also enforce security policies and only allow running applications +that use Docker images you know and trust. + +#### Windows Application Security +Windows applications typically require Active Directory authentication in order to communicate with other services on the network. Container-based applications use Group Managed Service Accounts (gMSA) to provide this authentication. Docker Swarm fully supports the use of gMSAs with Windows containers. + + +## Docker Enterprise and the CLI + +Docker Enterprise exposes the standard Docker API, so you can continue using the tools +that you already know, [including the Docker CLI client](./ucp/user-access/cli/), +to deploy and manage your applications. + +For example, you can use the `docker info` command to check the +status of a Swarm managed by Docker Enterprise: + +```bash +docker info +``` + +Which produces output similar to the following: + +```bash +Containers: 38 +Running: 23 +Paused: 0 +Stopped: 15 +Images: 17 +Server Version: 17.06 +... +Swarm: active +NodeID: ocpv7el0uz8g9q7dmw8ay4yps +Is Manager: true +ClusterID: tylpv1kxjtgoik2jnrg8pvkg6 +Managers: 1 +… +``` + +## Use the Kubernetes CLI + +Docker Enterprise exposes the standard Kubernetes API, so you can use [kubectl +to manage your Kubernetes workloads](./ucp/user-access/cli/): + +```bash +kubectl cluster-info +``` + +Which produces output similar to the following: + +```bash +Kubernetes master is running at https://54.200.115.43:6443 +KubeDNS is running at https://54.200.115.43:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy + +To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. +``` From 5406958972c084cba17ada7652da5b980afe7bc6 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 17:48:42 -0800 Subject: [PATCH 14/24] toc fix for enterprise landing page --- _data/toc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 5c25670acd..27f241b004 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1691,7 +1691,7 @@ manuals: enterprise: - sectiontitle: Docker Enterprise section: - - path: /ee/ + - path: /ee/overview title: Overview - path: /ee/release-notes/ title: Release notes From 822ad7000837e1855b5b867000eecfdf7e31aacd Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 17:52:16 -0800 Subject: [PATCH 15/24] copy edits --- ee/index.md | 2 +- install/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/index.md b/ee/index.md index 91e1560fbc..44104e6e0b 100644 --- a/ee/index.md +++ b/ee/index.md @@ -1,6 +1,6 @@ --- description: Home page for Docker Enterprise documentation -keywords: Docker Enterprise, documentation, manual, guide, reference, api, CLI +keywords: Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes landing: true skip_read_time: true title: "Docker Enterprise" diff --git a/install/index.md b/install/index.md index 7b4250317f..7a78bf2b0e 100644 --- a/install/index.md +++ b/install/index.md @@ -1,7 +1,7 @@ --- title: Docker Engine - Community description: Lists the installation methods -keywords: docker, installation, install, Docker Engine - Community, Docker Engine - Enterprise, docker editions, stable, edge +keywords: docker, installation, install, Docker Engine - Community, stable, edge redirect_from: - /install/overview/ - /installation/ From b12f3b81ece7f8947e96603ab52aaa9f1ac31ca2 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 18:26:45 -0800 Subject: [PATCH 16/24] removed enterprise directory from toc, redundant with tab --- _data/toc.yaml | 4854 ++++++++++++++++++++++++------------------------ 1 file changed, 2426 insertions(+), 2428 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 27f241b004..e132c93845 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1689,2539 +1689,2537 @@ manuals: nosync: true enterprise: -- sectiontitle: Docker Enterprise +- path: /ee/overview + title: Overview +- path: /ee/release-notes/ + title: Release notes +- path: /ee/licensing/ + title: Licensing +- sectiontitle: Docker Cluster section: - - path: /ee/overview + - path: /cluster/ title: Overview - - path: /ee/release-notes/ + - path: /cluster/release-notes/ title: Release notes - - path: /ee/licensing/ - title: Licensing - - sectiontitle: Docker Cluster + - path: /cluster/aws/ + title: Docker Cluster on AWS + - path: /cluster/azure/ + title: Docker Cluster on Azure + - path: /cluster/cluster-file/ + title: Cluster file structure + - path: /cluster/reference/envvars/ + title: Environment variables +- sectiontitle: Docker Engine - Enterprise + section: + - title: Overview + path: /ee/supported-platforms/ + - title: Release notes + path: /engine/release-notes/ + - sectiontitle: Linux section: - - path: /cluster/ - title: Overview - - path: /cluster/release-notes/ - title: Release notes - - path: /cluster/aws/ - title: Docker Cluster on AWS - - path: /cluster/azure/ - title: Docker Cluster on Azure - - path: /cluster/cluster-file/ - title: Cluster file structure - - path: /cluster/reference/envvars/ - title: Environment variables - - sectiontitle: Docker Engine - Enterprise + - path: /ee/docker-ee/centos/ + title: CentOS + - path: /ee/docker-ee/oracle/ + title: Oracle Linux + - path: /ee/docker-ee/rhel/ + title: RHEL + - path: /ee/docker-ee/suse/ + title: SLES + - path: /ee/docker-ee/ubuntu/ + title: Ubuntu + - path: /ee/docker-ee/windows/docker-ee/ + title: Microsoft Windows Server +- sectiontitle: Universal Control Plane + section: + - path: /ee/ucp/ + title: Universal Control Plane overview + - path: /ee/ucp/ucp-architecture/ + title: UCP Architecture + - sectiontitle: Administration section: - - title: Overview - path: /ee/supported-platforms/ - - title: Release notes - path: /engine/release-notes/ - - sectiontitle: Linux + - sectiontitle: Install section: - - path: /ee/docker-ee/centos/ - title: CentOS - - path: /ee/docker-ee/oracle/ - title: Oracle Linux - - path: /ee/docker-ee/rhel/ - title: RHEL - - path: /ee/docker-ee/suse/ - title: SLES - - path: /ee/docker-ee/ubuntu/ - title: Ubuntu - - path: /ee/docker-ee/windows/docker-ee/ - title: Microsoft Windows Server - - sectiontitle: Universal Control Plane - section: - - path: /ee/ucp/ - title: Universal Control Plane overview - - path: /ee/ucp/ucp-architecture/ - title: UCP Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install + - path: /ee/ucp/admin/install/system-requirements/ + title: System requirements + - path: /ee/ucp/admin/install/plan-installation/ + title: Plan your installation + - path: /ee/ucp/admin/install/ + title: Install + - path: /ee/ucp/admin/install/install-offline/ + title: Install offline + - sectiontitle: Cloud Providers section: - - path: /ee/ucp/admin/install/system-requirements/ - title: System requirements - - path: /ee/ucp/admin/install/plan-installation/ - title: Plan your installation - - path: /ee/ucp/admin/install/ - title: Install - - path: /ee/ucp/admin/install/install-offline/ - title: Install offline - - sectiontitle: Cloud Providers + - path: /ee/ucp/admin/install/cloudproviders/install-on-azure/ + title: Install on Azure + - path: /ee/ucp/admin/install/cloudproviders/install-on-azure-custom/ + title: Custom Azure roles + - path: /ee/ucp/admin/install/cloudproviders/install-on-aws/ + title: Install on AWS + - path: /ee/ucp/admin/install/upgrade/ + title: Upgrade + - path: /ee/ucp/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /ee/ucp/admin/install/uninstall/ + title: Uninstall + - path: /ee/ucp/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure + section: + - path: /ee/ucp/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /ee/ucp/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /ee/ucp/admin/configure/admission-controllers/ + title: Admission Controllers + - path: /ee/ucp/admin/configure/collect-cluster-metrics/ + title: Collect UCP cluster metrics with Prometheus + - path: /ee/ucp/admin/configure/metrics-descriptions/ + title: Using UCP cluster metrics with Prometheus + - path: /ee/ucp/admin/configure/configure-rbac-kube/ + title: Configure native Kubernetes role-based access control + - path: /ee/ucp/admin/configure/enable-audit-logging/ + title: Create UCP audit logs + - path: /ee/ucp/admin/configure/enable-saml-authentication/ + title: Enable SAML authentication + - path: /ee/ucp/admin/configure/integrate-saml/ + title: SAML integration + - path: /ee/ucp/admin/configure/integrate-scim/ + title: SCIM integration + - path: /ee/ucp/admin/configure/enable-helm-tiller/ + title: Enable Helm and Tiller with UCP + - path: /ee/ucp/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /ee/ucp/admin/configure/license-your-installation/ + title: License your installation + - path: /ee/ucp/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /ee/ucp/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /ee/ucp/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /ee/ucp/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /ee/ucp/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /ee/ucp/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /ee/ucp/admin/configure/manage-and-deploy-private-images/ + title: Manage and deploy private images + - path: /ee/ucp/admin/configure/set-orchestrator-type/ + title: Set the orchestrator type for a node + - path: /ee/ucp/admin/configure/view-namespace-resources/ + title: View Kubernetes objects in a namespace + - sectiontitle: Join nodes to your cluster + section: + - path: /ee/ucp/admin/configure/join-nodes/ + title: Set up high availability + - path: /ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster/ + title: Join nodes to your cluster + - path: /ee/ucp/admin/configure/join-nodes/join-windows-nodes-to-cluster/ + title: Join Windows worker nodes to your cluster + - path: /ee/ucp/admin/configure/join-nodes/use-a-load-balancer/ + title: Use a load balancer + - path: /ee/ucp/admin/configure/deploy-route-reflectors/ + title: Improve network performance with Route Reflectors + - sectiontitle: Monitor and troubleshoot + section: + - path: /ee/ucp/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - title: Back up UCP + path: /ee/admin/backup/back-up-ucp/ + - title: Restore UCP + path: /ee/admin/restore/restore-ucp/ + - sectiontitle: Authorize role-based access + section: + - path: /ee/ucp/authorization/ + title: Access control model overview + - sectiontitle: The basics + section: + - path: /ee/ucp/authorization/create-users-and-teams-manually/ + title: Create users and teams manually + - path: /ee/ucp/authorization/create-teams-with-ldap/ + title: Create teams with LDAP + - path: /ee/ucp/authorization/define-roles/ + title: Define roles with authorized API operations + - path: /ee/ucp/authorization/group-resources/ + title: Group and isolate cluster resources + - path: /ee/ucp/authorization/grant-permissions/ + title: Grant role-access to cluster resources + - path: /ee/ucp/authorization/reset-user-password/ + title: Reset user passwords + - sectiontitle: Tutorials and use cases + section: + - path: /ee/ucp/authorization/deploy-stateless-app/ + title: Deploy stateless app with RBAC + - path: /ee/ucp/authorization/isolate-volumes/ + title: Isolate volumes + - path: /ee/ucp/authorization/isolate-nodes/ + title: Isolate nodes + - path: /ee/ucp/authorization/pull-images/ + title: Allow users to pull images + - path: /ee/ucp/authorization/ee-standard/ + title: Access control design + - path: /ee/ucp/authorization/ee-advanced/ + title: Access control design using additional security requirements + - sectiontitle: Access UCP + section: + - path: /ee/ucp/user-access/ + title: Web-based access + - path: /ee/ucp/user-access/cli/ + title: CLI-based access + - path: /ee/ucp/user-access/kubectl/ + title: Install the Kubernetes CLI + - path: /ee/ucp/deploy-application-package/ + title: Deploy an application package + - sectiontitle: Deploy apps with Swarm + section: + - title: Deploy a single service + path: /ee/ucp/swarm/ + - title: Deploy a multi-service app + path: /ee/ucp/swarm/deploy-multi-service-app/ + - title: Deploy application resources to a collection + path: /ee/ucp/swarm/deploy-to-collection/ + - title: Use secrets in your services + path: /ee/ucp/swarm/use-secrets/ + - sectiontitle: Layer 7 routing + section: + - title: Overview + path: /ee/ucp/interlock/ + - title: Architecture + path: /ee/ucp/interlock/architecture/ + - sectiontitle: Deploy + section: + - title: Simple deployment + path: /ee/ucp/interlock/deploy/ + - title: Production deployment + path: /ee/ucp/interlock/deploy/production/ + - title: Offline installation + path: /ee/ucp/interlock/deploy/offline-install/ + - title: Layer 7 routing upgrade + path: /ee/ucp/interlock/deploy/upgrade/ + - sectiontitle: Configuration + section: + - title: Configure your deployment + path: /ee/ucp/interlock/config/ + - title: Configuring host mode networking + path: /ee/ucp/interlock/config/host-mode-networking/ + - title: Configuring an nginx extension + path: /ee/ucp/interlock/config/nginx-config/ + - title: Tuning the proxy service + path: /ee/ucp/interlock/config/tuning/ + - title: Updating Interlock services + path: /ee/ucp/interlock/config/updates/ + - sectiontitle: Routing traffic to services + section: + - title: Deploying services + path: /ee/ucp/interlock/usage/ + - title: Publishing a service as a canary instance + path: /ee/ucp/interlock/usage/canary/ + - title: Using context or path-based routing + path: /ee/ucp/interlock/usage/context/ + - title: Publishing a default host service + path: /ee/ucp/interlock/usage/default-backend/ + - title: Specifying a routing mode + path: /ee/ucp/interlock/usage/interlock-vip-mode/ + - title: Using routing labels + path: /ee/ucp/interlock/usage/labels-reference/ + - title: Implementing redirects + path: /ee/ucp/interlock/usage/redirects/ + - title: Implementing a service cluster + path: /ee/ucp/interlock/usage/service-clusters/ + - title: Implementing persistent (sticky) sessions + path: /ee/ucp/interlock/usage/sessions/ + - title: Securing services with TLS + path: /ee/ucp/interlock/usage/tls/ + - title: Configuring websockets + path: /ee/ucp/interlock/usage/websockets/ + - sectiontitle: Deploy apps with Kubernetes + section: + - title: Access Kubernetes Resources + path: /ee/ucp/kubernetes/kube-resources/ + - title: Deploy a workload + path: /ee/ucp/kubernetes/ + - title: Deploy a Compose-based app + path: /ee/ucp/kubernetes/deploy-with-compose/ + - title: Using Pod Security Policies + path: /ee/ucp/kubernetes/pod-security-policies/ + - title: Create a service account for a Kubernetes app + path: /ee/ucp/kubernetes/create-service-account/ + - title: Install an unmanaged CNI plugin + path: /ee/ucp/kubernetes/install-cni-plugin/ + - title: Kubernetes network encryption + path: /ee/ucp/kubernetes/kubernetes-network-encryption/ + - sectiontitle: Persistent Storage + section: + - title: Use NFS Storage + path: /ee/ucp/kubernetes/storage/use-nfs-volumes/ + - title: Use Azure Disk Storage + path: /ee/ucp/kubernetes/storage/use-azure-disk/ + - title: Use Azure Files Storage + path: /ee/ucp/kubernetes/storage/use-azure-files/ + - title: Use AWS EBS Storage + path: /ee/ucp/kubernetes/storage/configure-aws-storage/ + - title: Use vSphere Volumes + path: /ee/ucp/kubernetes/storage/use-vsphere-volumes/ + - title: Configure iSCSI + path: /ee/ucp/kubernetes/storage/use-iscsi/ + - title: Deploy a CSI plugin + path: /ee/ucp/kubernetes/storage/use-csi/ + - sectiontitle: Cluster Ingress + section: + - title: Overview + path: /ee/ucp/kubernetes/cluster-ingress/ + - title: Install Ingress + path: /ee/ucp/kubernetes/cluster-ingress/install/ + - title: Deploy a Sample Application + path: /ee/ucp/kubernetes/cluster-ingress/ingress/ + - title: Deploy a Canary Deployment + path: /ee/ucp/kubernetes/cluster-ingress/canary/ + - title: Implementing Persistent (sticky) Sessions + path: /ee/ucp/kubernetes/cluster-ingress/sticky/ + - path: /ee/ucp/release-notes/ + title: Release notes + - sectiontitle: Previous versions + section: + - sectiontitle: Universal Control Plane 3.1 + section: + - path: /datacenter/ucp/3.1/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/3.1/guides/ucp-architecture/ + title: UCP Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install section: - - path: /ee/ucp/admin/install/cloudproviders/install-on-azure/ + - path: /datacenter/ucp/3.1/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/ucp/3.1/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/3.1/guides/admin/install/ + title: Install + - path: /datacenter/ucp/3.1/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/ucp/3.1/guides/admin/install/install-on-azure/ title: Install on Azure - - path: /ee/ucp/admin/install/cloudproviders/install-on-azure-custom/ - title: Custom Azure roles - - path: /ee/ucp/admin/install/cloudproviders/install-on-aws/ - title: Install on AWS - - path: /ee/ucp/admin/install/upgrade/ - title: Upgrade - - path: /ee/ucp/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /ee/ucp/admin/install/uninstall/ - title: Uninstall - - path: /ee/ucp/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure - section: - - path: /ee/ucp/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /ee/ucp/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /ee/ucp/admin/configure/admission-controllers/ - title: Admission Controllers - - path: /ee/ucp/admin/configure/collect-cluster-metrics/ - title: Collect UCP cluster metrics with Prometheus - - path: /ee/ucp/admin/configure/metrics-descriptions/ - title: Using UCP cluster metrics with Prometheus - - path: /ee/ucp/admin/configure/configure-rbac-kube/ - title: Configure native Kubernetes role-based access control - - path: /ee/ucp/admin/configure/enable-audit-logging/ - title: Create UCP audit logs - - path: /ee/ucp/admin/configure/enable-saml-authentication/ - title: Enable SAML authentication - - path: /ee/ucp/admin/configure/integrate-saml/ - title: SAML integration - - path: /ee/ucp/admin/configure/integrate-scim/ - title: SCIM integration - - path: /ee/ucp/admin/configure/enable-helm-tiller/ - title: Enable Helm and Tiller with UCP - - path: /ee/ucp/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /ee/ucp/admin/configure/license-your-installation/ - title: License your installation - - path: /ee/ucp/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /ee/ucp/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /ee/ucp/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /ee/ucp/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /ee/ucp/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /ee/ucp/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /ee/ucp/admin/configure/manage-and-deploy-private-images/ - title: Manage and deploy private images - - path: /ee/ucp/admin/configure/set-orchestrator-type/ - title: Set the orchestrator type for a node - - path: /ee/ucp/admin/configure/view-namespace-resources/ - title: View Kubernetes objects in a namespace - - sectiontitle: Join nodes to your cluster + - path: /datacenter/ucp/3.1/guides/admin/install/upgrade/ + title: Upgrade + - path: /datacenter/ucp/3.1/guides/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/3.1/guides/admin/install/uninstall/ + title: Uninstall + - path: /datacenter/ucp/3.1/guides/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure section: - - path: /ee/ucp/admin/configure/join-nodes/ + - path: /datacenter/ucp/3.1/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/3.1/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/3.1/guides/admin/configure/collect-cluster-metrics/ + title: Collect UCP cluster metrics with Prometheus + - path: /datacenter/ucp/3.1/guides/admin/configure/metrics-descriptions/ + title: Using UCP cluster metrics with Prometheus + - path: /datacenter/ucp/3.1/guides/admin/configure/configure-rbac-kube/ + title: Configure native Kubernetes role-based access control + - path: /datacenter/ucp/3.1/guides/admin/configure/enable-audit-logging/ + title: Create UCP audit logs + - path: /datacenter/ucp/3.1/guides/admin/configure/enable-saml-authentication/ + title: Enable SAML authentication + - path: /datacenter/ucp/3.1/guides/admin/configure/enable-helm-tiller/ + title: Enable Helm and Tiller with UCP + - path: /datacenter/ucp/3.1/guides/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /datacenter/ucp/3.1/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/3.1/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/3.1/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/3.1/guides/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /datacenter/ucp/3.1/guides/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /datacenter/ucp/3.1/guides/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /datacenter/ucp/3.1/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/ucp/3.1/guides/admin/configure/manage-and-deploy-private-images/ + title: Manage and deploy private images + - path: /datacenter/ucp/3.1/guides/admin/configure/set-orchestrator-type/ + title: Set the orchestrator type for a node + - path: /datacenter/ucp/3.1/guides/admin/configure/view-namespace-resources/ + title: View Kubernetes objects in a namespace + - sectiontitle: Join nodes to your cluster + section: + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/ + title: Set up high availability + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-linux-nodes-to-cluster/ + title: Join nodes to your cluster + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-windows-nodes-to-cluster/ + title: Join Windows worker nodes to your cluster + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/ucp/3.1/guides/admin/configure/deploy-route-reflectors/ + title: Improve network performance with Route Reflectors + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/3.1/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/ucp/3.1/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/3.1/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/3.1/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/3.1/reference/cli/example-config/ + title: example-config + - path: /datacenter/ucp/3.1/reference/cli/id/ + title: id + - path: /datacenter/ucp/3.1/reference/cli/images/ + title: images + - path: /datacenter/ucp/3.1/reference/cli/install/ + title: install + - path: /datacenter/ucp/3.1/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/3.1/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/3.1/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/3.1/reference/cli/support/ + title: support + - path: /datacenter/ucp/3.1/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/3.1/reference/cli/upgrade/ + title: upgrade + - sectiontitle: Authorize role-based access + section: + - path: /datacenter/ucp/3.1/guides/authorization/ + title: Access control model overview + - sectiontitle: The basics + section: + - path: /datacenter/ucp/3.1/guides/authorization/create-users-and-teams-manually/ + title: Create users and teams manually + - path: /datacenter/ucp/3.1/guides/authorization/create-teams-with-ldap/ + title: Create teams with LDAP + - path: /datacenter/ucp/3.1/guides/authorization/define-roles/ + title: Define roles with authorized API operations + - path: /datacenter/ucp/3.1/guides/authorization/group-resources/ + title: Group and isolate cluster resources + - path: /datacenter/ucp/3.1/guides/authorization/grant-permissions/ + title: Grant role-access to cluster resources + - path: /datacenter/ucp/3.1/guides/authorization/reset-user-password/ + title: Reset user passwords + - sectiontitle: Tutorials and use cases + section: + - path: /datacenter/ucp/3.1/guides/authorization/deploy-stateless-app/ + title: Deploy stateless app with RBAC + - path: /datacenter/ucp/3.1/guides/authorization/isolate-volumes/ + title: Isolate volumes + - path: /datacenter/ucp/3.1/guides/authorization/isolate-nodes/ + title: Isolate nodes + - path: /datacenter/ucp/3.1/guides/authorization/pull-images/ + title: Allow users to pull images + - path: /datacenter/ucp/3.1/guides/authorization/ee-standard/ + title: Docker EE Standard use case + - path: /datacenter/ucp/3.1/guides/authorization/ee-advanced/ + title: Docker EE Advanced use case + - sectiontitle: Access UCP + section: + - path: /datacenter/ucp/3.1/guides/user-access/ + title: Web-based access + - path: /datacenter/ucp/3.1/guides/user-access/cli/ + title: CLI-based access + - path: /datacenter/ucp/3.1/guides/user-access/kubectl/ + title: Install the Kubernetes CLI + - path: /datacenter/ucp/3.1/guides/deploy-application-package/ + title: Deploy an application package + - sectiontitle: Deploy apps with Swarm + section: + - title: Deploy a single service + path: /datacenter/ucp/3.1/guides/swarm/ + - title: Deploy a multi-service app + path: /datacenter/ucp/3.1/guides/swarm/deploy-multi-service-app/ + - title: Deploy application resources to a collection + path: /datacenter/ucp/3.1/guides/swarm/deploy-to-collection/ + - title: Use secrets in your services + path: /datacenter/ucp/3.1/guides/swarm/use-secrets/ + - sectiontitle: Layer 7 routing + section: + - title: Overview + path: /datacenter/ucp/3.1/guides/interlock/ + - title: Architecture + path: /datacenter/ucp/3.1/guides/interlock/architecture/ + - sectiontitle: Deploy + section: + - title: Simple deployment + path: /datacenter/ucp/3.1/guides/interlock/deploy/ + - title: Production deployment + path: /datacenter/ucp/3.1/guides/interlock/deploy/production/ + - title: Offline installation + path: /datacenter/ucp/3.1/guides/interlock/deploy/offline-install/ + - title: Layer 7 routing upgrade + path: /datacenter/ucp/3.1/guides/interlock/deploy/upgrade/ + - sectiontitle: Configuration + section: + - title: Configure your deployment + path: /datacenter/ucp/3.1/guides/interlock/config/ + - title: Configuring host mode networking + path: /datacenter/ucp/3.1/guides/interlock/config/host-mode-networking/ + - title: Configuring an nginx extension + path: /datacenter/ucp/3.1/guides/interlock/config/nginx-config/ + - title: Tuning the proxy service + path: /datacenter/ucp/3.1/guides/interlock/config/tuning/ + - title: Updating Interlock services + path: /datacenter/ucp/3.1/guides/interlock/config/updates/ + - sectiontitle: Routing traffic to services + section: + - title: Deploying services + path: /datacenter/ucp/3.1/guides/interlock/usage/ + - title: Publishing a service as a canary instance + path: /datacenter/ucp/3.1/guides/interlock/usage/canary/ + - title: Using context or path-based routing + path: /datacenter/ucp/3.1/guides/interlock/usage/context/ + - title: Specifying a routing mode + path: /datacenter/ucp/3.1/guides/interlock/usage/interlock-vip-mode/ + - title: Using routing labels + path: /datacenter/ucp/3.1/guides/interlock/usage/labels-reference/ + - title: Implementing redirects + path: /datacenter/ucp/3.1/guides/interlock/usage/redirects/ + - title: Implementing a service cluster + path: /datacenter/ucp/3.1/guides/interlock/usage/service-clusters/ + - title: Implementing persistent (sticky) sessions + path: /datacenter/ucp/3.1/guides/interlock/usage/sessions/ + - title: Securing services with TLS + path: /datacenter/ucp/3.1/guides/interlock/usage/tls/ + - title: Configuring websockets + path: /datacenter/ucp/3.1/guides/interlock/usage/websockets/ + - sectiontitle: Deploy apps with Kubernetes + section: + - title: Access Kubernetes Resources + path: /datacenter/ucp/3.1/guides/kubernetes/kube-resources/ + - title: Deploy a workload + path: /datacenter/ucp/3.1/guides/kubernetes/ + - title: Deploy a Compose-based app + path: /datacenter/ucp/3.1/guides/kubernetes/deploy-with-compose/ + - title: Deploy an ingress controller + path: /datacenter/ucp/3.1/guides/kubernetes/layer-7-routing/ + - title: Create a service account for a Kubernetes app + path: /datacenter/ucp/3.1/guides/kubernetes/create-service-account/ + - title: Install an unmanaged CNI plugin + path: /datacenter/ucp/3.1/guides/kubernetes/install-cni-plugin/ + - title: Kubernetes network encryption + path: /datacenter/ucp/3.1/guides/kubernetes/kubernetes-network-encryption/ + - sectiontitle: Persistent Storage + section: + - title: Use NFS Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-nfs-volumes/ + - title: Use Azure Disk Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-disk/ + - title: Use Azure Files Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-files/ + - title: Use AWS EBS Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/configure-aws-storage/ + - title: API reference + path: /datacenter/ucp/3.1/reference/api/ + nosync: true + - path: /ee/ucp/release-notes/ + title: Release notes + - sectiontitle: Universal Control Plane 3.0 + section: + - path: /datacenter/ucp/3.0/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/3.0/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/ucp/3.0/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/ucp/3.0/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/3.0/guides/admin/install/ + title: Install + - path: /datacenter/ucp/3.0/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/ucp/3.0/guides/admin/install/install-on-azure/ + title: Install on Azure + - path: /datacenter/ucp/3.0/guides/admin/install/upgrade/ + title: Upgrade + - path: /datacenter/ucp/3.0/guides/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/3.0/guides/admin/install/uninstall/ + title: Uninstall + - path: /datacenter/ucp/3.0/guides/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure + section: + - path: /datacenter/ucp/3.0/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/3.0/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/3.0/guides/admin/configure/join-windows-worker-nodes/ + title: Join Windows worker nodes to a swarm + - path: /datacenter/ucp/3.0/guides/admin/configure/integrate-with-dtr/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/enable-ldap-config-file/ + title: Integrate with LDAP by using a configuration file + - path: /datacenter/ucp/3.0/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/3.0/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/3.0/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/3.0/guides/admin/configure/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/3.0/guides/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /datacenter/ucp/3.0/guides/admin/configure/set-up-high-availability/ title: Set up high availability - - path: /ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster/ - title: Join nodes to your cluster - - path: /ee/ucp/admin/configure/join-nodes/join-windows-nodes-to-cluster/ - title: Join Windows worker nodes to your cluster - - path: /ee/ucp/admin/configure/join-nodes/use-a-load-balancer/ + - path: /datacenter/ucp/3.0/guides/admin/configure/store-logs-in-an-external-system/ + title: Store logs in an external system + - path: /datacenter/ucp/3.0/guides/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /datacenter/ucp/3.0/guides/admin/configure/use-a-load-balancer/ title: Use a load balancer - - path: /ee/ucp/admin/configure/deploy-route-reflectors/ - title: Improve network performance with Route Reflectors - - sectiontitle: Monitor and troubleshoot - section: - - path: /ee/ucp/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - title: Back up UCP - path: /ee/admin/backup/back-up-ucp/ - - title: Restore UCP - path: /ee/admin/restore/restore-ucp/ - - sectiontitle: Authorize role-based access - section: - - path: /ee/ucp/authorization/ - title: Access control model overview - - sectiontitle: The basics - section: - - path: /ee/ucp/authorization/create-users-and-teams-manually/ - title: Create users and teams manually - - path: /ee/ucp/authorization/create-teams-with-ldap/ - title: Create teams with LDAP - - path: /ee/ucp/authorization/define-roles/ - title: Define roles with authorized API operations - - path: /ee/ucp/authorization/group-resources/ - title: Group and isolate cluster resources - - path: /ee/ucp/authorization/grant-permissions/ - title: Grant role-access to cluster resources - - path: /ee/ucp/authorization/reset-user-password/ - title: Reset user passwords - - sectiontitle: Tutorials and use cases - section: - - path: /ee/ucp/authorization/deploy-stateless-app/ - title: Deploy stateless app with RBAC - - path: /ee/ucp/authorization/isolate-volumes/ - title: Isolate volumes - - path: /ee/ucp/authorization/isolate-nodes/ - title: Isolate nodes - - path: /ee/ucp/authorization/pull-images/ - title: Allow users to pull images - - path: /ee/ucp/authorization/ee-standard/ - title: Access control design - - path: /ee/ucp/authorization/ee-advanced/ - title: Access control design using additional security requirements - - sectiontitle: Access UCP - section: - - path: /ee/ucp/user-access/ - title: Web-based access - - path: /ee/ucp/user-access/cli/ - title: CLI-based access - - path: /ee/ucp/user-access/kubectl/ - title: Install the Kubernetes CLI - - path: /ee/ucp/deploy-application-package/ - title: Deploy an application package - - sectiontitle: Deploy apps with Swarm - section: - - title: Deploy a single service - path: /ee/ucp/swarm/ - - title: Deploy a multi-service app - path: /ee/ucp/swarm/deploy-multi-service-app/ - - title: Deploy application resources to a collection - path: /ee/ucp/swarm/deploy-to-collection/ - - title: Use secrets in your services - path: /ee/ucp/swarm/use-secrets/ - - sectiontitle: Layer 7 routing - section: - - title: Overview - path: /ee/ucp/interlock/ - - title: Architecture - path: /ee/ucp/interlock/architecture/ - - sectiontitle: Deploy + - path: /datacenter/ucp/3.0/guides/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /datacenter/ucp/3.0/guides/admin/configure/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/3.0/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - sectiontitle: Monitor and troubleshoot section: - - title: Simple deployment - path: /ee/ucp/interlock/deploy/ - - title: Production deployment - path: /ee/ucp/interlock/deploy/production/ - - title: Offline installation - path: /ee/ucp/interlock/deploy/offline-install/ - - title: Layer 7 routing upgrade - path: /ee/ucp/interlock/deploy/upgrade/ - - sectiontitle: Configuration + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/3.0/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference section: - - title: Configure your deployment - path: /ee/ucp/interlock/config/ - - title: Configuring host mode networking - path: /ee/ucp/interlock/config/host-mode-networking/ - - title: Configuring an nginx extension - path: /ee/ucp/interlock/config/nginx-config/ - - title: Tuning the proxy service - path: /ee/ucp/interlock/config/tuning/ - - title: Updating Interlock services - path: /ee/ucp/interlock/config/updates/ - - sectiontitle: Routing traffic to services - section: - - title: Deploying services - path: /ee/ucp/interlock/usage/ - - title: Publishing a service as a canary instance - path: /ee/ucp/interlock/usage/canary/ - - title: Using context or path-based routing - path: /ee/ucp/interlock/usage/context/ - - title: Publishing a default host service - path: /ee/ucp/interlock/usage/default-backend/ - - title: Specifying a routing mode - path: /ee/ucp/interlock/usage/interlock-vip-mode/ - - title: Using routing labels - path: /ee/ucp/interlock/usage/labels-reference/ - - title: Implementing redirects - path: /ee/ucp/interlock/usage/redirects/ - - title: Implementing a service cluster - path: /ee/ucp/interlock/usage/service-clusters/ - - title: Implementing persistent (sticky) sessions - path: /ee/ucp/interlock/usage/sessions/ - - title: Securing services with TLS - path: /ee/ucp/interlock/usage/tls/ - - title: Configuring websockets - path: /ee/ucp/interlock/usage/websockets/ - - sectiontitle: Deploy apps with Kubernetes - section: - - title: Access Kubernetes Resources - path: /ee/ucp/kubernetes/kube-resources/ - - title: Deploy a workload - path: /ee/ucp/kubernetes/ - - title: Deploy a Compose-based app - path: /ee/ucp/kubernetes/deploy-with-compose/ - - title: Using Pod Security Policies - path: /ee/ucp/kubernetes/pod-security-policies/ - - title: Create a service account for a Kubernetes app - path: /ee/ucp/kubernetes/create-service-account/ - - title: Install an unmanaged CNI plugin - path: /ee/ucp/kubernetes/install-cni-plugin/ - - title: Kubernetes network encryption - path: /ee/ucp/kubernetes/kubernetes-network-encryption/ - - sectiontitle: Persistent Storage + - path: /datacenter/ucp/3.0/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/3.0/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/3.0/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/3.0/reference/cli/example-config/ + title: example-config + - path: /datacenter/ucp/3.0/reference/cli/id/ + title: id + - path: /datacenter/ucp/3.0/reference/cli/images/ + title: images + - path: /datacenter/ucp/3.0/reference/cli/install/ + title: install + - path: /datacenter/ucp/3.0/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/3.0/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/3.0/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/3.0/reference/cli/support/ + title: support + - path: /datacenter/ucp/3.0/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/3.0/reference/cli/upgrade/ + title: upgrade + - sectiontitle: Access control section: - - title: Use NFS Storage - path: /ee/ucp/kubernetes/storage/use-nfs-volumes/ - - title: Use Azure Disk Storage - path: /ee/ucp/kubernetes/storage/use-azure-disk/ - - title: Use Azure Files Storage - path: /ee/ucp/kubernetes/storage/use-azure-files/ - - title: Use AWS EBS Storage - path: /ee/ucp/kubernetes/storage/configure-aws-storage/ - - title: Use vSphere Volumes - path: /ee/ucp/kubernetes/storage/use-vsphere-volumes/ - - title: Configure iSCSI - path: /ee/ucp/kubernetes/storage/use-iscsi/ - - title: Deploy a CSI plugin - path: /ee/ucp/kubernetes/storage/use-csi/ - - sectiontitle: Cluster Ingress + - path: /datacenter/ucp/3.0/guides/access-control/ + title: Access control model + - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/3.0/guides/access-control/deploy-view-only-service/ + title: Deploy a service with view-only access across an organization + - path: /datacenter/ucp/3.0/guides/access-control/grant-permissions/ + title: Grant permissions to users based on roles + - path: /datacenter/ucp/3.0/guides/access-control/isolate-nodes-between-teams/ + title: Isolate swarm nodes to a specific team + - path: /datacenter/ucp/3.0/guides/access-control/isolate-volumes-between-teams/ + title: Isolate volumes between two different teams + - path: /datacenter/ucp/3.0/guides/access-control/manage-access-with-collections/ + title: Manage access to resources by using collections + - path: /datacenter/ucp/3.0/guides/access-control/access-control-node/ + title: Node access control + - path: /datacenter/ucp/3.0/guides/access-control/permission-levels/ + title: Permission levels + - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-standard/ + title: Access control design with Docker Enterprise Standard + - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-advanced/ + title: Access control design with Docker Enterprise Advanced + - path: /datacenter/ucp/3.0/guides/access-control/recover-a-user-password/ + title: Recover a user password + - sectiontitle: User guides section: - - title: Overview - path: /ee/ucp/kubernetes/cluster-ingress/ - - title: Install Ingress - path: /ee/ucp/kubernetes/cluster-ingress/install/ - - title: Deploy a Sample Application - path: /ee/ucp/kubernetes/cluster-ingress/ingress/ - - title: Deploy a Canary Deployment - path: /ee/ucp/kubernetes/cluster-ingress/canary/ - - title: Implementing Persistent (sticky) Sessions - path: /ee/ucp/kubernetes/cluster-ingress/sticky/ - - path: /ee/ucp/release-notes/ - title: Release notes - - sectiontitle: Previous versions - section: - - sectiontitle: Universal Control Plane 3.1 - section: - - path: /datacenter/ucp/3.1/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/3.1/guides/ucp-architecture/ - title: UCP Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/ucp/3.1/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/3.1/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/3.1/guides/admin/install/ - title: Install - - path: /datacenter/ucp/3.1/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/3.1/guides/admin/install/install-on-azure/ - title: Install on Azure - - path: /datacenter/ucp/3.1/guides/admin/install/upgrade/ - title: Upgrade - - path: /datacenter/ucp/3.1/guides/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/3.1/guides/admin/install/uninstall/ - title: Uninstall - - path: /datacenter/ucp/3.1/guides/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure - section: - - path: /datacenter/ucp/3.1/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/3.1/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/3.1/guides/admin/configure/collect-cluster-metrics/ - title: Collect UCP cluster metrics with Prometheus - - path: /datacenter/ucp/3.1/guides/admin/configure/metrics-descriptions/ - title: Using UCP cluster metrics with Prometheus - - path: /datacenter/ucp/3.1/guides/admin/configure/configure-rbac-kube/ - title: Configure native Kubernetes role-based access control - - path: /datacenter/ucp/3.1/guides/admin/configure/enable-audit-logging/ - title: Create UCP audit logs - - path: /datacenter/ucp/3.1/guides/admin/configure/enable-saml-authentication/ - title: Enable SAML authentication - - path: /datacenter/ucp/3.1/guides/admin/configure/enable-helm-tiller/ - title: Enable Helm and Tiller with UCP - - path: /datacenter/ucp/3.1/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/3.1/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/3.1/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/3.1/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/3.1/guides/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /datacenter/ucp/3.1/guides/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /datacenter/ucp/3.1/guides/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /datacenter/ucp/3.1/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/ucp/3.1/guides/admin/configure/manage-and-deploy-private-images/ - title: Manage and deploy private images - - path: /datacenter/ucp/3.1/guides/admin/configure/set-orchestrator-type/ - title: Set the orchestrator type for a node - - path: /datacenter/ucp/3.1/guides/admin/configure/view-namespace-resources/ - title: View Kubernetes objects in a namespace - - sectiontitle: Join nodes to your cluster - section: - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/ - title: Set up high availability - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-linux-nodes-to-cluster/ - title: Join nodes to your cluster - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-windows-nodes-to-cluster/ - title: Join Windows worker nodes to your cluster - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/ucp/3.1/guides/admin/configure/deploy-route-reflectors/ - title: Improve network performance with Route Reflectors - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/3.1/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/3.1/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/3.1/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/3.1/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/3.1/reference/cli/example-config/ - title: example-config - - path: /datacenter/ucp/3.1/reference/cli/id/ - title: id - - path: /datacenter/ucp/3.1/reference/cli/images/ - title: images - - path: /datacenter/ucp/3.1/reference/cli/install/ - title: install - - path: /datacenter/ucp/3.1/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/3.1/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/3.1/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/3.1/reference/cli/support/ - title: support - - path: /datacenter/ucp/3.1/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/3.1/reference/cli/upgrade/ - title: upgrade - - sectiontitle: Authorize role-based access - section: - - path: /datacenter/ucp/3.1/guides/authorization/ - title: Access control model overview - - sectiontitle: The basics - section: - - path: /datacenter/ucp/3.1/guides/authorization/create-users-and-teams-manually/ - title: Create users and teams manually - - path: /datacenter/ucp/3.1/guides/authorization/create-teams-with-ldap/ - title: Create teams with LDAP - - path: /datacenter/ucp/3.1/guides/authorization/define-roles/ - title: Define roles with authorized API operations - - path: /datacenter/ucp/3.1/guides/authorization/group-resources/ - title: Group and isolate cluster resources - - path: /datacenter/ucp/3.1/guides/authorization/grant-permissions/ - title: Grant role-access to cluster resources - - path: /datacenter/ucp/3.1/guides/authorization/reset-user-password/ - title: Reset user passwords - - sectiontitle: Tutorials and use cases - section: - - path: /datacenter/ucp/3.1/guides/authorization/deploy-stateless-app/ - title: Deploy stateless app with RBAC - - path: /datacenter/ucp/3.1/guides/authorization/isolate-volumes/ - title: Isolate volumes - - path: /datacenter/ucp/3.1/guides/authorization/isolate-nodes/ - title: Isolate nodes - - path: /datacenter/ucp/3.1/guides/authorization/pull-images/ - title: Allow users to pull images - - path: /datacenter/ucp/3.1/guides/authorization/ee-standard/ - title: Docker EE Standard use case - - path: /datacenter/ucp/3.1/guides/authorization/ee-advanced/ - title: Docker EE Advanced use case - sectiontitle: Access UCP section: - - path: /datacenter/ucp/3.1/guides/user-access/ + - path: /datacenter/ucp/3.0/guides/user/access-ucp/ title: Web-based access - - path: /datacenter/ucp/3.1/guides/user-access/cli/ + - path: /datacenter/ucp/3.0/guides/user/access-ucp/cli-based-access/ title: CLI-based access - - path: /datacenter/ucp/3.1/guides/user-access/kubectl/ + - path: /datacenter/ucp/3.0/guides/user/access-ucp/kubectl/ title: Install the Kubernetes CLI - - path: /datacenter/ucp/3.1/guides/deploy-application-package/ - title: Deploy an application package - sectiontitle: Deploy apps with Swarm section: - - title: Deploy a single service - path: /datacenter/ucp/3.1/guides/swarm/ - - title: Deploy a multi-service app - path: /datacenter/ucp/3.1/guides/swarm/deploy-multi-service-app/ - - title: Deploy application resources to a collection - path: /datacenter/ucp/3.1/guides/swarm/deploy-to-collection/ - - title: Use secrets in your services - path: /datacenter/ucp/3.1/guides/swarm/use-secrets/ + - path: /datacenter/ucp/3.0/guides/user/swarm/ + title: Deploy a single service + - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-multi-service-app/ + title: Deploy a multi-service app + - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-to-collection/ + title: Deploy application resources to a collection + - path: /datacenter/ucp/3.0/guides/user/swarm/use-secrets/ + title: Use secrets in your services - sectiontitle: Layer 7 routing section: - - title: Overview - path: /datacenter/ucp/3.1/guides/interlock/ - - title: Architecture - path: /datacenter/ucp/3.1/guides/interlock/architecture/ + - path: /datacenter/ucp/3.0/guides/user/interlock/ + title: Overview + - path: /datacenter/ucp/3.0/guides/user/interlock/architecture/ + title: Architecture - sectiontitle: Deploy section: - title: Simple deployment - path: /datacenter/ucp/3.1/guides/interlock/deploy/ - - title: Production deployment - path: /datacenter/ucp/3.1/guides/interlock/deploy/production/ - - title: Offline installation - path: /datacenter/ucp/3.1/guides/interlock/deploy/offline-install/ - - title: Layer 7 routing upgrade - path: /datacenter/ucp/3.1/guides/interlock/deploy/upgrade/ - - sectiontitle: Configuration - section: + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/ - title: Configure your deployment - path: /datacenter/ucp/3.1/guides/interlock/config/ - - title: Configuring host mode networking - path: /datacenter/ucp/3.1/guides/interlock/config/host-mode-networking/ - - title: Configuring an nginx extension - path: /datacenter/ucp/3.1/guides/interlock/config/nginx-config/ - - title: Tuning the proxy service - path: /datacenter/ucp/3.1/guides/interlock/config/tuning/ - - title: Updating Interlock services - path: /datacenter/ucp/3.1/guides/interlock/config/updates/ - - sectiontitle: Routing traffic to services + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configure/ + - title: Production deployment + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/production/ + - title: Host mode networking + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/host-mode-networking/ + - title: Configuration reference + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configuration-reference/ + - sectiontitle: Route traffic to services section: - - title: Deploying services - path: /datacenter/ucp/3.1/guides/interlock/usage/ - - title: Publishing a service as a canary instance - path: /datacenter/ucp/3.1/guides/interlock/usage/canary/ - - title: Using context or path-based routing - path: /datacenter/ucp/3.1/guides/interlock/usage/context/ - - title: Specifying a routing mode - path: /datacenter/ucp/3.1/guides/interlock/usage/interlock-vip-mode/ - - title: Using routing labels - path: /datacenter/ucp/3.1/guides/interlock/usage/labels-reference/ - - title: Implementing redirects - path: /datacenter/ucp/3.1/guides/interlock/usage/redirects/ - - title: Implementing a service cluster - path: /datacenter/ucp/3.1/guides/interlock/usage/service-clusters/ - - title: Implementing persistent (sticky) sessions - path: /datacenter/ucp/3.1/guides/interlock/usage/sessions/ - - title: Securing services with TLS - path: /datacenter/ucp/3.1/guides/interlock/usage/tls/ - - title: Configuring websockets - path: /datacenter/ucp/3.1/guides/interlock/usage/websockets/ + - title: Simple swarm service + path: /datacenter/ucp/3.0/guides/user/interlock/usage/ + - title: Set a default service + path: /datacenter/ucp/3.0/guides/user/interlock/usage/default-service/ + - title: Applications with TLS + path: /datacenter/ucp/3.0/guides/user/interlock/usage/tls/ + - title: Application redirects + path: /datacenter/ucp/3.0/guides/user/interlock/usage/redirects/ + - title: Persistent (sticky) sessions + path: /datacenter/ucp/3.0/guides/user/interlock/usage/sessions/ + - title: Websockets + path: /datacenter/ucp/3.0/guides/user/interlock/usage/websockets/ + - title: Canary application instances + path: /datacenter/ucp/3.0/guides/user/interlock/usage/canary/ + - title: Service clusters + path: /datacenter/ucp/3.0/guides/user/interlock/usage/service-clusters/ + - title: Context/Path based routing + path: /datacenter/ucp/3.0/guides/user/interlock/usage/context/ + - title: Service labels reference + path: /datacenter/ucp/3.0/guides/user/interlock/usage/labels-reference/ + - title: Layer 7 routing upgrade + path: /datacenter/ucp/3.0/guides/user/interlock/upgrade/ - sectiontitle: Deploy apps with Kubernetes section: - - title: Access Kubernetes Resources - path: /datacenter/ucp/3.1/guides/kubernetes/kube-resources/ - title: Deploy a workload - path: /datacenter/ucp/3.1/guides/kubernetes/ + path: /datacenter/ucp/3.0/guides/user/kubernetes/ - title: Deploy a Compose-based app - path: /datacenter/ucp/3.1/guides/kubernetes/deploy-with-compose/ + path: /datacenter/ucp/3.0/guides/user/kubernetes/deploy-with-compose/ - title: Deploy an ingress controller - path: /datacenter/ucp/3.1/guides/kubernetes/layer-7-routing/ + path: /datacenter/ucp/3.0/guides/user/kubernetes/layer-7-routing/ - title: Create a service account for a Kubernetes app - path: /datacenter/ucp/3.1/guides/kubernetes/create-service-account/ - - title: Install an unmanaged CNI plugin - path: /datacenter/ucp/3.1/guides/kubernetes/install-cni-plugin/ - - title: Kubernetes network encryption - path: /datacenter/ucp/3.1/guides/kubernetes/kubernetes-network-encryption/ - - sectiontitle: Persistent Storage - section: - - title: Use NFS Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-nfs-volumes/ - - title: Use Azure Disk Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-disk/ - - title: Use Azure Files Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-files/ - - title: Use AWS EBS Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/configure-aws-storage/ - - title: API reference - path: /datacenter/ucp/3.1/reference/api/ - nosync: true - - path: /ee/ucp/release-notes/ - title: Release notes - - sectiontitle: Universal Control Plane 3.0 + path: /datacenter/ucp/3.0/guides/user/kubernetes/create-service-account/ + - title: Install a CNI plugin + path: /datacenter/ucp/3.0/guides/user/kubernetes/install-cni-plugin/ + - path: /datacenter/ucp/3.0/reference/api/ + title: API reference + - path: /ee/ucp/release-notes/#version-30 + title: Release notes + nosync: true + - path: /datacenter/ucp/3.0/guides/get-support/ + title: Get support + - sectiontitle: Universal Control Plane 2.2 + section: + - path: /datacenter/ucp/2.2/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/2.2/guides/architecture/ + title: Architecture + - sectiontitle: Administration section: - - path: /datacenter/ucp/3.0/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/3.0/guides/architecture/ - title: Architecture - - sectiontitle: Administration + - sectiontitle: Install section: - - sectiontitle: Install - section: - - path: /datacenter/ucp/3.0/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/3.0/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/3.0/guides/admin/install/ - title: Install - - path: /datacenter/ucp/3.0/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/3.0/guides/admin/install/install-on-azure/ - title: Install on Azure - - path: /datacenter/ucp/3.0/guides/admin/install/upgrade/ - title: Upgrade - - path: /datacenter/ucp/3.0/guides/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/3.0/guides/admin/install/uninstall/ - title: Uninstall - - path: /datacenter/ucp/3.0/guides/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure - section: - - path: /datacenter/ucp/3.0/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/3.0/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/3.0/guides/admin/configure/join-windows-worker-nodes/ - title: Join Windows worker nodes to a swarm - - path: /datacenter/ucp/3.0/guides/admin/configure/integrate-with-dtr/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/enable-ldap-config-file/ - title: Integrate with LDAP by using a configuration file - - path: /datacenter/ucp/3.0/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/3.0/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/3.0/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/3.0/guides/admin/configure/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/3.0/guides/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /datacenter/ucp/3.0/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/ucp/3.0/guides/admin/configure/store-logs-in-an-external-system/ - title: Store logs in an external system - - path: /datacenter/ucp/3.0/guides/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /datacenter/ucp/3.0/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/ucp/3.0/guides/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /datacenter/ucp/3.0/guides/admin/configure/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/3.0/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/3.0/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/3.0/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/3.0/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/3.0/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/3.0/reference/cli/example-config/ - title: example-config - - path: /datacenter/ucp/3.0/reference/cli/id/ - title: id - - path: /datacenter/ucp/3.0/reference/cli/images/ - title: images - - path: /datacenter/ucp/3.0/reference/cli/install/ - title: install - - path: /datacenter/ucp/3.0/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/3.0/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/3.0/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/3.0/reference/cli/support/ - title: support - - path: /datacenter/ucp/3.0/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/3.0/reference/cli/upgrade/ - title: upgrade - - sectiontitle: Access control - section: - - path: /datacenter/ucp/3.0/guides/access-control/ - title: Access control model - - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/3.0/guides/access-control/deploy-view-only-service/ - title: Deploy a service with view-only access across an organization - - path: /datacenter/ucp/3.0/guides/access-control/grant-permissions/ - title: Grant permissions to users based on roles - - path: /datacenter/ucp/3.0/guides/access-control/isolate-nodes-between-teams/ - title: Isolate swarm nodes to a specific team - - path: /datacenter/ucp/3.0/guides/access-control/isolate-volumes-between-teams/ - title: Isolate volumes between two different teams - - path: /datacenter/ucp/3.0/guides/access-control/manage-access-with-collections/ - title: Manage access to resources by using collections - - path: /datacenter/ucp/3.0/guides/access-control/access-control-node/ - title: Node access control - - path: /datacenter/ucp/3.0/guides/access-control/permission-levels/ - title: Permission levels - - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-standard/ - title: Access control design with Docker Enterprise Standard - - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-advanced/ - title: Access control design with Docker Enterprise Advanced - - path: /datacenter/ucp/3.0/guides/access-control/recover-a-user-password/ - title: Recover a user password - - sectiontitle: User guides - section: - - sectiontitle: Access UCP - section: - - path: /datacenter/ucp/3.0/guides/user/access-ucp/ - title: Web-based access - - path: /datacenter/ucp/3.0/guides/user/access-ucp/cli-based-access/ - title: CLI-based access - - path: /datacenter/ucp/3.0/guides/user/access-ucp/kubectl/ - title: Install the Kubernetes CLI - - sectiontitle: Deploy apps with Swarm - section: - - path: /datacenter/ucp/3.0/guides/user/swarm/ - title: Deploy a single service - - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-multi-service-app/ - title: Deploy a multi-service app - - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-to-collection/ - title: Deploy application resources to a collection - - path: /datacenter/ucp/3.0/guides/user/swarm/use-secrets/ - title: Use secrets in your services - - sectiontitle: Layer 7 routing - section: - - path: /datacenter/ucp/3.0/guides/user/interlock/ - title: Overview - - path: /datacenter/ucp/3.0/guides/user/interlock/architecture/ - title: Architecture - - sectiontitle: Deploy - section: - - title: Simple deployment - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/ - - title: Configure your deployment - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configure/ - - title: Production deployment - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/production/ - - title: Host mode networking - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/host-mode-networking/ - - title: Configuration reference - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configuration-reference/ - - sectiontitle: Route traffic to services - section: - - title: Simple swarm service - path: /datacenter/ucp/3.0/guides/user/interlock/usage/ - - title: Set a default service - path: /datacenter/ucp/3.0/guides/user/interlock/usage/default-service/ - - title: Applications with TLS - path: /datacenter/ucp/3.0/guides/user/interlock/usage/tls/ - - title: Application redirects - path: /datacenter/ucp/3.0/guides/user/interlock/usage/redirects/ - - title: Persistent (sticky) sessions - path: /datacenter/ucp/3.0/guides/user/interlock/usage/sessions/ - - title: Websockets - path: /datacenter/ucp/3.0/guides/user/interlock/usage/websockets/ - - title: Canary application instances - path: /datacenter/ucp/3.0/guides/user/interlock/usage/canary/ - - title: Service clusters - path: /datacenter/ucp/3.0/guides/user/interlock/usage/service-clusters/ - - title: Context/Path based routing - path: /datacenter/ucp/3.0/guides/user/interlock/usage/context/ - - title: Service labels reference - path: /datacenter/ucp/3.0/guides/user/interlock/usage/labels-reference/ - - title: Layer 7 routing upgrade - path: /datacenter/ucp/3.0/guides/user/interlock/upgrade/ - - sectiontitle: Deploy apps with Kubernetes - section: - - title: Deploy a workload - path: /datacenter/ucp/3.0/guides/user/kubernetes/ - - title: Deploy a Compose-based app - path: /datacenter/ucp/3.0/guides/user/kubernetes/deploy-with-compose/ - - title: Deploy an ingress controller - path: /datacenter/ucp/3.0/guides/user/kubernetes/layer-7-routing/ - - title: Create a service account for a Kubernetes app - path: /datacenter/ucp/3.0/guides/user/kubernetes/create-service-account/ - - title: Install a CNI plugin - path: /datacenter/ucp/3.0/guides/user/kubernetes/install-cni-plugin/ - - path: /datacenter/ucp/3.0/reference/api/ - title: API reference - - path: /ee/ucp/release-notes/#version-30 - title: Release notes - nosync: true - - path: /datacenter/ucp/3.0/guides/get-support/ - title: Get support - - sectiontitle: Universal Control Plane 2.2 - section: - - path: /datacenter/ucp/2.2/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/2.2/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/ucp/2.2/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/2.2/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/2.2/guides/admin/install/ - title: Install - - path: /datacenter/ucp/2.2/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/2.2/guides/admin/install/upgrade/ - title: Upgrade - - path: /datacenter/ucp/2.2/guides/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/2.2/guides/admin/install/uninstall/ - title: Uninstall - - path: /datacenter/ucp/2.2/guides/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure - section: - - path: /datacenter/ucp/2.2/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/2.2/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes/ - title: Join Windows worker nodes to a swarm - - path: /datacenter/ucp/2.2/guides/admin/configure/integrate-with-dtr/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/enable-ldap-config-file/ - title: Integrate with LDAP by using a configuration file - - path: /datacenter/ucp/2.2/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/2.2/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/2.2/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/2.2/guides/admin/configure/use-trusted-images-for-ci/ - title: Use trusted images for continuous integration - - path: /datacenter/ucp/2.2/guides/admin/configure/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/2.2/guides/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /datacenter/ucp/2.2/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/ucp/2.2/guides/admin/configure/store-logs-in-an-external-system/ - title: Store logs in an external system - - path: /datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /datacenter/ucp/2.2/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/ucp/2.2/guides/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /datacenter/ucp/2.2/guides/admin/configure/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.2/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/2.2/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/2.2/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/2.2/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/2.2/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/2.2/reference/cli/example-config/ - title: example-config - - path: /datacenter/ucp/2.2/reference/cli/id/ - title: id - - path: /datacenter/ucp/2.2/reference/cli/images/ - title: images - - path: /datacenter/ucp/2.2/reference/cli/install/ - title: install - - path: /datacenter/ucp/2.2/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/2.2/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/2.2/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/2.2/reference/cli/support/ - title: support - - path: /datacenter/ucp/2.2/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/2.2/reference/cli/upgrade/ - title: upgrade - - sectiontitle: Access control - section: - - path: /datacenter/ucp/2.2/guides/access-control/ - title: Access control model - - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/2.2/guides/access-control/deploy-view-only-service/ - title: Deploy a service with view-only access across an organization - - path: /datacenter/ucp/2.2/guides/access-control/grant-permissions/ - title: Grant permissions to users based on roles - - path: /datacenter/ucp/2.2/guides/access-control/isolate-nodes-between-teams/ - title: Isolate swarm nodes to a specific team - - path: /datacenter/ucp/2.2/guides/access-control/isolate-volumes-between-teams/ - title: Isolate volumes between two different teams - - path: /datacenter/ucp/2.2/guides/access-control/manage-access-with-collections/ - title: Manage access to resources by using collections - - path: /datacenter/ucp/2.2/guides/access-control/access-control-node/ - title: Node access control - - path: /datacenter/ucp/2.2/guides/access-control/permission-levels/ - title: Permission levels - - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-standard/ - title: Access control design with Docker Enterprise Standard - - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-advanced/ - title: Access control design with Docker Enterprise Advanced - - path: /datacenter/ucp/2.2/guides/access-control/recover-a-user-password/ - title: Recover a user password - - sectiontitle: User guides - section: - - sectiontitle: Access UCP - section: - - path: /datacenter/ucp/2.2/guides/user/access-ucp/ - title: Web-based access - - path: /datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access/ - title: CLI-based access - - sectiontitle: Deploy an application - section: - - path: /datacenter/ucp/2.2/guides/user/services/deploy-a-service/ - title: Deploy a service - - path: /datacenter/ucp/2.2/guides/user/services/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.2/guides/user/services/ - title: Deploy an app from the UI - - path: /datacenter/ucp/2.2/guides/user/services/deploy-app-cli/ - title: Deploy an app from the CLI - - path: /datacenter/ucp/2.2/guides/user/services/deploy-stack-to-collection/ - title: Deploy application resources to a collection - - sectiontitle: Secrets - section: - - path: /datacenter/ucp/2.2/guides/user/secrets/ - title: Manage secrets - - path: /datacenter/ucp/2.2/guides/user/secrets/grant-revoke-access/ - title: Grant access to secrets - - path: /datacenter/ucp/2.2/reference/api/ - title: API reference - - path: /ee/ucp/release-notes/#version-22 - title: Release notes - nosync: true - - path: /datacenter/ucp/2.2/guides/get-support/ - title: Get support - - sectiontitle: Universal Control Plane 2.1 - section: - - path: /datacenter/ucp/2.1/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/2.1/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/ucp/2.1/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/2.1/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/2.1/guides/admin/install/ - title: Install - - path: /datacenter/ucp/2.1/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/2.1/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/ucp/2.1/guides/admin/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/2.1/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/ucp/2.1/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/2.1/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/ucp/2.1/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/ucp/2.1/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/2.1/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/2.1/guides/admin/configure/store-logs-in-an-external-system/ - title: Store logs in an external system - - path: /datacenter/ucp/2.1/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.1/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/2.1/guides/admin/configure/use-trusted-images-for-ci/ - title: Use trusted images for continuous integration - - path: /datacenter/ucp/2.1/guides/admin/configure/integrate-with-dtr/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/2.1/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/2.1/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: Manage users - section: - - path: /datacenter/ucp/2.1/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/2.1/guides/admin/manage-users/permission-levels/ - title: Permission levels - - path: /datacenter/ucp/2.1/guides/admin/manage-users/recover-a-user-password/ - title: Recover a user password - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/2.1/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/2.1/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/2.1/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/2.1/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/2.1/reference/cli/fingerprint/ - title: fingerprint - - path: /datacenter/ucp/2.1/reference/cli/id/ - title: id - - path: /datacenter/ucp/2.1/reference/cli/images/ - title: images - - path: /datacenter/ucp/2.1/reference/cli/install/ - title: install - - path: /datacenter/ucp/2.1/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/2.1/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/2.1/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/2.1/reference/cli/support/ - title: support - - path: /datacenter/ucp/2.1/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/2.1/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access UCP - section: - - path: /datacenter/ucp/2.1/guides/user/access-ucp/ - title: Web-based access - - path: /datacenter/ucp/2.1/guides/user/access-ucp/cli-based-access/ - title: CLI-based access - - sectiontitle: Deploy an application - section: - - path: /datacenter/ucp/2.1/guides/user/services/deploy-a-service/ - title: Deploy a service - - path: /datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.1/guides/user/services/ - title: Deploy an app from the UI - - path: /datacenter/ucp/2.1/guides/user/services/deploy-app-cli/ - title: Deploy an app from the CLI - - sectiontitle: Secrets - section: - - path: /datacenter/ucp/2.1/guides/user/secrets/ - title: Manage secrets - - path: /datacenter/ucp/2.1/guides/user/secrets/grant-revoke-access/ - title: Grant access to secrets - - sectiontitle: Release notes - section: - - path: /datacenter/ucp/2.1/guides/release-notes/ - title: Release notes - - path: /datacenter/ucp/2.1/guides/release-notes/incompatibilities-and-breaking-changes/ - title: Incompatibilities and breaking changes - - path: /datacenter/ucp/2.1/guides/get-support/ - title: Get support - - sectiontitle: Universal Control Plane 2.0 - section: - - path: /datacenter/ucp/2.0/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/2.0/guides/architecture/ - title: Architecture - - sectiontitle: Installation - section: - - path: /datacenter/ucp/2.0/guides/installation/system-requirements/ + - path: /datacenter/ucp/2.2/guides/admin/install/system-requirements/ title: System requirements - - path: /datacenter/ucp/2.0/guides/installation/plan-production-install/ - title: Plan a production installation - - path: /datacenter/ucp/2.0/guides/installation/ - title: Install UCP for production - - path: /datacenter/ucp/2.0/guides/installation/install-offline/ + - path: /datacenter/ucp/2.2/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/2.2/guides/admin/install/ + title: Install + - path: /datacenter/ucp/2.2/guides/admin/install/install-offline/ title: Install offline - - path: /datacenter/ucp/2.0/guides/installation/license/ - title: License UCP - - path: /datacenter/ucp/2.0/guides/installation/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/2.0/guides/installation/upgrade/ - title: Upgrade UCP - - path: /datacenter/ucp/2.0/guides/installation/uninstall/ - title: Uninstall UCP - - sectiontitle: Access UCP + - path: /datacenter/ucp/2.2/guides/admin/install/upgrade/ + title: Upgrade + - path: /datacenter/ucp/2.2/guides/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/2.2/guides/admin/install/uninstall/ + title: Uninstall + - path: /datacenter/ucp/2.2/guides/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure section: - - path: /datacenter/ucp/2.0/guides/access-ucp/ - title: Web-based access - - path: /datacenter/ucp/2.0/guides/access-ucp/cli-based-access/ - title: CLI-based access - - sectiontitle: Configuration - section: - - path: /datacenter/ucp/2.0/guides/configuration/ - title: Use externally-signed certificates - - path: /datacenter/ucp/2.0/guides/configuration/configure-logs/ - title: Configure UCP logging - - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-dtr/ + - path: /datacenter/ucp/2.2/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/2.2/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes/ + title: Join Windows worker nodes to a swarm + - path: /datacenter/ucp/2.2/guides/admin/configure/integrate-with-dtr/ title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-ldap/ + - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/ title: Integrate with LDAP - - path: /datacenter/ucp/2.0/guides/configuration/route-hostnames/ - title: Route hostnames to services + - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/enable-ldap-config-file/ + title: Integrate with LDAP by using a configuration file + - path: /datacenter/ucp/2.2/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/2.2/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/2.2/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/2.2/guides/admin/configure/use-trusted-images-for-ci/ + title: Use trusted images for continuous integration + - path: /datacenter/ucp/2.2/guides/admin/configure/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/2.2/guides/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /datacenter/ucp/2.2/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/ucp/2.2/guides/admin/configure/store-logs-in-an-external-system/ + title: Store logs in an external system + - path: /datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /datacenter/ucp/2.2/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/ucp/2.2/guides/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /datacenter/ucp/2.2/guides/admin/configure/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.2/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates - sectiontitle: Monitor and troubleshoot section: - - path: /datacenter/ucp/2.0/guides/monitor/ - title: Monitor your cluster - - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot/ - title: Troubleshoot your cluster - - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot-configurations/ - title: Troubleshoot cluster configurations - - sectiontitle: High-availability - section: - - path: /datacenter/ucp/2.0/guides/high-availability/ - title: Set up high availability - - path: /datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /datacenter/ucp/2.0/guides/user-management/ - title: Authentication and authorization - - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/2.0/guides/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Applications - section: - - path: /datacenter/ucp/2.0/guides/applications/ - title: Deploy an app from the UI - - path: /datacenter/ucp/2.0/guides/applications/deploy-app-cli/ - title: Deploy an app from the CLI - - sectiontitle: Content trust - section: - - path: /datacenter/ucp/2.0/guides/content-trust/ - title: Run only images you trust - - path: /datacenter/ucp/2.0/guides/content-trust/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/ucp/2.0/guides/content-trust/continuous-integration/ - title: Use trusted images for continuous integration + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/2.2/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery - sectiontitle: CLI reference section: - - path: /datacenter/ucp/2.0/reference/cli/ + - path: /datacenter/ucp/2.2/reference/cli/ title: docker/ucp overview - - path: /datacenter/ucp/2.0/reference/cli/backup/ + - path: /datacenter/ucp/2.2/reference/cli/backup/ title: backup - - path: /datacenter/ucp/2.0/reference/cli/dump-certs/ + - path: /datacenter/ucp/2.2/reference/cli/dump-certs/ title: dump-certs - - path: /datacenter/ucp/2.0/reference/cli/fingerprint/ - title: fingerprint - - path: /datacenter/ucp/2.0/reference/cli/id/ + - path: /datacenter/ucp/2.2/reference/cli/example-config/ + title: example-config + - path: /datacenter/ucp/2.2/reference/cli/id/ title: id - - path: /datacenter/ucp/2.0/reference/cli/images/ + - path: /datacenter/ucp/2.2/reference/cli/images/ title: images - - path: /datacenter/ucp/2.0/reference/cli/install/ + - path: /datacenter/ucp/2.2/reference/cli/install/ title: install - - path: /datacenter/ucp/2.0/reference/cli/restart/ + - path: /datacenter/ucp/2.2/reference/cli/restart/ title: restart - - path: /datacenter/ucp/2.0/reference/cli/restore/ + - path: /datacenter/ucp/2.2/reference/cli/restore/ title: restore - - path: /datacenter/ucp/2.0/reference/cli/stop/ + - path: /datacenter/ucp/2.2/reference/cli/stop/ title: stop - - path: /datacenter/ucp/2.0/reference/cli/support/ + - path: /datacenter/ucp/2.2/reference/cli/support/ title: support - - path: /datacenter/ucp/2.0/reference/cli/uninstall-ucp/ + - path: /datacenter/ucp/2.2/reference/cli/uninstall-ucp/ title: uninstall-ucp - - path: /datacenter/ucp/2.0/reference/cli/upgrade/ + - path: /datacenter/ucp/2.2/reference/cli/upgrade/ title: upgrade - - path: /datacenter/ucp/2.0/guides/support/ - title: Get support - - path: /datacenter/ucp/2.0/guides/release-notes/ - title: Release notes - - sectiontitle: Universal Control Plane 1.0 + - sectiontitle: Access control + section: + - path: /datacenter/ucp/2.2/guides/access-control/ + title: Access control model + - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/2.2/guides/access-control/deploy-view-only-service/ + title: Deploy a service with view-only access across an organization + - path: /datacenter/ucp/2.2/guides/access-control/grant-permissions/ + title: Grant permissions to users based on roles + - path: /datacenter/ucp/2.2/guides/access-control/isolate-nodes-between-teams/ + title: Isolate swarm nodes to a specific team + - path: /datacenter/ucp/2.2/guides/access-control/isolate-volumes-between-teams/ + title: Isolate volumes between two different teams + - path: /datacenter/ucp/2.2/guides/access-control/manage-access-with-collections/ + title: Manage access to resources by using collections + - path: /datacenter/ucp/2.2/guides/access-control/access-control-node/ + title: Node access control + - path: /datacenter/ucp/2.2/guides/access-control/permission-levels/ + title: Permission levels + - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-standard/ + title: Access control design with Docker Enterprise Standard + - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-advanced/ + title: Access control design with Docker Enterprise Advanced + - path: /datacenter/ucp/2.2/guides/access-control/recover-a-user-password/ + title: Recover a user password + - sectiontitle: User guides section: - - path: /datacenter/ucp/1.1/overview/ - title: Universal Control Plane overview - - path: /datacenter/ucp/1.1/install-sandbox/ - title: Install DDC in a sandbox for evaluation - - path: /datacenter/ucp/1.1/install-sandbox-2/ - title: Evaluate DDC in a sandbox deployment - - path: /datacenter/ucp/1.1/architecture/ - title: Architecture - - sectiontitle: Installation - section: - - path: /datacenter/ucp/1.1/installation/system-requirements/ - title: System requirements - - path: /datacenter/ucp/1.1/installation/plan-production-install/ - title: Plan a production installation - - path: /datacenter/ucp/1.1/installation/install-production/ - title: Install UCP for production - - path: /datacenter/ucp/1.1/installation/install-offline/ - title: Install offline - - path: /datacenter/ucp/1.1/installation/license/ - title: License UCP - - path: /datacenter/ucp/1.1/installation/upgrade/ - title: Upgrade UCP - - path: /datacenter/ucp/1.1/installation/uninstall/ - title: Uninstall UCP - sectiontitle: Access UCP section: - - path: /datacenter/ucp/1.1/access-ucp/web-based-access/ + - path: /datacenter/ucp/2.2/guides/user/access-ucp/ title: Web-based access - - path: /datacenter/ucp/1.1/access-ucp/cli-based-access/ + - path: /datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access/ title: CLI-based access - - sectiontitle: Configuration + - sectiontitle: Deploy an application section: - - path: /datacenter/ucp/1.1/configuration/use-externally-signed-certs/ - title: Use externally-signed certificates - - path: /datacenter/ucp/1.1/configuration/configure-logs/ - title: Configure UCP logging - - path: /datacenter/ucp/1.1/configuration/dtr-integration/ + - path: /datacenter/ucp/2.2/guides/user/services/deploy-a-service/ + title: Deploy a service + - path: /datacenter/ucp/2.2/guides/user/services/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.2/guides/user/services/ + title: Deploy an app from the UI + - path: /datacenter/ucp/2.2/guides/user/services/deploy-app-cli/ + title: Deploy an app from the CLI + - path: /datacenter/ucp/2.2/guides/user/services/deploy-stack-to-collection/ + title: Deploy application resources to a collection + - sectiontitle: Secrets + section: + - path: /datacenter/ucp/2.2/guides/user/secrets/ + title: Manage secrets + - path: /datacenter/ucp/2.2/guides/user/secrets/grant-revoke-access/ + title: Grant access to secrets + - path: /datacenter/ucp/2.2/reference/api/ + title: API reference + - path: /ee/ucp/release-notes/#version-22 + title: Release notes + nosync: true + - path: /datacenter/ucp/2.2/guides/get-support/ + title: Get support + - sectiontitle: Universal Control Plane 2.1 + section: + - path: /datacenter/ucp/2.1/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/2.1/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/ucp/2.1/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/ucp/2.1/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/2.1/guides/admin/install/ + title: Install + - path: /datacenter/ucp/2.1/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/ucp/2.1/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/ucp/2.1/guides/admin/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/2.1/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/ucp/2.1/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/2.1/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/ucp/2.1/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/ucp/2.1/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/2.1/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/2.1/guides/admin/configure/store-logs-in-an-external-system/ + title: Store logs in an external system + - path: /datacenter/ucp/2.1/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.1/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/2.1/guides/admin/configure/use-trusted-images-for-ci/ + title: Use trusted images for continuous integration + - path: /datacenter/ucp/2.1/guides/admin/configure/integrate-with-dtr/ title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/1.1/configuration/ldap-integration/ + - path: /datacenter/ucp/2.1/guides/admin/configure/external-auth/ title: Integrate with LDAP - - path: /datacenter/ucp/1.1/configuration/multi-host-networking/ - title: Set up container networking + - path: /datacenter/ucp/2.1/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - sectiontitle: Manage users + section: + - path: /datacenter/ucp/2.1/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/2.1/guides/admin/manage-users/permission-levels/ + title: Permission levels + - path: /datacenter/ucp/2.1/guides/admin/manage-users/recover-a-user-password/ + title: Recover a user password - sectiontitle: Monitor and troubleshoot section: - - path: /datacenter/ucp/1.1/monitor/monitor-ucp/ - title: Monitor your cluster - - path: /datacenter/ucp/1.1/monitor/troubleshoot-ucp/ - title: Troubleshoot your cluster - - path: /datacenter/ucp/1.1/monitor/troubleshoot-configurations/ - title: Troubleshoot cluster configurations - - sectiontitle: High-availability + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/2.1/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference section: - - path: /datacenter/ucp/1.1/high-availability/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/ucp/1.1/high-availability/replicate-cas/ - title: Replicate CAs for high availability - - path: /datacenter/ucp/1.1/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /datacenter/ucp/1.1/user-management/authentication-and-authorization/ - title: Authentication and authorization - - path: /datacenter/ucp/1.1/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/1.1/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/1.1/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Applications - section: - - path: /datacenter/ucp/1.1/applications/deploy-app-ui/ - title: Deploy an app from the UI - - path: /datacenter/ucp/1.1/applications/deploy-app-cli/ - title: Deploy an app from the CLI - - sectiontitle: UCP tool CLI - section: - - path: /datacenter/ucp/1.1/reference/ - title: UCP tool v1.1 overview - - path: /datacenter/ucp/1.1/reference/backup/ + - path: /datacenter/ucp/2.1/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/2.1/reference/cli/backup/ title: backup - - path: /datacenter/ucp/1.1/reference/dump-certs/ + - path: /datacenter/ucp/2.1/reference/cli/dump-certs/ title: dump-certs - - path: /datacenter/ucp/1.1/reference/engine-discovery/ - title: engine-discovery - - path: /datacenter/ucp/1.1/reference/fingerprint/ + - path: /datacenter/ucp/2.1/reference/cli/fingerprint/ title: fingerprint - - path: /datacenter/ucp/1.1/reference/help/ - title: help - - path: /datacenter/ucp/1.1/reference/id/ + - path: /datacenter/ucp/2.1/reference/cli/id/ title: id - - path: /datacenter/ucp/1.1/reference/images/ + - path: /datacenter/ucp/2.1/reference/cli/images/ title: images - - path: /datacenter/ucp/1.1/reference/install/ + - path: /datacenter/ucp/2.1/reference/cli/install/ title: install - - path: /datacenter/ucp/1.1/reference/join/ - title: join - - path: /datacenter/ucp/1.1/reference/regen-certs/ - title: regen-certs - - path: /datacenter/ucp/1.1/reference/restart/ + - path: /datacenter/ucp/2.1/reference/cli/restart/ title: restart - - path: /datacenter/ucp/1.1/reference/restore/ + - path: /datacenter/ucp/2.1/reference/cli/restore/ title: restore - - path: /datacenter/ucp/1.1/reference/stop/ + - path: /datacenter/ucp/2.1/reference/cli/stop/ title: stop - - path: /datacenter/ucp/1.1/reference/support/ + - path: /datacenter/ucp/2.1/reference/cli/support/ title: support - - path: /datacenter/ucp/1.1/reference/uninstall/ - title: uninstall - - path: /datacenter/ucp/1.1/reference/upgrade/ + - path: /datacenter/ucp/2.1/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/2.1/reference/cli/upgrade/ title: upgrade - - path: /datacenter/ucp/1.1/support/ - title: Get support - - path: /datacenter/ucp/1.1/release_notes/ + - sectiontitle: User guides + section: + - sectiontitle: Access UCP + section: + - path: /datacenter/ucp/2.1/guides/user/access-ucp/ + title: Web-based access + - path: /datacenter/ucp/2.1/guides/user/access-ucp/cli-based-access/ + title: CLI-based access + - sectiontitle: Deploy an application + section: + - path: /datacenter/ucp/2.1/guides/user/services/deploy-a-service/ + title: Deploy a service + - path: /datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.1/guides/user/services/ + title: Deploy an app from the UI + - path: /datacenter/ucp/2.1/guides/user/services/deploy-app-cli/ + title: Deploy an app from the CLI + - sectiontitle: Secrets + section: + - path: /datacenter/ucp/2.1/guides/user/secrets/ + title: Manage secrets + - path: /datacenter/ucp/2.1/guides/user/secrets/grant-revoke-access/ + title: Grant access to secrets + - sectiontitle: Release notes + section: + - path: /datacenter/ucp/2.1/guides/release-notes/ title: Release notes - - sectiontitle: Docker Trusted Registry - section: - - path: /ee/dtr/ - title: Docker Trusted Registry overview - - path: /ee/dtr/architecture/ - title: Architecture - - sectiontitle: Administration + - path: /datacenter/ucp/2.1/guides/release-notes/incompatibilities-and-breaking-changes/ + title: Incompatibilities and breaking changes + - path: /datacenter/ucp/2.1/guides/get-support/ + title: Get support + - sectiontitle: Universal Control Plane 2.0 section: - - sectiontitle: Install + - path: /datacenter/ucp/2.0/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/2.0/guides/architecture/ + title: Architecture + - sectiontitle: Installation section: - - path: /ee/dtr/admin/install/system-requirements/ + - path: /datacenter/ucp/2.0/guides/installation/system-requirements/ title: System requirements - - path: /ee/dtr/admin/install/ - title: Install - - path: /ee/dtr/admin/install/install-offline/ + - path: /datacenter/ucp/2.0/guides/installation/plan-production-install/ + title: Plan a production installation + - path: /datacenter/ucp/2.0/guides/installation/ + title: Install UCP for production + - path: /datacenter/ucp/2.0/guides/installation/install-offline/ title: Install offline - - path: /ee/dtr/admin/upgrade/ - title: Upgrade - - path: /ee/dtr/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure + - path: /datacenter/ucp/2.0/guides/installation/license/ + title: License UCP + - path: /datacenter/ucp/2.0/guides/installation/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/2.0/guides/installation/upgrade/ + title: Upgrade UCP + - path: /datacenter/ucp/2.0/guides/installation/uninstall/ + title: Uninstall UCP + - sectiontitle: Access UCP section: - - path: /ee/dtr/admin/configure/license-your-installation/ - title: License your installation - - path: /ee/dtr/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /ee/dtr/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - path: /ee/dtr/admin/configure/disable-persistent-cookies/ - title: Disable persistent cookies - - sectiontitle: External storage - section: - - path: /ee/dtr/admin/configure/external-storage/ - title: Overview - - path: /ee/dtr/admin/configure/external-storage/storage-backend-migration/ - title: Switch storage backends - - path: /ee/dtr/admin/configure/external-storage/s3/ - title: S3 - - path: /ee/dtr/admin/configure/external-storage/nfs/ - title: NFS - - path: /ee/dtr/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /ee/dtr/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /ee/dtr/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - title: Cache overview - path: /ee/dtr/admin/configure/deploy-caches/ - - title: Cache deployment strategy - path: /ee/dtr/admin/configure/deploy-caches/strategy/ - - title: Deploy a DTR cache with Docker Swarm - path: /ee/dtr/admin/configure/deploy-caches/simple/ - - title: Deploy a DTR cache with Kubernetes - path: /ee/dtr/admin/configure/deploy-caches/simple-kube/ - - title: Configure caches for high availability - path: /ee/dtr/admin/configure/deploy-caches/high-availability/ - - title: Cache configuration reference - path: /ee/dtr/admin/configure/deploy-caches/configuration-reference/ - - path: /ee/dtr/admin/configure/garbage-collection/ - title: Garbage collection - - title: Allow users to create repositories when pushing - path: /ee/dtr/admin/configure/allow-creation-on-push/ - - path: /ee/dtr/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users + - path: /datacenter/ucp/2.0/guides/access-ucp/ + title: Web-based access + - path: /datacenter/ucp/2.0/guides/access-ucp/cli-based-access/ + title: CLI-based access + - sectiontitle: Configuration section: - - path: /ee/dtr/admin/manage-users/ - title: Authentication and authorization - - path: /ee/dtr/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /ee/dtr/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /ee/dtr/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /ee/dtr/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Manage webhooks - section: - - title: Create and manage webhooks - path: /ee/dtr/admin/manage-webhooks/ - - title: Use the web interface - path: /ee/dtr/admin/manage-webhooks/use-the-web-ui/ - - title: Use the API - path: /ee/dtr/admin/manage-webhooks/use-the-api/ - - sectiontitle: Manage jobs - section: - - path: /ee/dtr/admin/manage-jobs/job-queue/ - title: Job Queue - - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-ui/ - title: Audit Jobs with the Web Interface - - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-api/ - title: Audit Jobs with the API - - path: /ee/dtr/admin/manage-jobs/auto-delete-job-logs/ - title: Enable Auto-Deletion of Job Logs + - path: /datacenter/ucp/2.0/guides/configuration/ + title: Use externally-signed certificates + - path: /datacenter/ucp/2.0/guides/configuration/configure-logs/ + title: Configure UCP logging + - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-dtr/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-ldap/ + title: Integrate with LDAP + - path: /datacenter/ucp/2.0/guides/configuration/route-hostnames/ + title: Route hostnames to services - sectiontitle: Monitor and troubleshoot section: - - path: /ee/dtr/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /ee/dtr/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /ee/dtr/admin/monitor-and-troubleshoot/troubleshoot-dtr/ - title: Troubleshoot Docker Trusted Registry - - sectiontitle: Disaster recovery + - path: /datacenter/ucp/2.0/guides/monitor/ + title: Monitor your cluster + - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot/ + title: Troubleshoot your cluster + - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot-configurations/ + title: Troubleshoot cluster configurations + - sectiontitle: High-availability section: - - title: Overview - path: /ee/dtr/admin/disaster-recovery/ - - title: Repair a single replica - path: /ee/dtr/admin/disaster-recovery/repair-a-single-replica/ - - title: Repair a cluster - path: /ee/dtr/admin/disaster-recovery/repair-a-cluster/ - - title: Create a backup - path: /ee/admin/backup/back-up-dtr/ - - title: Restore from a backup - path: /ee/admin/restore/restore-dtr/ - - title: CLI reference - path: /reference/dtr/2.7/cli/ - nosync: true - - sectiontitle: User guides + - path: /datacenter/ucp/2.0/guides/high-availability/ + title: Set up high availability + - path: /datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/ucp/2.0/guides/user-management/ + title: Authentication and authorization + - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/2.0/guides/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Applications + section: + - path: /datacenter/ucp/2.0/guides/applications/ + title: Deploy an app from the UI + - path: /datacenter/ucp/2.0/guides/applications/deploy-app-cli/ + title: Deploy an app from the CLI + - sectiontitle: Content trust + section: + - path: /datacenter/ucp/2.0/guides/content-trust/ + title: Run only images you trust + - path: /datacenter/ucp/2.0/guides/content-trust/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/ucp/2.0/guides/content-trust/continuous-integration/ + title: Use trusted images for continuous integration + - sectiontitle: CLI reference + section: + - path: /datacenter/ucp/2.0/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/2.0/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/2.0/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/2.0/reference/cli/fingerprint/ + title: fingerprint + - path: /datacenter/ucp/2.0/reference/cli/id/ + title: id + - path: /datacenter/ucp/2.0/reference/cli/images/ + title: images + - path: /datacenter/ucp/2.0/reference/cli/install/ + title: install + - path: /datacenter/ucp/2.0/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/2.0/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/2.0/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/2.0/reference/cli/support/ + title: support + - path: /datacenter/ucp/2.0/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/2.0/reference/cli/upgrade/ + title: upgrade + - path: /datacenter/ucp/2.0/guides/support/ + title: Get support + - path: /datacenter/ucp/2.0/guides/release-notes/ + title: Release notes + - sectiontitle: Universal Control Plane 1.0 section: - - sectiontitle: Access DTR + - path: /datacenter/ucp/1.1/overview/ + title: Universal Control Plane overview + - path: /datacenter/ucp/1.1/install-sandbox/ + title: Install DDC in a sandbox for evaluation + - path: /datacenter/ucp/1.1/install-sandbox-2/ + title: Evaluate DDC in a sandbox deployment + - path: /datacenter/ucp/1.1/architecture/ + title: Architecture + - sectiontitle: Installation section: - - path: /ee/dtr/user/access-dtr/ - title: Configure your Docker daemon - - path: /ee/dtr/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /ee/dtr/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images + - path: /datacenter/ucp/1.1/installation/system-requirements/ + title: System requirements + - path: /datacenter/ucp/1.1/installation/plan-production-install/ + title: Plan a production installation + - path: /datacenter/ucp/1.1/installation/install-production/ + title: Install UCP for production + - path: /datacenter/ucp/1.1/installation/install-offline/ + title: Install offline + - path: /datacenter/ucp/1.1/installation/license/ + title: License UCP + - path: /datacenter/ucp/1.1/installation/upgrade/ + title: Upgrade UCP + - path: /datacenter/ucp/1.1/installation/uninstall/ + title: Uninstall UCP + - sectiontitle: Access UCP section: - - path: /ee/dtr/user/manage-images/ - title: Create a repository - - path: /ee/dtr/user/manage-images/review-repository-info/ - title: Review repository info - - path: /ee/dtr/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /ee/dtr/user/manage-images/delete-images/ - title: Delete images - - path: /ee/dtr/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - title: Override a vulnerability - path: /ee/dtr/user/manage-images/override-a-vulnerability/ - - path: /ee/dtr/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /ee/dtr/user/manage-images/sign-images/ - title: Sign an image - - path: /ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp/ - title: Trust with a Remote UCP - - sectiontitle: Promotion policies and mirroring + - path: /datacenter/ucp/1.1/access-ucp/web-based-access/ + title: Web-based access + - path: /datacenter/ucp/1.1/access-ucp/cli-based-access/ + title: CLI-based access + - sectiontitle: Configuration section: - - title: Overview - path: /ee/dtr/user/promotion-policies/ - - title: Promote an image using policies - path: /ee/dtr/user/promotion-policies/internal-promotion/ - - title: Mirror images to another registry - path: /ee/dtr/user/promotion-policies/push-mirror/ - - title: Mirror images from another registry - path: /ee/dtr/user/promotion-policies/pull-mirror/ - - title: Template reference - path: /ee/dtr/user/promotion-policies/templates/ - - sectiontitle: Manage repository events + - path: /datacenter/ucp/1.1/configuration/use-externally-signed-certs/ + title: Use externally-signed certificates + - path: /datacenter/ucp/1.1/configuration/configure-logs/ + title: Configure UCP logging + - path: /datacenter/ucp/1.1/configuration/dtr-integration/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/1.1/configuration/ldap-integration/ + title: Integrate with LDAP + - path: /datacenter/ucp/1.1/configuration/multi-host-networking/ + title: Set up container networking + - sectiontitle: Monitor and troubleshoot section: - - title: Audit repository events - path: /ee/dtr/user/audit-repository-events/ - - title: Auto-delete repository events - path: /ee/dtr/admin/configure/auto-delete-repo-events/ - - title: Manage applications - path: /ee/dtr/user/manage-applications/ - - title: Manage access tokens - path: /ee/dtr/user/access-tokens/ - - title: Tag pruning - path: /ee/dtr/user/tag-pruning/ - - title: API reference - path: /reference/dtr/2.7/api/ + - path: /datacenter/ucp/1.1/monitor/monitor-ucp/ + title: Monitor your cluster + - path: /datacenter/ucp/1.1/monitor/troubleshoot-ucp/ + title: Troubleshoot your cluster + - path: /datacenter/ucp/1.1/monitor/troubleshoot-configurations/ + title: Troubleshoot cluster configurations + - sectiontitle: High-availability + section: + - path: /datacenter/ucp/1.1/high-availability/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/ucp/1.1/high-availability/replicate-cas/ + title: Replicate CAs for high availability + - path: /datacenter/ucp/1.1/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/ucp/1.1/user-management/authentication-and-authorization/ + title: Authentication and authorization + - path: /datacenter/ucp/1.1/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/1.1/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/1.1/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Applications + section: + - path: /datacenter/ucp/1.1/applications/deploy-app-ui/ + title: Deploy an app from the UI + - path: /datacenter/ucp/1.1/applications/deploy-app-cli/ + title: Deploy an app from the CLI + - sectiontitle: UCP tool CLI + section: + - path: /datacenter/ucp/1.1/reference/ + title: UCP tool v1.1 overview + - path: /datacenter/ucp/1.1/reference/backup/ + title: backup + - path: /datacenter/ucp/1.1/reference/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/1.1/reference/engine-discovery/ + title: engine-discovery + - path: /datacenter/ucp/1.1/reference/fingerprint/ + title: fingerprint + - path: /datacenter/ucp/1.1/reference/help/ + title: help + - path: /datacenter/ucp/1.1/reference/id/ + title: id + - path: /datacenter/ucp/1.1/reference/images/ + title: images + - path: /datacenter/ucp/1.1/reference/install/ + title: install + - path: /datacenter/ucp/1.1/reference/join/ + title: join + - path: /datacenter/ucp/1.1/reference/regen-certs/ + title: regen-certs + - path: /datacenter/ucp/1.1/reference/restart/ + title: restart + - path: /datacenter/ucp/1.1/reference/restore/ + title: restore + - path: /datacenter/ucp/1.1/reference/stop/ + title: stop + - path: /datacenter/ucp/1.1/reference/support/ + title: support + - path: /datacenter/ucp/1.1/reference/uninstall/ + title: uninstall + - path: /datacenter/ucp/1.1/reference/upgrade/ + title: upgrade + - path: /datacenter/ucp/1.1/support/ + title: Get support + - path: /datacenter/ucp/1.1/release_notes/ + title: Release notes +- sectiontitle: Docker Trusted Registry + section: + - path: /ee/dtr/ + title: Docker Trusted Registry overview + - path: /ee/dtr/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /ee/dtr/admin/install/system-requirements/ + title: System requirements + - path: /ee/dtr/admin/install/ + title: Install + - path: /ee/dtr/admin/install/install-offline/ + title: Install offline + - path: /ee/dtr/admin/upgrade/ + title: Upgrade + - path: /ee/dtr/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /ee/dtr/admin/configure/license-your-installation/ + title: License your installation + - path: /ee/dtr/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /ee/dtr/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - path: /ee/dtr/admin/configure/disable-persistent-cookies/ + title: Disable persistent cookies + - sectiontitle: External storage + section: + - path: /ee/dtr/admin/configure/external-storage/ + title: Overview + - path: /ee/dtr/admin/configure/external-storage/storage-backend-migration/ + title: Switch storage backends + - path: /ee/dtr/admin/configure/external-storage/s3/ + title: S3 + - path: /ee/dtr/admin/configure/external-storage/nfs/ + title: NFS + - path: /ee/dtr/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /ee/dtr/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /ee/dtr/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - title: Cache overview + path: /ee/dtr/admin/configure/deploy-caches/ + - title: Cache deployment strategy + path: /ee/dtr/admin/configure/deploy-caches/strategy/ + - title: Deploy a DTR cache with Docker Swarm + path: /ee/dtr/admin/configure/deploy-caches/simple/ + - title: Deploy a DTR cache with Kubernetes + path: /ee/dtr/admin/configure/deploy-caches/simple-kube/ + - title: Configure caches for high availability + path: /ee/dtr/admin/configure/deploy-caches/high-availability/ + - title: Cache configuration reference + path: /ee/dtr/admin/configure/deploy-caches/configuration-reference/ + - path: /ee/dtr/admin/configure/garbage-collection/ + title: Garbage collection + - title: Allow users to create repositories when pushing + path: /ee/dtr/admin/configure/allow-creation-on-push/ + - path: /ee/dtr/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /ee/dtr/admin/manage-users/ + title: Authentication and authorization + - path: /ee/dtr/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /ee/dtr/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /ee/dtr/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /ee/dtr/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Manage webhooks + section: + - title: Create and manage webhooks + path: /ee/dtr/admin/manage-webhooks/ + - title: Use the web interface + path: /ee/dtr/admin/manage-webhooks/use-the-web-ui/ + - title: Use the API + path: /ee/dtr/admin/manage-webhooks/use-the-api/ + - sectiontitle: Manage jobs + section: + - path: /ee/dtr/admin/manage-jobs/job-queue/ + title: Job Queue + - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-ui/ + title: Audit Jobs with the Web Interface + - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-api/ + title: Audit Jobs with the API + - path: /ee/dtr/admin/manage-jobs/auto-delete-job-logs/ + title: Enable Auto-Deletion of Job Logs + - sectiontitle: Monitor and troubleshoot + section: + - path: /ee/dtr/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /ee/dtr/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /ee/dtr/admin/monitor-and-troubleshoot/troubleshoot-dtr/ + title: Troubleshoot Docker Trusted Registry + - sectiontitle: Disaster recovery + section: + - title: Overview + path: /ee/dtr/admin/disaster-recovery/ + - title: Repair a single replica + path: /ee/dtr/admin/disaster-recovery/repair-a-single-replica/ + - title: Repair a cluster + path: /ee/dtr/admin/disaster-recovery/repair-a-cluster/ + - title: Create a backup + path: /ee/admin/backup/back-up-dtr/ + - title: Restore from a backup + path: /ee/admin/restore/restore-dtr/ + - title: CLI reference + path: /reference/dtr/2.7/cli/ nosync: true - - path: /ee/dtr/release-notes/ - title: Release notes - - sectiontitle: Previous versions - section: - - sectiontitle: Docker Trusted Registry 2.6 - section: - - path: /datacenter/dtr/2.6/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.6/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.6/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.6/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.6/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.6/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.6/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.6/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.6/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.6/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/storage-backend-migration/ - title: Switch storage backends - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - title: Cache overview - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/ - - title: Cache deployment strategy - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/strategy/ - - title: Deploy a DTR cache with Docker Swarm - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple/ - - title: Deploy a DTR cache with Kubernetes - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple-kube/ - - title: Configure caches for high availability - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/high-availability/ - - title: Cache configuration reference - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/configuration-reference/ - - path: /datacenter/dtr/2.6/guides/admin/configure/garbage-collection/ - title: Garbage collection - - title: Allow users to create repositories when pushing - path: /datacenter/dtr/2.6/guides/admin/configure/allow-creation-on-push/ - - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.6/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.6/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Manage webhooks - section: - - title: Create and manage webhooks - path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/ - - title: Use the web interface - path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-web-ui/ - - title: Use the API - path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-api/ - - sectiontitle: Manage jobs - section: - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/job-queue/ - title: Job Queue - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-ui/ - title: Audit Jobs with the Web Interface - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-api/ - title: Audit Jobs with the API - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/auto-delete-job-logs/ - title: Enable Auto-Deletion of Job Logs - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ - title: Troubleshoot Docker Trusted Registry - - sectiontitle: Disaster recovery - section: - - title: Overview - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/ - - title: Repair a single replica - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-single-replica/ - - title: Repair a cluster - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-cluster/ - - title: Create a backup - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/create-a-backup/ - - title: Restore from a backup - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/restore-from-backup/ - - sectiontitle: CLI Reference - section: - - path: /datacenter/dtr/2.6/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.6/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.6/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.6/reference/cli/emergency-repair/ - title: emergency-repair - - path: /datacenter/dtr/2.6/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.6/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.6/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.6/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.6/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.6/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.6/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.6/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.6/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.6/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.6/guides/user/manage-images/review-repository-info/ - title: Review repository info - - path: /datacenter/dtr/2.6/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.6/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.6/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - title: Override a vulnerability - path: /datacenter/dtr/2.6/guides/user/manage-images/override-a-vulnerability/ - - path: /datacenter/dtr/2.6/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/trust-with-remote-ucp/ - title: Trust with a Remote UCP - - sectiontitle: Promotion policies and mirroring - section: - - title: Overview - path: /datacenter/dtr/2.6/guides/user/promotion-policies/ - - title: Promote an image using policies - path: /datacenter/dtr/2.6/guides/user/promotion-policies/internal-promotion/ - - title: Mirror images to another registry - path: /datacenter/dtr/2.6/guides/user/promotion-policies/push-mirror/ - - title: Mirror images from another registry - path: /datacenter/dtr/2.6/guides/user/promotion-policies/pull-mirror/ - - title: Template reference - path: /datacenter/dtr/2.6/guides/user/promotion-policies/templates/ - - sectiontitle: Manage repository events - section: - - title: Audit repository events - path: /datacenter/dtr/2.6/guides/user/audit-repository-events/ - - title: Auto-delete repository events - path: /datacenter/dtr/2.6/guides/admin/configure/auto-delete-repo-events/ - - title: Manage access tokens - path: /datacenter/dtr/2.6/guides/user/access-tokens/ - - title: Tag pruning - path: /datacenter/dtr/2.6/guides/user/tag-pruning/ - - title: API reference - path: /datacenter/dtr/2.6/reference/api/ - nosync: true - - path: /datacenter/dtr/2.6/guides/release-notes/ - title: Release notes - - sectiontitle: Docker Trusted Registry 2.5 - section: - - path: /datacenter/dtr/2.5/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.5/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.5/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.5/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.5/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.5/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.5/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.5/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.5/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.5/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/strategy/ - title: Cache deployment strategy - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/simple/ - title: Deploy a DTR cache - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/high-availability/ - title: Configure caches for high availability - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/configuration-reference/ - title: Cache configuration reference - - path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/ - title: Garbage collection - - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.5/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.5/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ - title: Troubleshoot Docker Trusted Registry - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.5/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.5/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.5/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.5/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.5/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.5/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.5/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.5/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.5/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.5/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.5/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.5/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.5/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.5/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.5/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.5/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.5/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.5/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - path: /datacenter/dtr/2.5/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.5/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.5/guides/user/create-promotion-policies/ - title: Create promotion policies - - path: /datacenter/dtr/2.5/reference/api/ - title: API reference - - path: /ee/dtr/release-notes/ - title: Release notes - nosync: true - - path: /datacenter/dtr/2.5/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.4 - section: - - path: /datacenter/dtr/2.4/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.4/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.4/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.4/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.4/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.4/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.4/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.4/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.4/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.4/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/tls/ - title: Deploy caches with TLS - - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/chaining/ - title: Chain multiple caches - - path: /datacenter/dtr/2.4/guides/admin/configure/garbage-collection/ - title: Garbage collection - - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.4/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.4/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.4/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.4/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.4/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.4/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.4/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.4/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.4/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.4/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.4/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.4/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.4/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.4/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.4/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.4/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.4/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.4/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.4/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - path: /datacenter/dtr/2.4/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.4/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.4/guides/user/create-promotion-policies/ - title: Create promotion policies - - path: /datacenter/dtr/2.4/reference/api/ - title: API reference - - path: /ee/dtr/release-notes/ - title: Release notes - nosync: true - - path: /datacenter/dtr/2.4/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.3 - section: - - path: /datacenter/dtr/2.3/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.3/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.3/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.3/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.3/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.3/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.3/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.3/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.3/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.3/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/tls/ - title: Deploy caches with TLS - - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/chaining/ - title: Chain multiple caches - - path: /datacenter/dtr/2.3/guides/admin/configure/garbage-collection/ - title: Garbage collection - - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.3/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.3/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.3/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.3/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.3/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.3/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.3/reference/cli/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.3/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.3/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.3/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.3/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.3/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.3/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.3/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.3/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.3/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.3/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.3/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.3/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.3/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - path: /datacenter/dtr/2.3/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.3/guides/user/create-promotion-policies/ - title: Create promotion policies - - path: /datacenter/dtr/2.3/reference/api/ - title: API reference - - path: /datacenter/dtr/2.3/guides/release-notes/ - title: Release notes - - path: /datacenter/dtr/2.3/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.2 - section: - - path: /datacenter/dtr/2.2/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.2/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.2/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.2/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.2/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.2/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.2/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.2/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.2/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.2/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/tls/ - title: Deploy caches with TLS - - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/chaining/ - title: Chain multiple caches - - path: /datacenter/dtr/2.2/guides/admin/configure/garbage-collection/ - title: Garbage collection - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.2/guides/admin/manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.2/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.2/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.2/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.2/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.2/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.2/reference/cli/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.2/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.2/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.2/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.2/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.2/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.2/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.2/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.2/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.2/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.2/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.2/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.2/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.2/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.2/reference/api/ - title: API reference - - sectiontitle: Release notes - section: - - path: /datacenter/dtr/2.2/guides/release-notes/ - title: Release notes - - path: /datacenter/dtr/2.2/guides/release-notes/incompatibilities-and-breaking-changes/ - title: Incompatibilities and breaking changes - - path: /datacenter/dtr/2.2/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.1 - section: - - path: /datacenter/dtr/2.1/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.1/guides/architecture/ - title: Architecture - - sectiontitle: Installation - section: - - path: /datacenter/dtr/2.1/guides/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.1/guides/install/ - title: Install Docker Trusted Registry - - path: /datacenter/dtr/2.1/guides/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.1/guides/install/license/ - title: License your deployment - - path: /datacenter/dtr/2.1/guides/install/scale-your-deployment/ - title: Scale your deployment - - path: /datacenter/dtr/2.1/guides/install/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.1/guides/install/uninstall/ - title: Uninstall - - sectiontitle: Configuration - section: - - path: /datacenter/dtr/2.1/guides/configure/ - title: Use your own certificates - - path: /datacenter/dtr/2.1/guides/configure/configure-storage/ - title: Storage configuration - - path: /datacenter/dtr/2.1/guides/configure/use-nfs/ - title: Use NFS - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/ - title: Monitor DTR - - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/troubleshoot/ - title: Troubleshoot DTR - - sectiontitle: High-availability - section: - - path: /datacenter/dtr/2.1/guides/high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /datacenter/dtr/2.1/guides/user-management/ - title: Authentication and authorization - - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.1/guides/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Repositories and images - section: - - path: /datacenter/dtr/2.1/guides/repos-and-images/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.1/guides/repos-and-images/pull-an-image/ - title: Pull an image - - path: /datacenter/dtr/2.1/guides/repos-and-images/push-an-image/ - title: Push an image - - path: /datacenter/dtr/2.1/guides/repos-and-images/delete-an-image/ - title: Delete an image - - sectiontitle: API and CLI reference - section: - - path: /datacenter/dtr/2.1/reference/api/ - title: API reference - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.1/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.1/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.1/reference/cli/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.1/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.1/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.1/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.1/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.1/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.1/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.1/reference/cli/upgrade/ - title: upgrade - - path: /datacenter/dtr/2.1/guides/release-notes/ - title: Release notes - - path: /datacenter/dtr/2.1/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.0 - section: - - path: /datacenter/dtr/2.0/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.0/architecture/ - title: Architecture - - sectiontitle: Installation - section: - - path: /datacenter/dtr/2.0/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.0/install/ - title: Install Docker Trusted Registry - - path: /datacenter/dtr/2.0/install/install-dtr-offline/ - title: Install offline - - path: /datacenter/dtr/2.0/install/license/ - title: License DTR - - sectiontitle: Upgrade - section: - - path: /datacenter/dtr/2.0/install/upgrade/upgrade-major/ - title: Upgrade from 1.4.3 - - path: /datacenter/dtr/2.0/install/upgrade/ - title: Upgrade from 2.0.0 - - path: /datacenter/dtr/2.0/install/uninstall/ - title: Uninstall - - sectiontitle: docker/dtr image reference - section: - - path: /datacenter/dtr/2.0/reference/ - title: Overview - - path: /datacenter/dtr/2.0/reference/backup/ - title: backup - - path: /datacenter/dtr/2.0/reference/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.0/reference/images/ - title: images - - path: /datacenter/dtr/2.0/reference/install/ - title: install - - path: /datacenter/dtr/2.0/reference/join/ - title: join - - path: /datacenter/dtr/2.0/reference/migrate/ - title: migrate - - path: /datacenter/dtr/2.0/reference/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.0/reference/remove/ - title: remove - - path: /datacenter/dtr/2.0/reference/restore/ - title: restore - - path: /datacenter/dtr/2.0/reference/upgrade/ - title: upgrade - - sectiontitle: Configuration - section: - - path: /datacenter/dtr/2.0/configure/configuration/ - title: Configuration overview - - path: /datacenter/dtr/2.0/configure/config-general/ - title: Configure general settings - - path: /datacenter/dtr/2.0/configure/config-security/ - title: Security configuration - - path: /datacenter/dtr/2.0/configure/config-storage/ - title: Storage configuration - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.0/monitor-troubleshoot/ - title: Monitor DTR - - path: /datacenter/dtr/2.0/monitor-troubleshoot/troubleshoot/ - title: Troubleshoot DTR - - sectiontitle: High-availability - section: - - path: /datacenter/dtr/2.0/high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.0/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /datacenter/dtr/2.0/user-management/ - title: Authentication and authorization - - path: /datacenter/dtr/2.0/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.0/user-management/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.0/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.0/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Repositories and images - section: - - path: /datacenter/dtr/2.0/repos-and-images/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.0/repos-and-images/pull-an-image/ - title: Pull an image - - path: /datacenter/dtr/2.0/repos-and-images/push-an-image/ - title: Push an image - - path: /datacenter/dtr/2.0/repos-and-images/delete-an-image/ - title: Delete an image - - sectiontitle: Release notes - section: - - path: /datacenter/dtr/2.0/release-notes/ - title: Trusted Registry release notes - - path: /datacenter/dtr/2.0/release-notes/prior-release-notes/ - title: Prior Trusted Registry release notes - - sectiontitle: Trusted Registry API - section: - - path: /apidocs/v2.0.1/ - title: API v2.0.1 - - path: /apidocs/v2.0.0/ - title: API v2.0.0 - - path: /apidocs/v1.4.0/ - title: API v1.4.0 - - path: /apidocs/v1.3.3/ - title: API v1.3.3 - - path: /datacenter/dtr/2.0/support/ - title: Get support - - sectiontitle: Docker Desktop Enterprise + - sectiontitle: User guides section: - - path: /ee/desktop/ - title: Overview - - path: /ee/desktop/release-notes/ - title: Release notes - - sectiontitle: Admin + - sectiontitle: Access DTR section: - - sectiontitle: Install + - path: /ee/dtr/user/access-dtr/ + title: Configure your Docker daemon + - path: /ee/dtr/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /ee/dtr/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /ee/dtr/user/manage-images/ + title: Create a repository + - path: /ee/dtr/user/manage-images/review-repository-info/ + title: Review repository info + - path: /ee/dtr/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /ee/dtr/user/manage-images/delete-images/ + title: Delete images + - path: /ee/dtr/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - title: Override a vulnerability + path: /ee/dtr/user/manage-images/override-a-vulnerability/ + - path: /ee/dtr/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images section: - - path: /ee/desktop/admin/install/mac/ - title: Install DDE on Mac - - path: /ee/desktop/admin/install/windows/ - title: Install DDE on Windows - - sectiontitle: Configure - section: - - path: /ee/desktop/admin/configure/mac-admin/ - title: Configure DDE on Mac - - path: /ee/desktop/admin/configure/windows-admin/ - title: Configure DDE on Windows - - sectiontitle: User + - path: /ee/dtr/user/manage-images/sign-images/ + title: Sign an image + - path: /ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp/ + title: Trust with a Remote UCP + - sectiontitle: Promotion policies and mirroring section: - - path: /ee/desktop/user/mac-user/ - title: Use DDE on Mac - - path: /ee/desktop/user/windows-user/ - title: Use DDE on Windows - - path: /ee/desktop/app-designer/ - title: Application designer - - sectiontitle: Troubleshoot + - title: Overview + path: /ee/dtr/user/promotion-policies/ + - title: Promote an image using policies + path: /ee/dtr/user/promotion-policies/internal-promotion/ + - title: Mirror images to another registry + path: /ee/dtr/user/promotion-policies/push-mirror/ + - title: Mirror images from another registry + path: /ee/dtr/user/promotion-policies/pull-mirror/ + - title: Template reference + path: /ee/dtr/user/promotion-policies/templates/ + - sectiontitle: Manage repository events section: - - path: /ee/desktop/troubleshoot/mac-issues/ - title: Troubleshoot DDE issues on Mac - - path: /ee/desktop/troubleshoot/windows-issues/ - title: Troubleshoot DDE issues on Windows - - sectiontitle: Manage Docker Enterprise - section: - - path: /ee/docker-ee-architecture/ - title: Docker Enterprise Architecture - - path: /ee/end-to-end-install/ - title: Deploy Docker Enterprise - - path: /ee/upgrade/ - title: Upgrade Docker Enterprise - - sectiontitle: Back up Docker Enterprise - section: - - path: /ee/admin/backup/ - title: Overview - - path: /ee/admin/backup/back-up-swarm/ - title: Back up Docker Swarm - - sectiontitle: Restore Docker Enterprise - section: - - path: /ee/admin/restore/ - title: Overview - - path: /ee/admin/restore/restore-swarm/ - title: Restore Docker Swarm - - sectiontitle: Disaster Recovery - section: - - path: /ee/admin/disaster-recovery/ - title: Overview - - path: /ee/enable-client-certificate-authentication/ - title: Enable client certificate authentication with your PKI - - path: /ee/telemetry/ - title: Manage usage data collection - - title: Get support - path: /ee/get-support/ - - title: DTR API + - title: Audit repository events + path: /ee/dtr/user/audit-repository-events/ + - title: Auto-delete repository events + path: /ee/dtr/admin/configure/auto-delete-repo-events/ + - title: Manage applications + path: /ee/dtr/user/manage-applications/ + - title: Manage access tokens + path: /ee/dtr/user/access-tokens/ + - title: Tag pruning + path: /ee/dtr/user/tag-pruning/ + - title: API reference path: /reference/dtr/2.7/api/ - - sectiontitle: DTR CLI + nosync: true + - path: /ee/dtr/release-notes/ + title: Release notes + - sectiontitle: Previous versions section: - - path: /reference/dtr/2.7/cli/ + - sectiontitle: Docker Trusted Registry 2.6 + section: + - path: /datacenter/dtr/2.6/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.6/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.6/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.6/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.6/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.6/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.6/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.6/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.6/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.6/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/storage-backend-migration/ + title: Switch storage backends + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - title: Cache overview + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/ + - title: Cache deployment strategy + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/strategy/ + - title: Deploy a DTR cache with Docker Swarm + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple/ + - title: Deploy a DTR cache with Kubernetes + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple-kube/ + - title: Configure caches for high availability + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/high-availability/ + - title: Cache configuration reference + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/configuration-reference/ + - path: /datacenter/dtr/2.6/guides/admin/configure/garbage-collection/ + title: Garbage collection + - title: Allow users to create repositories when pushing + path: /datacenter/dtr/2.6/guides/admin/configure/allow-creation-on-push/ + - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.6/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.6/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Manage webhooks + section: + - title: Create and manage webhooks + path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/ + - title: Use the web interface + path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-web-ui/ + - title: Use the API + path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-api/ + - sectiontitle: Manage jobs + section: + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/job-queue/ + title: Job Queue + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-ui/ + title: Audit Jobs with the Web Interface + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-api/ + title: Audit Jobs with the API + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/auto-delete-job-logs/ + title: Enable Auto-Deletion of Job Logs + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ + title: Troubleshoot Docker Trusted Registry + - sectiontitle: Disaster recovery + section: + - title: Overview + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/ + - title: Repair a single replica + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-single-replica/ + - title: Repair a cluster + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-cluster/ + - title: Create a backup + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/create-a-backup/ + - title: Restore from a backup + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/restore-from-backup/ + - sectiontitle: CLI Reference + section: + - path: /datacenter/dtr/2.6/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.6/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.6/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.6/reference/cli/emergency-repair/ + title: emergency-repair + - path: /datacenter/dtr/2.6/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.6/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.6/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.6/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.6/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.6/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.6/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.6/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.6/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.6/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.6/guides/user/manage-images/review-repository-info/ + title: Review repository info + - path: /datacenter/dtr/2.6/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.6/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.6/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - title: Override a vulnerability + path: /datacenter/dtr/2.6/guides/user/manage-images/override-a-vulnerability/ + - path: /datacenter/dtr/2.6/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/trust-with-remote-ucp/ + title: Trust with a Remote UCP + - sectiontitle: Promotion policies and mirroring + section: + - title: Overview + path: /datacenter/dtr/2.6/guides/user/promotion-policies/ + - title: Promote an image using policies + path: /datacenter/dtr/2.6/guides/user/promotion-policies/internal-promotion/ + - title: Mirror images to another registry + path: /datacenter/dtr/2.6/guides/user/promotion-policies/push-mirror/ + - title: Mirror images from another registry + path: /datacenter/dtr/2.6/guides/user/promotion-policies/pull-mirror/ + - title: Template reference + path: /datacenter/dtr/2.6/guides/user/promotion-policies/templates/ + - sectiontitle: Manage repository events + section: + - title: Audit repository events + path: /datacenter/dtr/2.6/guides/user/audit-repository-events/ + - title: Auto-delete repository events + path: /datacenter/dtr/2.6/guides/admin/configure/auto-delete-repo-events/ + - title: Manage access tokens + path: /datacenter/dtr/2.6/guides/user/access-tokens/ + - title: Tag pruning + path: /datacenter/dtr/2.6/guides/user/tag-pruning/ + - title: API reference + path: /datacenter/dtr/2.6/reference/api/ + nosync: true + - path: /datacenter/dtr/2.6/guides/release-notes/ + title: Release notes + - sectiontitle: Docker Trusted Registry 2.5 + section: + - path: /datacenter/dtr/2.5/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.5/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.5/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.5/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.5/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.5/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.5/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.5/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.5/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.5/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/strategy/ + title: Cache deployment strategy + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/simple/ + title: Deploy a DTR cache + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/high-availability/ + title: Configure caches for high availability + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/configuration-reference/ + title: Cache configuration reference + - path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/ + title: Garbage collection + - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.5/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.5/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ + title: Troubleshoot Docker Trusted Registry + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.5/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.5/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.5/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.5/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.5/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.5/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.5/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.5/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.5/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.5/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.5/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.5/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.5/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.5/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.5/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.5/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.5/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.5/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - path: /datacenter/dtr/2.5/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.5/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.5/guides/user/create-promotion-policies/ + title: Create promotion policies + - path: /datacenter/dtr/2.5/reference/api/ + title: API reference + - path: /ee/dtr/release-notes/ + title: Release notes + nosync: true + - path: /datacenter/dtr/2.5/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.4 + section: + - path: /datacenter/dtr/2.4/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.4/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.4/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.4/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.4/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.4/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.4/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.4/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.4/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.4/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/tls/ + title: Deploy caches with TLS + - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/chaining/ + title: Chain multiple caches + - path: /datacenter/dtr/2.4/guides/admin/configure/garbage-collection/ + title: Garbage collection + - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.4/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.4/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.4/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.4/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.4/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.4/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.4/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.4/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.4/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.4/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.4/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.4/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.4/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.4/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.4/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.4/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.4/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.4/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.4/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - path: /datacenter/dtr/2.4/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.4/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.4/guides/user/create-promotion-policies/ + title: Create promotion policies + - path: /datacenter/dtr/2.4/reference/api/ + title: API reference + - path: /ee/dtr/release-notes/ + title: Release notes + nosync: true + - path: /datacenter/dtr/2.4/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.3 + section: + - path: /datacenter/dtr/2.3/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.3/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.3/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.3/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.3/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.3/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.3/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.3/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.3/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.3/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/tls/ + title: Deploy caches with TLS + - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/chaining/ + title: Chain multiple caches + - path: /datacenter/dtr/2.3/guides/admin/configure/garbage-collection/ + title: Garbage collection + - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.3/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.3/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.3/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.3/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.3/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.3/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.3/reference/cli/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.3/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.3/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.3/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.3/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.3/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.3/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.3/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.3/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.3/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.3/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.3/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.3/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.3/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - path: /datacenter/dtr/2.3/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.3/guides/user/create-promotion-policies/ + title: Create promotion policies + - path: /datacenter/dtr/2.3/reference/api/ + title: API reference + - path: /datacenter/dtr/2.3/guides/release-notes/ + title: Release notes + - path: /datacenter/dtr/2.3/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.2 + section: + - path: /datacenter/dtr/2.2/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.2/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.2/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.2/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.2/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.2/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.2/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.2/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.2/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.2/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/tls/ + title: Deploy caches with TLS + - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/chaining/ + title: Chain multiple caches + - path: /datacenter/dtr/2.2/guides/admin/configure/garbage-collection/ + title: Garbage collection + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.2/guides/admin/manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.2/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.2/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.2/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.2/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.2/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.2/reference/cli/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.2/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.2/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.2/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.2/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.2/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.2/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.2/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.2/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.2/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.2/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.2/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.2/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.2/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.2/reference/api/ + title: API reference + - sectiontitle: Release notes + section: + - path: /datacenter/dtr/2.2/guides/release-notes/ + title: Release notes + - path: /datacenter/dtr/2.2/guides/release-notes/incompatibilities-and-breaking-changes/ + title: Incompatibilities and breaking changes + - path: /datacenter/dtr/2.2/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.1 + section: + - path: /datacenter/dtr/2.1/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.1/guides/architecture/ + title: Architecture + - sectiontitle: Installation + section: + - path: /datacenter/dtr/2.1/guides/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.1/guides/install/ + title: Install Docker Trusted Registry + - path: /datacenter/dtr/2.1/guides/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.1/guides/install/license/ + title: License your deployment + - path: /datacenter/dtr/2.1/guides/install/scale-your-deployment/ + title: Scale your deployment + - path: /datacenter/dtr/2.1/guides/install/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.1/guides/install/uninstall/ + title: Uninstall + - sectiontitle: Configuration + section: + - path: /datacenter/dtr/2.1/guides/configure/ + title: Use your own certificates + - path: /datacenter/dtr/2.1/guides/configure/configure-storage/ + title: Storage configuration + - path: /datacenter/dtr/2.1/guides/configure/use-nfs/ + title: Use NFS + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/ + title: Monitor DTR + - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/troubleshoot/ + title: Troubleshoot DTR + - sectiontitle: High-availability + section: + - path: /datacenter/dtr/2.1/guides/high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/dtr/2.1/guides/user-management/ + title: Authentication and authorization + - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.1/guides/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Repositories and images + section: + - path: /datacenter/dtr/2.1/guides/repos-and-images/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.1/guides/repos-and-images/pull-an-image/ + title: Pull an image + - path: /datacenter/dtr/2.1/guides/repos-and-images/push-an-image/ + title: Push an image + - path: /datacenter/dtr/2.1/guides/repos-and-images/delete-an-image/ + title: Delete an image + - sectiontitle: API and CLI reference + section: + - path: /datacenter/dtr/2.1/reference/api/ + title: API reference + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.1/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.1/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.1/reference/cli/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.1/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.1/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.1/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.1/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.1/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.1/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.1/reference/cli/upgrade/ + title: upgrade + - path: /datacenter/dtr/2.1/guides/release-notes/ + title: Release notes + - path: /datacenter/dtr/2.1/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.0 + section: + - path: /datacenter/dtr/2.0/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.0/architecture/ + title: Architecture + - sectiontitle: Installation + section: + - path: /datacenter/dtr/2.0/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.0/install/ + title: Install Docker Trusted Registry + - path: /datacenter/dtr/2.0/install/install-dtr-offline/ + title: Install offline + - path: /datacenter/dtr/2.0/install/license/ + title: License DTR + - sectiontitle: Upgrade + section: + - path: /datacenter/dtr/2.0/install/upgrade/upgrade-major/ + title: Upgrade from 1.4.3 + - path: /datacenter/dtr/2.0/install/upgrade/ + title: Upgrade from 2.0.0 + - path: /datacenter/dtr/2.0/install/uninstall/ + title: Uninstall + - sectiontitle: docker/dtr image reference + section: + - path: /datacenter/dtr/2.0/reference/ + title: Overview + - path: /datacenter/dtr/2.0/reference/backup/ + title: backup + - path: /datacenter/dtr/2.0/reference/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.0/reference/images/ + title: images + - path: /datacenter/dtr/2.0/reference/install/ + title: install + - path: /datacenter/dtr/2.0/reference/join/ + title: join + - path: /datacenter/dtr/2.0/reference/migrate/ + title: migrate + - path: /datacenter/dtr/2.0/reference/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.0/reference/remove/ + title: remove + - path: /datacenter/dtr/2.0/reference/restore/ + title: restore + - path: /datacenter/dtr/2.0/reference/upgrade/ + title: upgrade + - sectiontitle: Configuration + section: + - path: /datacenter/dtr/2.0/configure/configuration/ + title: Configuration overview + - path: /datacenter/dtr/2.0/configure/config-general/ + title: Configure general settings + - path: /datacenter/dtr/2.0/configure/config-security/ + title: Security configuration + - path: /datacenter/dtr/2.0/configure/config-storage/ + title: Storage configuration + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.0/monitor-troubleshoot/ + title: Monitor DTR + - path: /datacenter/dtr/2.0/monitor-troubleshoot/troubleshoot/ + title: Troubleshoot DTR + - sectiontitle: High-availability + section: + - path: /datacenter/dtr/2.0/high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.0/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/dtr/2.0/user-management/ + title: Authentication and authorization + - path: /datacenter/dtr/2.0/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.0/user-management/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.0/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.0/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Repositories and images + section: + - path: /datacenter/dtr/2.0/repos-and-images/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.0/repos-and-images/pull-an-image/ + title: Pull an image + - path: /datacenter/dtr/2.0/repos-and-images/push-an-image/ + title: Push an image + - path: /datacenter/dtr/2.0/repos-and-images/delete-an-image/ + title: Delete an image + - sectiontitle: Release notes + section: + - path: /datacenter/dtr/2.0/release-notes/ + title: Trusted Registry release notes + - path: /datacenter/dtr/2.0/release-notes/prior-release-notes/ + title: Prior Trusted Registry release notes + - sectiontitle: Trusted Registry API + section: + - path: /apidocs/v2.0.1/ + title: API v2.0.1 + - path: /apidocs/v2.0.0/ + title: API v2.0.0 + - path: /apidocs/v1.4.0/ + title: API v1.4.0 + - path: /apidocs/v1.3.3/ + title: API v1.3.3 + - path: /datacenter/dtr/2.0/support/ + title: Get support +- sectiontitle: Docker Desktop Enterprise + section: + - path: /ee/desktop/ + title: Overview + - path: /ee/desktop/release-notes/ + title: Release notes + - sectiontitle: Admin + section: + - sectiontitle: Install + section: + - path: /ee/desktop/admin/install/mac/ + title: Install DDE on Mac + - path: /ee/desktop/admin/install/windows/ + title: Install DDE on Windows + - sectiontitle: Configure + section: + - path: /ee/desktop/admin/configure/mac-admin/ + title: Configure DDE on Mac + - path: /ee/desktop/admin/configure/windows-admin/ + title: Configure DDE on Windows + - sectiontitle: User + section: + - path: /ee/desktop/user/mac-user/ + title: Use DDE on Mac + - path: /ee/desktop/user/windows-user/ + title: Use DDE on Windows + - path: /ee/desktop/app-designer/ + title: Application designer + - sectiontitle: Troubleshoot + section: + - path: /ee/desktop/troubleshoot/mac-issues/ + title: Troubleshoot DDE issues on Mac + - path: /ee/desktop/troubleshoot/windows-issues/ + title: Troubleshoot DDE issues on Windows +- sectiontitle: Manage Docker Enterprise + section: + - path: /ee/docker-ee-architecture/ + title: Docker Enterprise Architecture + - path: /ee/end-to-end-install/ + title: Deploy Docker Enterprise + - path: /ee/upgrade/ + title: Upgrade Docker Enterprise + - sectiontitle: Back up Docker Enterprise + section: + - path: /ee/admin/backup/ title: Overview - - path: /reference/dtr/2.7/cli/backup/ - title: backup - - path: /reference/dtr/2.7/cli/destroy/ - title: destroy - - path: /reference/dtr/2.7/cli/emergency-repair/ - title: emergency-repair - - path: /reference/dtr/2.7/cli/install/ - title: install - - path: /reference/dtr/2.7/cli/join/ - title: join - - path: /reference/dtr/2.7/cli/reconfigure/ - title: reconfigure - - path: /reference/dtr/2.7/cli/remove/ - title: remove - - path: /reference/dtr/2.7/cli/restore/ - title: restore - - path: /reference/dtr/2.7/cli/upgrade/ - title: upgrade - - title: UCP API - path: /reference/ucp/3.2/api/ - - sectiontitle: UCP CLI + - path: /ee/admin/backup/back-up-swarm/ + title: Back up Docker Swarm + - sectiontitle: Restore Docker Enterprise + section: + - path: /ee/admin/restore/ + title: Overview + - path: /ee/admin/restore/restore-swarm/ + title: Restore Docker Swarm + - sectiontitle: Disaster Recovery + section: + - path: /ee/admin/disaster-recovery/ + title: Overview + - path: /ee/enable-client-certificate-authentication/ + title: Enable client certificate authentication with your PKI + - path: /ee/telemetry/ + title: Manage usage data collection +- title: Get support + path: /ee/get-support/ +- title: DTR API + path: /reference/dtr/2.7/api/ +- sectiontitle: DTR CLI + section: + - path: /reference/dtr/2.7/cli/ + title: Overview + - path: /reference/dtr/2.7/cli/backup/ + title: backup + - path: /reference/dtr/2.7/cli/destroy/ + title: destroy + - path: /reference/dtr/2.7/cli/emergency-repair/ + title: emergency-repair + - path: /reference/dtr/2.7/cli/install/ + title: install + - path: /reference/dtr/2.7/cli/join/ + title: join + - path: /reference/dtr/2.7/cli/reconfigure/ + title: reconfigure + - path: /reference/dtr/2.7/cli/remove/ + title: remove + - path: /reference/dtr/2.7/cli/restore/ + title: restore + - path: /reference/dtr/2.7/cli/upgrade/ + title: upgrade +- title: UCP API + path: /reference/ucp/3.2/api/ +- sectiontitle: UCP CLI section: - path: /reference/ucp/3.2/cli/ title: docker/ucp overview From 9238ac868791ed5ba056559bc21532723f14880b Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 18:28:34 -0800 Subject: [PATCH 17/24] fix error --- _data/toc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index e132c93845..afac7ffb76 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1689,7 +1689,7 @@ manuals: nosync: true enterprise: -- path: /ee/overview +- path: /ee/overview/ title: Overview - path: /ee/release-notes/ title: Release notes From 488811a351e9acc74ac1ac6768581d4921fe9224 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 19:19:22 -0800 Subject: [PATCH 18/24] fix error --- _data/toc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/toc.yaml b/_data/toc.yaml index afac7ffb76..bb7b585a63 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1689,6 +1689,8 @@ manuals: nosync: true enterprise: +- path: /ee/ + title: Docker Enterprise - path: /ee/overview/ title: Overview - path: /ee/release-notes/ From b5dbdf8f0e00a0debcdc76321c09395d97186884 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 19:42:58 -0800 Subject: [PATCH 19/24] fix errors --- ee/index.md | 2 +- install/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/index.md b/ee/index.md index 44104e6e0b..91e1560fbc 100644 --- a/ee/index.md +++ b/ee/index.md @@ -1,6 +1,6 @@ --- description: Home page for Docker Enterprise documentation -keywords: Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes +keywords: Docker Enterprise, documentation, manual, guide, reference, api, CLI landing: true skip_read_time: true title: "Docker Enterprise" diff --git a/install/index.md b/install/index.md index 7a78bf2b0e..7b4250317f 100644 --- a/install/index.md +++ b/install/index.md @@ -1,7 +1,7 @@ --- title: Docker Engine - Community description: Lists the installation methods -keywords: docker, installation, install, Docker Engine - Community, stable, edge +keywords: docker, installation, install, Docker Engine - Community, Docker Engine - Enterprise, docker editions, stable, edge redirect_from: - /install/overview/ - /installation/ From 3db593dbceb7a54653cdd994c9463a0c77ab71a9 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 19:56:31 -0800 Subject: [PATCH 20/24] fix error --- _data/toc.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index bb7b585a63..bba86dee25 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1691,8 +1691,6 @@ manuals: enterprise: - path: /ee/ title: Docker Enterprise -- path: /ee/overview/ - title: Overview - path: /ee/release-notes/ title: Release notes - path: /ee/licensing/ From 36fbb9a313ff2d637cae4d2650314ad25332af56 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 20:03:58 -0800 Subject: [PATCH 21/24] fix error --- _data/toc.yaml | 4938 ++++++++++++++++++++++++------------------------ 1 file changed, 2485 insertions(+), 2453 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index bba86dee25..7f30f52d2d 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,3 +1,21 @@ +Skip to content +Search or jump to… + +Pull requests +Issues +Marketplace +Explore + +@DawnWood-Docker +5 +235docker/docs-private Private + Code Issues 26 Pull requests 6 Actions Projects 3 Wiki Security Insights Settings +docs-private/_data/toc.yaml + Dawn W Docker toc fix for enterprise landing page +5406958 2 hours ago +@mistyhacks@bermudezmt@johndmulhausen@ollypom@joaofnfernandes@usha-mandya@JustinINevill@thaJeztah@londoncalling@DawnWood-Docker@gbarr01@ddeyo@traci-morrison@lena-larionova@FrenchBen@allysmith424@ahh-docker@adrian-plata@bfirsh@kencochrane@anweiss@vieux@tonyhb@nigelpoulton@marcaurele@kendrahavens +4249 lines (4241 sloc) 191 KB + horizontalnav: - title: Guides path: / @@ -1689,2537 +1707,2539 @@ manuals: nosync: true enterprise: -- path: /ee/ - title: Docker Enterprise -- path: /ee/release-notes/ - title: Release notes -- path: /ee/licensing/ - title: Licensing -- sectiontitle: Docker Cluster +- sectiontitle: Docker Enterprise section: - - path: /cluster/ + - path: /ee/overview title: Overview - - path: /cluster/release-notes/ + - path: /ee/release-notes/ title: Release notes - - path: /cluster/aws/ - title: Docker Cluster on AWS - - path: /cluster/azure/ - title: Docker Cluster on Azure - - path: /cluster/cluster-file/ - title: Cluster file structure - - path: /cluster/reference/envvars/ - title: Environment variables -- sectiontitle: Docker Engine - Enterprise - section: - - title: Overview - path: /ee/supported-platforms/ - - title: Release notes - path: /engine/release-notes/ - - sectiontitle: Linux + - path: /ee/licensing/ + title: Licensing + - sectiontitle: Docker Cluster section: - - path: /ee/docker-ee/centos/ - title: CentOS - - path: /ee/docker-ee/oracle/ - title: Oracle Linux - - path: /ee/docker-ee/rhel/ - title: RHEL - - path: /ee/docker-ee/suse/ - title: SLES - - path: /ee/docker-ee/ubuntu/ - title: Ubuntu - - path: /ee/docker-ee/windows/docker-ee/ - title: Microsoft Windows Server -- sectiontitle: Universal Control Plane - section: - - path: /ee/ucp/ - title: Universal Control Plane overview - - path: /ee/ucp/ucp-architecture/ - title: UCP Architecture - - sectiontitle: Administration + - path: /cluster/ + title: Overview + - path: /cluster/release-notes/ + title: Release notes + - path: /cluster/aws/ + title: Docker Cluster on AWS + - path: /cluster/azure/ + title: Docker Cluster on Azure + - path: /cluster/cluster-file/ + title: Cluster file structure + - path: /cluster/reference/envvars/ + title: Environment variables + - sectiontitle: Docker Engine - Enterprise section: - - sectiontitle: Install + - title: Overview + path: /ee/supported-platforms/ + - title: Release notes + path: /engine/release-notes/ + - sectiontitle: Linux section: - - path: /ee/ucp/admin/install/system-requirements/ - title: System requirements - - path: /ee/ucp/admin/install/plan-installation/ - title: Plan your installation - - path: /ee/ucp/admin/install/ - title: Install - - path: /ee/ucp/admin/install/install-offline/ - title: Install offline - - sectiontitle: Cloud Providers + - path: /ee/docker-ee/centos/ + title: CentOS + - path: /ee/docker-ee/oracle/ + title: Oracle Linux + - path: /ee/docker-ee/rhel/ + title: RHEL + - path: /ee/docker-ee/suse/ + title: SLES + - path: /ee/docker-ee/ubuntu/ + title: Ubuntu + - path: /ee/docker-ee/windows/docker-ee/ + title: Microsoft Windows Server + - sectiontitle: Universal Control Plane + section: + - path: /ee/ucp/ + title: Universal Control Plane overview + - path: /ee/ucp/ucp-architecture/ + title: UCP Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install section: - - path: /ee/ucp/admin/install/cloudproviders/install-on-azure/ - title: Install on Azure - - path: /ee/ucp/admin/install/cloudproviders/install-on-azure-custom/ - title: Custom Azure roles - - path: /ee/ucp/admin/install/cloudproviders/install-on-aws/ - title: Install on AWS - - path: /ee/ucp/admin/install/upgrade/ - title: Upgrade - - path: /ee/ucp/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /ee/ucp/admin/install/uninstall/ - title: Uninstall - - path: /ee/ucp/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure - section: - - path: /ee/ucp/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /ee/ucp/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /ee/ucp/admin/configure/admission-controllers/ - title: Admission Controllers - - path: /ee/ucp/admin/configure/collect-cluster-metrics/ - title: Collect UCP cluster metrics with Prometheus - - path: /ee/ucp/admin/configure/metrics-descriptions/ - title: Using UCP cluster metrics with Prometheus - - path: /ee/ucp/admin/configure/configure-rbac-kube/ - title: Configure native Kubernetes role-based access control - - path: /ee/ucp/admin/configure/enable-audit-logging/ - title: Create UCP audit logs - - path: /ee/ucp/admin/configure/enable-saml-authentication/ - title: Enable SAML authentication - - path: /ee/ucp/admin/configure/integrate-saml/ - title: SAML integration - - path: /ee/ucp/admin/configure/integrate-scim/ - title: SCIM integration - - path: /ee/ucp/admin/configure/enable-helm-tiller/ - title: Enable Helm and Tiller with UCP - - path: /ee/ucp/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /ee/ucp/admin/configure/license-your-installation/ - title: License your installation - - path: /ee/ucp/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /ee/ucp/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /ee/ucp/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /ee/ucp/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /ee/ucp/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /ee/ucp/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /ee/ucp/admin/configure/manage-and-deploy-private-images/ - title: Manage and deploy private images - - path: /ee/ucp/admin/configure/set-orchestrator-type/ - title: Set the orchestrator type for a node - - path: /ee/ucp/admin/configure/view-namespace-resources/ - title: View Kubernetes objects in a namespace - - sectiontitle: Join nodes to your cluster - section: - - path: /ee/ucp/admin/configure/join-nodes/ - title: Set up high availability - - path: /ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster/ - title: Join nodes to your cluster - - path: /ee/ucp/admin/configure/join-nodes/join-windows-nodes-to-cluster/ - title: Join Windows worker nodes to your cluster - - path: /ee/ucp/admin/configure/join-nodes/use-a-load-balancer/ - title: Use a load balancer - - path: /ee/ucp/admin/configure/deploy-route-reflectors/ - title: Improve network performance with Route Reflectors - - sectiontitle: Monitor and troubleshoot - section: - - path: /ee/ucp/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - title: Back up UCP - path: /ee/admin/backup/back-up-ucp/ - - title: Restore UCP - path: /ee/admin/restore/restore-ucp/ - - sectiontitle: Authorize role-based access - section: - - path: /ee/ucp/authorization/ - title: Access control model overview - - sectiontitle: The basics - section: - - path: /ee/ucp/authorization/create-users-and-teams-manually/ - title: Create users and teams manually - - path: /ee/ucp/authorization/create-teams-with-ldap/ - title: Create teams with LDAP - - path: /ee/ucp/authorization/define-roles/ - title: Define roles with authorized API operations - - path: /ee/ucp/authorization/group-resources/ - title: Group and isolate cluster resources - - path: /ee/ucp/authorization/grant-permissions/ - title: Grant role-access to cluster resources - - path: /ee/ucp/authorization/reset-user-password/ - title: Reset user passwords - - sectiontitle: Tutorials and use cases - section: - - path: /ee/ucp/authorization/deploy-stateless-app/ - title: Deploy stateless app with RBAC - - path: /ee/ucp/authorization/isolate-volumes/ - title: Isolate volumes - - path: /ee/ucp/authorization/isolate-nodes/ - title: Isolate nodes - - path: /ee/ucp/authorization/pull-images/ - title: Allow users to pull images - - path: /ee/ucp/authorization/ee-standard/ - title: Access control design - - path: /ee/ucp/authorization/ee-advanced/ - title: Access control design using additional security requirements - - sectiontitle: Access UCP - section: - - path: /ee/ucp/user-access/ - title: Web-based access - - path: /ee/ucp/user-access/cli/ - title: CLI-based access - - path: /ee/ucp/user-access/kubectl/ - title: Install the Kubernetes CLI - - path: /ee/ucp/deploy-application-package/ - title: Deploy an application package - - sectiontitle: Deploy apps with Swarm - section: - - title: Deploy a single service - path: /ee/ucp/swarm/ - - title: Deploy a multi-service app - path: /ee/ucp/swarm/deploy-multi-service-app/ - - title: Deploy application resources to a collection - path: /ee/ucp/swarm/deploy-to-collection/ - - title: Use secrets in your services - path: /ee/ucp/swarm/use-secrets/ - - sectiontitle: Layer 7 routing - section: - - title: Overview - path: /ee/ucp/interlock/ - - title: Architecture - path: /ee/ucp/interlock/architecture/ - - sectiontitle: Deploy - section: - - title: Simple deployment - path: /ee/ucp/interlock/deploy/ - - title: Production deployment - path: /ee/ucp/interlock/deploy/production/ - - title: Offline installation - path: /ee/ucp/interlock/deploy/offline-install/ - - title: Layer 7 routing upgrade - path: /ee/ucp/interlock/deploy/upgrade/ - - sectiontitle: Configuration - section: - - title: Configure your deployment - path: /ee/ucp/interlock/config/ - - title: Configuring host mode networking - path: /ee/ucp/interlock/config/host-mode-networking/ - - title: Configuring an nginx extension - path: /ee/ucp/interlock/config/nginx-config/ - - title: Tuning the proxy service - path: /ee/ucp/interlock/config/tuning/ - - title: Updating Interlock services - path: /ee/ucp/interlock/config/updates/ - - sectiontitle: Routing traffic to services - section: - - title: Deploying services - path: /ee/ucp/interlock/usage/ - - title: Publishing a service as a canary instance - path: /ee/ucp/interlock/usage/canary/ - - title: Using context or path-based routing - path: /ee/ucp/interlock/usage/context/ - - title: Publishing a default host service - path: /ee/ucp/interlock/usage/default-backend/ - - title: Specifying a routing mode - path: /ee/ucp/interlock/usage/interlock-vip-mode/ - - title: Using routing labels - path: /ee/ucp/interlock/usage/labels-reference/ - - title: Implementing redirects - path: /ee/ucp/interlock/usage/redirects/ - - title: Implementing a service cluster - path: /ee/ucp/interlock/usage/service-clusters/ - - title: Implementing persistent (sticky) sessions - path: /ee/ucp/interlock/usage/sessions/ - - title: Securing services with TLS - path: /ee/ucp/interlock/usage/tls/ - - title: Configuring websockets - path: /ee/ucp/interlock/usage/websockets/ - - sectiontitle: Deploy apps with Kubernetes - section: - - title: Access Kubernetes Resources - path: /ee/ucp/kubernetes/kube-resources/ - - title: Deploy a workload - path: /ee/ucp/kubernetes/ - - title: Deploy a Compose-based app - path: /ee/ucp/kubernetes/deploy-with-compose/ - - title: Using Pod Security Policies - path: /ee/ucp/kubernetes/pod-security-policies/ - - title: Create a service account for a Kubernetes app - path: /ee/ucp/kubernetes/create-service-account/ - - title: Install an unmanaged CNI plugin - path: /ee/ucp/kubernetes/install-cni-plugin/ - - title: Kubernetes network encryption - path: /ee/ucp/kubernetes/kubernetes-network-encryption/ - - sectiontitle: Persistent Storage - section: - - title: Use NFS Storage - path: /ee/ucp/kubernetes/storage/use-nfs-volumes/ - - title: Use Azure Disk Storage - path: /ee/ucp/kubernetes/storage/use-azure-disk/ - - title: Use Azure Files Storage - path: /ee/ucp/kubernetes/storage/use-azure-files/ - - title: Use AWS EBS Storage - path: /ee/ucp/kubernetes/storage/configure-aws-storage/ - - title: Use vSphere Volumes - path: /ee/ucp/kubernetes/storage/use-vsphere-volumes/ - - title: Configure iSCSI - path: /ee/ucp/kubernetes/storage/use-iscsi/ - - title: Deploy a CSI plugin - path: /ee/ucp/kubernetes/storage/use-csi/ - - sectiontitle: Cluster Ingress - section: - - title: Overview - path: /ee/ucp/kubernetes/cluster-ingress/ - - title: Install Ingress - path: /ee/ucp/kubernetes/cluster-ingress/install/ - - title: Deploy a Sample Application - path: /ee/ucp/kubernetes/cluster-ingress/ingress/ - - title: Deploy a Canary Deployment - path: /ee/ucp/kubernetes/cluster-ingress/canary/ - - title: Implementing Persistent (sticky) Sessions - path: /ee/ucp/kubernetes/cluster-ingress/sticky/ - - path: /ee/ucp/release-notes/ - title: Release notes - - sectiontitle: Previous versions - section: - - sectiontitle: Universal Control Plane 3.1 - section: - - path: /datacenter/ucp/3.1/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/3.1/guides/ucp-architecture/ - title: UCP Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install + - path: /ee/ucp/admin/install/system-requirements/ + title: System requirements + - path: /ee/ucp/admin/install/plan-installation/ + title: Plan your installation + - path: /ee/ucp/admin/install/ + title: Install + - path: /ee/ucp/admin/install/install-offline/ + title: Install offline + - sectiontitle: Cloud Providers section: - - path: /datacenter/ucp/3.1/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/3.1/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/3.1/guides/admin/install/ - title: Install - - path: /datacenter/ucp/3.1/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/3.1/guides/admin/install/install-on-azure/ + - path: /ee/ucp/admin/install/cloudproviders/install-on-azure/ title: Install on Azure - - path: /datacenter/ucp/3.1/guides/admin/install/upgrade/ - title: Upgrade - - path: /datacenter/ucp/3.1/guides/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/3.1/guides/admin/install/uninstall/ - title: Uninstall - - path: /datacenter/ucp/3.1/guides/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure - section: - - path: /datacenter/ucp/3.1/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/3.1/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/3.1/guides/admin/configure/collect-cluster-metrics/ - title: Collect UCP cluster metrics with Prometheus - - path: /datacenter/ucp/3.1/guides/admin/configure/metrics-descriptions/ - title: Using UCP cluster metrics with Prometheus - - path: /datacenter/ucp/3.1/guides/admin/configure/configure-rbac-kube/ - title: Configure native Kubernetes role-based access control - - path: /datacenter/ucp/3.1/guides/admin/configure/enable-audit-logging/ - title: Create UCP audit logs - - path: /datacenter/ucp/3.1/guides/admin/configure/enable-saml-authentication/ - title: Enable SAML authentication - - path: /datacenter/ucp/3.1/guides/admin/configure/enable-helm-tiller/ - title: Enable Helm and Tiller with UCP - - path: /datacenter/ucp/3.1/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/3.1/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/3.1/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/3.1/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/3.1/guides/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /datacenter/ucp/3.1/guides/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /datacenter/ucp/3.1/guides/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /datacenter/ucp/3.1/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/ucp/3.1/guides/admin/configure/manage-and-deploy-private-images/ - title: Manage and deploy private images - - path: /datacenter/ucp/3.1/guides/admin/configure/set-orchestrator-type/ - title: Set the orchestrator type for a node - - path: /datacenter/ucp/3.1/guides/admin/configure/view-namespace-resources/ - title: View Kubernetes objects in a namespace - - sectiontitle: Join nodes to your cluster - section: - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/ - title: Set up high availability - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-linux-nodes-to-cluster/ - title: Join nodes to your cluster - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-windows-nodes-to-cluster/ - title: Join Windows worker nodes to your cluster - - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/ucp/3.1/guides/admin/configure/deploy-route-reflectors/ - title: Improve network performance with Route Reflectors - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/3.1/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/3.1/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/3.1/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/3.1/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/3.1/reference/cli/example-config/ - title: example-config - - path: /datacenter/ucp/3.1/reference/cli/id/ - title: id - - path: /datacenter/ucp/3.1/reference/cli/images/ - title: images - - path: /datacenter/ucp/3.1/reference/cli/install/ - title: install - - path: /datacenter/ucp/3.1/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/3.1/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/3.1/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/3.1/reference/cli/support/ - title: support - - path: /datacenter/ucp/3.1/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/3.1/reference/cli/upgrade/ - title: upgrade - - sectiontitle: Authorize role-based access + - path: /ee/ucp/admin/install/cloudproviders/install-on-azure-custom/ + title: Custom Azure roles + - path: /ee/ucp/admin/install/cloudproviders/install-on-aws/ + title: Install on AWS + - path: /ee/ucp/admin/install/upgrade/ + title: Upgrade + - path: /ee/ucp/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /ee/ucp/admin/install/uninstall/ + title: Uninstall + - path: /ee/ucp/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure section: - - path: /datacenter/ucp/3.1/guides/authorization/ - title: Access control model overview - - sectiontitle: The basics + - path: /ee/ucp/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /ee/ucp/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /ee/ucp/admin/configure/admission-controllers/ + title: Admission Controllers + - path: /ee/ucp/admin/configure/collect-cluster-metrics/ + title: Collect UCP cluster metrics with Prometheus + - path: /ee/ucp/admin/configure/metrics-descriptions/ + title: Using UCP cluster metrics with Prometheus + - path: /ee/ucp/admin/configure/configure-rbac-kube/ + title: Configure native Kubernetes role-based access control + - path: /ee/ucp/admin/configure/enable-audit-logging/ + title: Create UCP audit logs + - path: /ee/ucp/admin/configure/enable-saml-authentication/ + title: Enable SAML authentication + - path: /ee/ucp/admin/configure/integrate-saml/ + title: SAML integration + - path: /ee/ucp/admin/configure/integrate-scim/ + title: SCIM integration + - path: /ee/ucp/admin/configure/enable-helm-tiller/ + title: Enable Helm and Tiller with UCP + - path: /ee/ucp/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /ee/ucp/admin/configure/license-your-installation/ + title: License your installation + - path: /ee/ucp/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /ee/ucp/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /ee/ucp/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /ee/ucp/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /ee/ucp/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /ee/ucp/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /ee/ucp/admin/configure/manage-and-deploy-private-images/ + title: Manage and deploy private images + - path: /ee/ucp/admin/configure/set-orchestrator-type/ + title: Set the orchestrator type for a node + - path: /ee/ucp/admin/configure/view-namespace-resources/ + title: View Kubernetes objects in a namespace + - sectiontitle: Join nodes to your cluster section: - - path: /datacenter/ucp/3.1/guides/authorization/create-users-and-teams-manually/ - title: Create users and teams manually - - path: /datacenter/ucp/3.1/guides/authorization/create-teams-with-ldap/ - title: Create teams with LDAP - - path: /datacenter/ucp/3.1/guides/authorization/define-roles/ - title: Define roles with authorized API operations - - path: /datacenter/ucp/3.1/guides/authorization/group-resources/ - title: Group and isolate cluster resources - - path: /datacenter/ucp/3.1/guides/authorization/grant-permissions/ - title: Grant role-access to cluster resources - - path: /datacenter/ucp/3.1/guides/authorization/reset-user-password/ - title: Reset user passwords - - sectiontitle: Tutorials and use cases - section: - - path: /datacenter/ucp/3.1/guides/authorization/deploy-stateless-app/ - title: Deploy stateless app with RBAC - - path: /datacenter/ucp/3.1/guides/authorization/isolate-volumes/ - title: Isolate volumes - - path: /datacenter/ucp/3.1/guides/authorization/isolate-nodes/ - title: Isolate nodes - - path: /datacenter/ucp/3.1/guides/authorization/pull-images/ - title: Allow users to pull images - - path: /datacenter/ucp/3.1/guides/authorization/ee-standard/ - title: Docker EE Standard use case - - path: /datacenter/ucp/3.1/guides/authorization/ee-advanced/ - title: Docker EE Advanced use case - - sectiontitle: Access UCP - section: - - path: /datacenter/ucp/3.1/guides/user-access/ - title: Web-based access - - path: /datacenter/ucp/3.1/guides/user-access/cli/ - title: CLI-based access - - path: /datacenter/ucp/3.1/guides/user-access/kubectl/ - title: Install the Kubernetes CLI - - path: /datacenter/ucp/3.1/guides/deploy-application-package/ - title: Deploy an application package - - sectiontitle: Deploy apps with Swarm - section: - - title: Deploy a single service - path: /datacenter/ucp/3.1/guides/swarm/ - - title: Deploy a multi-service app - path: /datacenter/ucp/3.1/guides/swarm/deploy-multi-service-app/ - - title: Deploy application resources to a collection - path: /datacenter/ucp/3.1/guides/swarm/deploy-to-collection/ - - title: Use secrets in your services - path: /datacenter/ucp/3.1/guides/swarm/use-secrets/ - - sectiontitle: Layer 7 routing - section: - - title: Overview - path: /datacenter/ucp/3.1/guides/interlock/ - - title: Architecture - path: /datacenter/ucp/3.1/guides/interlock/architecture/ - - sectiontitle: Deploy - section: - - title: Simple deployment - path: /datacenter/ucp/3.1/guides/interlock/deploy/ - - title: Production deployment - path: /datacenter/ucp/3.1/guides/interlock/deploy/production/ - - title: Offline installation - path: /datacenter/ucp/3.1/guides/interlock/deploy/offline-install/ - - title: Layer 7 routing upgrade - path: /datacenter/ucp/3.1/guides/interlock/deploy/upgrade/ - - sectiontitle: Configuration - section: - - title: Configure your deployment - path: /datacenter/ucp/3.1/guides/interlock/config/ - - title: Configuring host mode networking - path: /datacenter/ucp/3.1/guides/interlock/config/host-mode-networking/ - - title: Configuring an nginx extension - path: /datacenter/ucp/3.1/guides/interlock/config/nginx-config/ - - title: Tuning the proxy service - path: /datacenter/ucp/3.1/guides/interlock/config/tuning/ - - title: Updating Interlock services - path: /datacenter/ucp/3.1/guides/interlock/config/updates/ - - sectiontitle: Routing traffic to services - section: - - title: Deploying services - path: /datacenter/ucp/3.1/guides/interlock/usage/ - - title: Publishing a service as a canary instance - path: /datacenter/ucp/3.1/guides/interlock/usage/canary/ - - title: Using context or path-based routing - path: /datacenter/ucp/3.1/guides/interlock/usage/context/ - - title: Specifying a routing mode - path: /datacenter/ucp/3.1/guides/interlock/usage/interlock-vip-mode/ - - title: Using routing labels - path: /datacenter/ucp/3.1/guides/interlock/usage/labels-reference/ - - title: Implementing redirects - path: /datacenter/ucp/3.1/guides/interlock/usage/redirects/ - - title: Implementing a service cluster - path: /datacenter/ucp/3.1/guides/interlock/usage/service-clusters/ - - title: Implementing persistent (sticky) sessions - path: /datacenter/ucp/3.1/guides/interlock/usage/sessions/ - - title: Securing services with TLS - path: /datacenter/ucp/3.1/guides/interlock/usage/tls/ - - title: Configuring websockets - path: /datacenter/ucp/3.1/guides/interlock/usage/websockets/ - - sectiontitle: Deploy apps with Kubernetes - section: - - title: Access Kubernetes Resources - path: /datacenter/ucp/3.1/guides/kubernetes/kube-resources/ - - title: Deploy a workload - path: /datacenter/ucp/3.1/guides/kubernetes/ - - title: Deploy a Compose-based app - path: /datacenter/ucp/3.1/guides/kubernetes/deploy-with-compose/ - - title: Deploy an ingress controller - path: /datacenter/ucp/3.1/guides/kubernetes/layer-7-routing/ - - title: Create a service account for a Kubernetes app - path: /datacenter/ucp/3.1/guides/kubernetes/create-service-account/ - - title: Install an unmanaged CNI plugin - path: /datacenter/ucp/3.1/guides/kubernetes/install-cni-plugin/ - - title: Kubernetes network encryption - path: /datacenter/ucp/3.1/guides/kubernetes/kubernetes-network-encryption/ - - sectiontitle: Persistent Storage - section: - - title: Use NFS Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-nfs-volumes/ - - title: Use Azure Disk Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-disk/ - - title: Use Azure Files Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-files/ - - title: Use AWS EBS Storage - path: /datacenter/ucp/3.1/guides/kubernetes/storage/configure-aws-storage/ - - title: API reference - path: /datacenter/ucp/3.1/reference/api/ - nosync: true - - path: /ee/ucp/release-notes/ - title: Release notes - - sectiontitle: Universal Control Plane 3.0 - section: - - path: /datacenter/ucp/3.0/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/3.0/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/ucp/3.0/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/3.0/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/3.0/guides/admin/install/ - title: Install - - path: /datacenter/ucp/3.0/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/3.0/guides/admin/install/install-on-azure/ - title: Install on Azure - - path: /datacenter/ucp/3.0/guides/admin/install/upgrade/ - title: Upgrade - - path: /datacenter/ucp/3.0/guides/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/3.0/guides/admin/install/uninstall/ - title: Uninstall - - path: /datacenter/ucp/3.0/guides/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure - section: - - path: /datacenter/ucp/3.0/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/3.0/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/3.0/guides/admin/configure/join-windows-worker-nodes/ - title: Join Windows worker nodes to a swarm - - path: /datacenter/ucp/3.0/guides/admin/configure/integrate-with-dtr/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/enable-ldap-config-file/ - title: Integrate with LDAP by using a configuration file - - path: /datacenter/ucp/3.0/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/3.0/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/3.0/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/3.0/guides/admin/configure/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/3.0/guides/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /datacenter/ucp/3.0/guides/admin/configure/set-up-high-availability/ + - path: /ee/ucp/admin/configure/join-nodes/ title: Set up high availability - - path: /datacenter/ucp/3.0/guides/admin/configure/store-logs-in-an-external-system/ - title: Store logs in an external system - - path: /datacenter/ucp/3.0/guides/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /datacenter/ucp/3.0/guides/admin/configure/use-a-load-balancer/ + - path: /ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster/ + title: Join nodes to your cluster + - path: /ee/ucp/admin/configure/join-nodes/join-windows-nodes-to-cluster/ + title: Join Windows worker nodes to your cluster + - path: /ee/ucp/admin/configure/join-nodes/use-a-load-balancer/ title: Use a load balancer - - path: /datacenter/ucp/3.0/guides/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /datacenter/ucp/3.0/guides/admin/configure/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/3.0/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/3.0/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/3.0/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/3.0/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/3.0/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/3.0/reference/cli/example-config/ - title: example-config - - path: /datacenter/ucp/3.0/reference/cli/id/ - title: id - - path: /datacenter/ucp/3.0/reference/cli/images/ - title: images - - path: /datacenter/ucp/3.0/reference/cli/install/ - title: install - - path: /datacenter/ucp/3.0/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/3.0/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/3.0/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/3.0/reference/cli/support/ - title: support - - path: /datacenter/ucp/3.0/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/3.0/reference/cli/upgrade/ - title: upgrade - - sectiontitle: Access control + - path: /ee/ucp/admin/configure/deploy-route-reflectors/ + title: Improve network performance with Route Reflectors + - sectiontitle: Monitor and troubleshoot section: - - path: /datacenter/ucp/3.0/guides/access-control/ - title: Access control model - - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/3.0/guides/access-control/deploy-view-only-service/ - title: Deploy a service with view-only access across an organization - - path: /datacenter/ucp/3.0/guides/access-control/grant-permissions/ - title: Grant permissions to users based on roles - - path: /datacenter/ucp/3.0/guides/access-control/isolate-nodes-between-teams/ - title: Isolate swarm nodes to a specific team - - path: /datacenter/ucp/3.0/guides/access-control/isolate-volumes-between-teams/ - title: Isolate volumes between two different teams - - path: /datacenter/ucp/3.0/guides/access-control/manage-access-with-collections/ - title: Manage access to resources by using collections - - path: /datacenter/ucp/3.0/guides/access-control/access-control-node/ - title: Node access control - - path: /datacenter/ucp/3.0/guides/access-control/permission-levels/ - title: Permission levels - - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-standard/ - title: Access control design with Docker Enterprise Standard - - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-advanced/ - title: Access control design with Docker Enterprise Advanced - - path: /datacenter/ucp/3.0/guides/access-control/recover-a-user-password/ - title: Recover a user password - - sectiontitle: User guides + - path: /ee/ucp/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - title: Back up UCP + path: /ee/admin/backup/back-up-ucp/ + - title: Restore UCP + path: /ee/admin/restore/restore-ucp/ + - sectiontitle: Authorize role-based access + section: + - path: /ee/ucp/authorization/ + title: Access control model overview + - sectiontitle: The basics section: + - path: /ee/ucp/authorization/create-users-and-teams-manually/ + title: Create users and teams manually + - path: /ee/ucp/authorization/create-teams-with-ldap/ + title: Create teams with LDAP + - path: /ee/ucp/authorization/define-roles/ + title: Define roles with authorized API operations + - path: /ee/ucp/authorization/group-resources/ + title: Group and isolate cluster resources + - path: /ee/ucp/authorization/grant-permissions/ + title: Grant role-access to cluster resources + - path: /ee/ucp/authorization/reset-user-password/ + title: Reset user passwords + - sectiontitle: Tutorials and use cases + section: + - path: /ee/ucp/authorization/deploy-stateless-app/ + title: Deploy stateless app with RBAC + - path: /ee/ucp/authorization/isolate-volumes/ + title: Isolate volumes + - path: /ee/ucp/authorization/isolate-nodes/ + title: Isolate nodes + - path: /ee/ucp/authorization/pull-images/ + title: Allow users to pull images + - path: /ee/ucp/authorization/ee-standard/ + title: Access control design + - path: /ee/ucp/authorization/ee-advanced/ + title: Access control design using additional security requirements + - sectiontitle: Access UCP + section: + - path: /ee/ucp/user-access/ + title: Web-based access + - path: /ee/ucp/user-access/cli/ + title: CLI-based access + - path: /ee/ucp/user-access/kubectl/ + title: Install the Kubernetes CLI + - path: /ee/ucp/deploy-application-package/ + title: Deploy an application package + - sectiontitle: Deploy apps with Swarm + section: + - title: Deploy a single service + path: /ee/ucp/swarm/ + - title: Deploy a multi-service app + path: /ee/ucp/swarm/deploy-multi-service-app/ + - title: Deploy application resources to a collection + path: /ee/ucp/swarm/deploy-to-collection/ + - title: Use secrets in your services + path: /ee/ucp/swarm/use-secrets/ + - sectiontitle: Layer 7 routing + section: + - title: Overview + path: /ee/ucp/interlock/ + - title: Architecture + path: /ee/ucp/interlock/architecture/ + - sectiontitle: Deploy + section: + - title: Simple deployment + path: /ee/ucp/interlock/deploy/ + - title: Production deployment + path: /ee/ucp/interlock/deploy/production/ + - title: Offline installation + path: /ee/ucp/interlock/deploy/offline-install/ + - title: Layer 7 routing upgrade + path: /ee/ucp/interlock/deploy/upgrade/ + - sectiontitle: Configuration + section: + - title: Configure your deployment + path: /ee/ucp/interlock/config/ + - title: Configuring host mode networking + path: /ee/ucp/interlock/config/host-mode-networking/ + - title: Configuring an nginx extension + path: /ee/ucp/interlock/config/nginx-config/ + - title: Tuning the proxy service + path: /ee/ucp/interlock/config/tuning/ + - title: Updating Interlock services + path: /ee/ucp/interlock/config/updates/ + - sectiontitle: Routing traffic to services + section: + - title: Deploying services + path: /ee/ucp/interlock/usage/ + - title: Publishing a service as a canary instance + path: /ee/ucp/interlock/usage/canary/ + - title: Using context or path-based routing + path: /ee/ucp/interlock/usage/context/ + - title: Publishing a default host service + path: /ee/ucp/interlock/usage/default-backend/ + - title: Specifying a routing mode + path: /ee/ucp/interlock/usage/interlock-vip-mode/ + - title: Using routing labels + path: /ee/ucp/interlock/usage/labels-reference/ + - title: Implementing redirects + path: /ee/ucp/interlock/usage/redirects/ + - title: Implementing a service cluster + path: /ee/ucp/interlock/usage/service-clusters/ + - title: Implementing persistent (sticky) sessions + path: /ee/ucp/interlock/usage/sessions/ + - title: Securing services with TLS + path: /ee/ucp/interlock/usage/tls/ + - title: Configuring websockets + path: /ee/ucp/interlock/usage/websockets/ + - sectiontitle: Deploy apps with Kubernetes + section: + - title: Access Kubernetes Resources + path: /ee/ucp/kubernetes/kube-resources/ + - title: Deploy a workload + path: /ee/ucp/kubernetes/ + - title: Deploy a Compose-based app + path: /ee/ucp/kubernetes/deploy-with-compose/ + - title: Using Pod Security Policies + path: /ee/ucp/kubernetes/pod-security-policies/ + - title: Create a service account for a Kubernetes app + path: /ee/ucp/kubernetes/create-service-account/ + - title: Install an unmanaged CNI plugin + path: /ee/ucp/kubernetes/install-cni-plugin/ + - title: Kubernetes network encryption + path: /ee/ucp/kubernetes/kubernetes-network-encryption/ + - sectiontitle: Persistent Storage + section: + - title: Use NFS Storage + path: /ee/ucp/kubernetes/storage/use-nfs-volumes/ + - title: Use Azure Disk Storage + path: /ee/ucp/kubernetes/storage/use-azure-disk/ + - title: Use Azure Files Storage + path: /ee/ucp/kubernetes/storage/use-azure-files/ + - title: Use AWS EBS Storage + path: /ee/ucp/kubernetes/storage/configure-aws-storage/ + - title: Use vSphere Volumes + path: /ee/ucp/kubernetes/storage/use-vsphere-volumes/ + - title: Configure iSCSI + path: /ee/ucp/kubernetes/storage/use-iscsi/ + - title: Deploy a CSI plugin + path: /ee/ucp/kubernetes/storage/use-csi/ + - sectiontitle: Cluster Ingress + section: + - title: Overview + path: /ee/ucp/kubernetes/cluster-ingress/ + - title: Install Ingress + path: /ee/ucp/kubernetes/cluster-ingress/install/ + - title: Deploy a Sample Application + path: /ee/ucp/kubernetes/cluster-ingress/ingress/ + - title: Deploy a Canary Deployment + path: /ee/ucp/kubernetes/cluster-ingress/canary/ + - title: Implementing Persistent (sticky) Sessions + path: /ee/ucp/kubernetes/cluster-ingress/sticky/ + - path: /ee/ucp/release-notes/ + title: Release notes + - sectiontitle: Previous versions + section: + - sectiontitle: Universal Control Plane 3.1 + section: + - path: /datacenter/ucp/3.1/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/3.1/guides/ucp-architecture/ + title: UCP Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/ucp/3.1/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/ucp/3.1/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/3.1/guides/admin/install/ + title: Install + - path: /datacenter/ucp/3.1/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/ucp/3.1/guides/admin/install/install-on-azure/ + title: Install on Azure + - path: /datacenter/ucp/3.1/guides/admin/install/upgrade/ + title: Upgrade + - path: /datacenter/ucp/3.1/guides/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/3.1/guides/admin/install/uninstall/ + title: Uninstall + - path: /datacenter/ucp/3.1/guides/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure + section: + - path: /datacenter/ucp/3.1/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/3.1/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/3.1/guides/admin/configure/collect-cluster-metrics/ + title: Collect UCP cluster metrics with Prometheus + - path: /datacenter/ucp/3.1/guides/admin/configure/metrics-descriptions/ + title: Using UCP cluster metrics with Prometheus + - path: /datacenter/ucp/3.1/guides/admin/configure/configure-rbac-kube/ + title: Configure native Kubernetes role-based access control + - path: /datacenter/ucp/3.1/guides/admin/configure/enable-audit-logging/ + title: Create UCP audit logs + - path: /datacenter/ucp/3.1/guides/admin/configure/enable-saml-authentication/ + title: Enable SAML authentication + - path: /datacenter/ucp/3.1/guides/admin/configure/enable-helm-tiller/ + title: Enable Helm and Tiller with UCP + - path: /datacenter/ucp/3.1/guides/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /datacenter/ucp/3.1/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/3.1/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/3.1/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/3.1/guides/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /datacenter/ucp/3.1/guides/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /datacenter/ucp/3.1/guides/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /datacenter/ucp/3.1/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/ucp/3.1/guides/admin/configure/manage-and-deploy-private-images/ + title: Manage and deploy private images + - path: /datacenter/ucp/3.1/guides/admin/configure/set-orchestrator-type/ + title: Set the orchestrator type for a node + - path: /datacenter/ucp/3.1/guides/admin/configure/view-namespace-resources/ + title: View Kubernetes objects in a namespace + - sectiontitle: Join nodes to your cluster + section: + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/ + title: Set up high availability + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-linux-nodes-to-cluster/ + title: Join nodes to your cluster + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-windows-nodes-to-cluster/ + title: Join Windows worker nodes to your cluster + - path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/ucp/3.1/guides/admin/configure/deploy-route-reflectors/ + title: Improve network performance with Route Reflectors + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/3.1/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/ucp/3.1/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/3.1/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/3.1/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/3.1/reference/cli/example-config/ + title: example-config + - path: /datacenter/ucp/3.1/reference/cli/id/ + title: id + - path: /datacenter/ucp/3.1/reference/cli/images/ + title: images + - path: /datacenter/ucp/3.1/reference/cli/install/ + title: install + - path: /datacenter/ucp/3.1/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/3.1/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/3.1/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/3.1/reference/cli/support/ + title: support + - path: /datacenter/ucp/3.1/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/3.1/reference/cli/upgrade/ + title: upgrade + - sectiontitle: Authorize role-based access + section: + - path: /datacenter/ucp/3.1/guides/authorization/ + title: Access control model overview + - sectiontitle: The basics + section: + - path: /datacenter/ucp/3.1/guides/authorization/create-users-and-teams-manually/ + title: Create users and teams manually + - path: /datacenter/ucp/3.1/guides/authorization/create-teams-with-ldap/ + title: Create teams with LDAP + - path: /datacenter/ucp/3.1/guides/authorization/define-roles/ + title: Define roles with authorized API operations + - path: /datacenter/ucp/3.1/guides/authorization/group-resources/ + title: Group and isolate cluster resources + - path: /datacenter/ucp/3.1/guides/authorization/grant-permissions/ + title: Grant role-access to cluster resources + - path: /datacenter/ucp/3.1/guides/authorization/reset-user-password/ + title: Reset user passwords + - sectiontitle: Tutorials and use cases + section: + - path: /datacenter/ucp/3.1/guides/authorization/deploy-stateless-app/ + title: Deploy stateless app with RBAC + - path: /datacenter/ucp/3.1/guides/authorization/isolate-volumes/ + title: Isolate volumes + - path: /datacenter/ucp/3.1/guides/authorization/isolate-nodes/ + title: Isolate nodes + - path: /datacenter/ucp/3.1/guides/authorization/pull-images/ + title: Allow users to pull images + - path: /datacenter/ucp/3.1/guides/authorization/ee-standard/ + title: Docker EE Standard use case + - path: /datacenter/ucp/3.1/guides/authorization/ee-advanced/ + title: Docker EE Advanced use case - sectiontitle: Access UCP section: - - path: /datacenter/ucp/3.0/guides/user/access-ucp/ + - path: /datacenter/ucp/3.1/guides/user-access/ title: Web-based access - - path: /datacenter/ucp/3.0/guides/user/access-ucp/cli-based-access/ + - path: /datacenter/ucp/3.1/guides/user-access/cli/ title: CLI-based access - - path: /datacenter/ucp/3.0/guides/user/access-ucp/kubectl/ + - path: /datacenter/ucp/3.1/guides/user-access/kubectl/ title: Install the Kubernetes CLI + - path: /datacenter/ucp/3.1/guides/deploy-application-package/ + title: Deploy an application package - sectiontitle: Deploy apps with Swarm section: - - path: /datacenter/ucp/3.0/guides/user/swarm/ - title: Deploy a single service - - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-multi-service-app/ - title: Deploy a multi-service app - - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-to-collection/ - title: Deploy application resources to a collection - - path: /datacenter/ucp/3.0/guides/user/swarm/use-secrets/ - title: Use secrets in your services + - title: Deploy a single service + path: /datacenter/ucp/3.1/guides/swarm/ + - title: Deploy a multi-service app + path: /datacenter/ucp/3.1/guides/swarm/deploy-multi-service-app/ + - title: Deploy application resources to a collection + path: /datacenter/ucp/3.1/guides/swarm/deploy-to-collection/ + - title: Use secrets in your services + path: /datacenter/ucp/3.1/guides/swarm/use-secrets/ - sectiontitle: Layer 7 routing section: - - path: /datacenter/ucp/3.0/guides/user/interlock/ - title: Overview - - path: /datacenter/ucp/3.0/guides/user/interlock/architecture/ - title: Architecture + - title: Overview + path: /datacenter/ucp/3.1/guides/interlock/ + - title: Architecture + path: /datacenter/ucp/3.1/guides/interlock/architecture/ - sectiontitle: Deploy section: - title: Simple deployment - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/ - - title: Configure your deployment - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configure/ + path: /datacenter/ucp/3.1/guides/interlock/deploy/ - title: Production deployment - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/production/ - - title: Host mode networking - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/host-mode-networking/ - - title: Configuration reference - path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configuration-reference/ - - sectiontitle: Route traffic to services + path: /datacenter/ucp/3.1/guides/interlock/deploy/production/ + - title: Offline installation + path: /datacenter/ucp/3.1/guides/interlock/deploy/offline-install/ + - title: Layer 7 routing upgrade + path: /datacenter/ucp/3.1/guides/interlock/deploy/upgrade/ + - sectiontitle: Configuration section: - - title: Simple swarm service - path: /datacenter/ucp/3.0/guides/user/interlock/usage/ - - title: Set a default service - path: /datacenter/ucp/3.0/guides/user/interlock/usage/default-service/ - - title: Applications with TLS - path: /datacenter/ucp/3.0/guides/user/interlock/usage/tls/ - - title: Application redirects - path: /datacenter/ucp/3.0/guides/user/interlock/usage/redirects/ - - title: Persistent (sticky) sessions - path: /datacenter/ucp/3.0/guides/user/interlock/usage/sessions/ - - title: Websockets - path: /datacenter/ucp/3.0/guides/user/interlock/usage/websockets/ - - title: Canary application instances - path: /datacenter/ucp/3.0/guides/user/interlock/usage/canary/ - - title: Service clusters - path: /datacenter/ucp/3.0/guides/user/interlock/usage/service-clusters/ - - title: Context/Path based routing - path: /datacenter/ucp/3.0/guides/user/interlock/usage/context/ - - title: Service labels reference - path: /datacenter/ucp/3.0/guides/user/interlock/usage/labels-reference/ - - title: Layer 7 routing upgrade - path: /datacenter/ucp/3.0/guides/user/interlock/upgrade/ + - title: Configure your deployment + path: /datacenter/ucp/3.1/guides/interlock/config/ + - title: Configuring host mode networking + path: /datacenter/ucp/3.1/guides/interlock/config/host-mode-networking/ + - title: Configuring an nginx extension + path: /datacenter/ucp/3.1/guides/interlock/config/nginx-config/ + - title: Tuning the proxy service + path: /datacenter/ucp/3.1/guides/interlock/config/tuning/ + - title: Updating Interlock services + path: /datacenter/ucp/3.1/guides/interlock/config/updates/ + - sectiontitle: Routing traffic to services + section: + - title: Deploying services + path: /datacenter/ucp/3.1/guides/interlock/usage/ + - title: Publishing a service as a canary instance + path: /datacenter/ucp/3.1/guides/interlock/usage/canary/ + - title: Using context or path-based routing + path: /datacenter/ucp/3.1/guides/interlock/usage/context/ + - title: Specifying a routing mode + path: /datacenter/ucp/3.1/guides/interlock/usage/interlock-vip-mode/ + - title: Using routing labels + path: /datacenter/ucp/3.1/guides/interlock/usage/labels-reference/ + - title: Implementing redirects + path: /datacenter/ucp/3.1/guides/interlock/usage/redirects/ + - title: Implementing a service cluster + path: /datacenter/ucp/3.1/guides/interlock/usage/service-clusters/ + - title: Implementing persistent (sticky) sessions + path: /datacenter/ucp/3.1/guides/interlock/usage/sessions/ + - title: Securing services with TLS + path: /datacenter/ucp/3.1/guides/interlock/usage/tls/ + - title: Configuring websockets + path: /datacenter/ucp/3.1/guides/interlock/usage/websockets/ - sectiontitle: Deploy apps with Kubernetes section: + - title: Access Kubernetes Resources + path: /datacenter/ucp/3.1/guides/kubernetes/kube-resources/ - title: Deploy a workload - path: /datacenter/ucp/3.0/guides/user/kubernetes/ + path: /datacenter/ucp/3.1/guides/kubernetes/ - title: Deploy a Compose-based app - path: /datacenter/ucp/3.0/guides/user/kubernetes/deploy-with-compose/ + path: /datacenter/ucp/3.1/guides/kubernetes/deploy-with-compose/ - title: Deploy an ingress controller - path: /datacenter/ucp/3.0/guides/user/kubernetes/layer-7-routing/ + path: /datacenter/ucp/3.1/guides/kubernetes/layer-7-routing/ - title: Create a service account for a Kubernetes app - path: /datacenter/ucp/3.0/guides/user/kubernetes/create-service-account/ - - title: Install a CNI plugin - path: /datacenter/ucp/3.0/guides/user/kubernetes/install-cni-plugin/ - - path: /datacenter/ucp/3.0/reference/api/ - title: API reference - - path: /ee/ucp/release-notes/#version-30 - title: Release notes - nosync: true - - path: /datacenter/ucp/3.0/guides/get-support/ - title: Get support - - sectiontitle: Universal Control Plane 2.2 - section: - - path: /datacenter/ucp/2.2/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/2.2/guides/architecture/ - title: Architecture - - sectiontitle: Administration + path: /datacenter/ucp/3.1/guides/kubernetes/create-service-account/ + - title: Install an unmanaged CNI plugin + path: /datacenter/ucp/3.1/guides/kubernetes/install-cni-plugin/ + - title: Kubernetes network encryption + path: /datacenter/ucp/3.1/guides/kubernetes/kubernetes-network-encryption/ + - sectiontitle: Persistent Storage + section: + - title: Use NFS Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-nfs-volumes/ + - title: Use Azure Disk Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-disk/ + - title: Use Azure Files Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-files/ + - title: Use AWS EBS Storage + path: /datacenter/ucp/3.1/guides/kubernetes/storage/configure-aws-storage/ + - title: API reference + path: /datacenter/ucp/3.1/reference/api/ + nosync: true + - path: /ee/ucp/release-notes/ + title: Release notes + - sectiontitle: Universal Control Plane 3.0 section: - - sectiontitle: Install + - path: /datacenter/ucp/3.0/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/3.0/guides/architecture/ + title: Architecture + - sectiontitle: Administration section: - - path: /datacenter/ucp/2.2/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/2.2/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/2.2/guides/admin/install/ - title: Install - - path: /datacenter/ucp/2.2/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/2.2/guides/admin/install/upgrade/ - title: Upgrade - - path: /datacenter/ucp/2.2/guides/admin/install/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/2.2/guides/admin/install/uninstall/ - title: Uninstall - - path: /datacenter/ucp/2.2/guides/admin/install/architecture-specific-images/ - title: Architecture-specific images - - sectiontitle: Configure + - sectiontitle: Install + section: + - path: /datacenter/ucp/3.0/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/ucp/3.0/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/3.0/guides/admin/install/ + title: Install + - path: /datacenter/ucp/3.0/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/ucp/3.0/guides/admin/install/install-on-azure/ + title: Install on Azure + - path: /datacenter/ucp/3.0/guides/admin/install/upgrade/ + title: Upgrade + - path: /datacenter/ucp/3.0/guides/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/3.0/guides/admin/install/uninstall/ + title: Uninstall + - path: /datacenter/ucp/3.0/guides/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure + section: + - path: /datacenter/ucp/3.0/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/3.0/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/3.0/guides/admin/configure/join-windows-worker-nodes/ + title: Join Windows worker nodes to a swarm + - path: /datacenter/ucp/3.0/guides/admin/configure/integrate-with-dtr/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/enable-ldap-config-file/ + title: Integrate with LDAP by using a configuration file + - path: /datacenter/ucp/3.0/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/3.0/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/3.0/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/3.0/guides/admin/configure/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/3.0/guides/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /datacenter/ucp/3.0/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/ucp/3.0/guides/admin/configure/store-logs-in-an-external-system/ + title: Store logs in an external system + - path: /datacenter/ucp/3.0/guides/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /datacenter/ucp/3.0/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/ucp/3.0/guides/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /datacenter/ucp/3.0/guides/admin/configure/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/3.0/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/3.0/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/ucp/3.0/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/3.0/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/3.0/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/3.0/reference/cli/example-config/ + title: example-config + - path: /datacenter/ucp/3.0/reference/cli/id/ + title: id + - path: /datacenter/ucp/3.0/reference/cli/images/ + title: images + - path: /datacenter/ucp/3.0/reference/cli/install/ + title: install + - path: /datacenter/ucp/3.0/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/3.0/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/3.0/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/3.0/reference/cli/support/ + title: support + - path: /datacenter/ucp/3.0/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/3.0/reference/cli/upgrade/ + title: upgrade + - sectiontitle: Access control section: - - path: /datacenter/ucp/2.2/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/2.2/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes/ - title: Join Windows worker nodes to a swarm - - path: /datacenter/ucp/2.2/guides/admin/configure/integrate-with-dtr/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/enable-ldap-config-file/ - title: Integrate with LDAP by using a configuration file - - path: /datacenter/ucp/2.2/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/2.2/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/2.2/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/2.2/guides/admin/configure/use-trusted-images-for-ci/ - title: Use trusted images for continuous integration - - path: /datacenter/ucp/2.2/guides/admin/configure/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/2.2/guides/admin/configure/set-session-timeout/ - title: Set the user's session timeout - - path: /datacenter/ucp/2.2/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/ucp/2.2/guides/admin/configure/store-logs-in-an-external-system/ - title: Store logs in an external system - - path: /datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file/ - title: UCP configuration file - - path: /datacenter/ucp/2.2/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/ucp/2.2/guides/admin/configure/use-node-local-network-in-swarm/ - title: Use a local node network in a swarm - - path: /datacenter/ucp/2.2/guides/admin/configure/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.2/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/2.2/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/2.2/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/2.2/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/2.2/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/2.2/reference/cli/example-config/ - title: example-config - - path: /datacenter/ucp/2.2/reference/cli/id/ - title: id - - path: /datacenter/ucp/2.2/reference/cli/images/ - title: images - - path: /datacenter/ucp/2.2/reference/cli/install/ - title: install - - path: /datacenter/ucp/2.2/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/2.2/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/2.2/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/2.2/reference/cli/support/ - title: support - - path: /datacenter/ucp/2.2/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/2.2/reference/cli/upgrade/ - title: upgrade - - sectiontitle: Access control - section: - - path: /datacenter/ucp/2.2/guides/access-control/ - title: Access control model - - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/2.2/guides/access-control/deploy-view-only-service/ - title: Deploy a service with view-only access across an organization - - path: /datacenter/ucp/2.2/guides/access-control/grant-permissions/ - title: Grant permissions to users based on roles - - path: /datacenter/ucp/2.2/guides/access-control/isolate-nodes-between-teams/ - title: Isolate swarm nodes to a specific team - - path: /datacenter/ucp/2.2/guides/access-control/isolate-volumes-between-teams/ - title: Isolate volumes between two different teams - - path: /datacenter/ucp/2.2/guides/access-control/manage-access-with-collections/ - title: Manage access to resources by using collections - - path: /datacenter/ucp/2.2/guides/access-control/access-control-node/ - title: Node access control - - path: /datacenter/ucp/2.2/guides/access-control/permission-levels/ - title: Permission levels - - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-standard/ - title: Access control design with Docker Enterprise Standard - - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-advanced/ - title: Access control design with Docker Enterprise Advanced - - path: /datacenter/ucp/2.2/guides/access-control/recover-a-user-password/ - title: Recover a user password - - sectiontitle: User guides - section: - - sectiontitle: Access UCP - section: - - path: /datacenter/ucp/2.2/guides/user/access-ucp/ - title: Web-based access - - path: /datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access/ - title: CLI-based access - - sectiontitle: Deploy an application - section: - - path: /datacenter/ucp/2.2/guides/user/services/deploy-a-service/ - title: Deploy a service - - path: /datacenter/ucp/2.2/guides/user/services/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.2/guides/user/services/ - title: Deploy an app from the UI - - path: /datacenter/ucp/2.2/guides/user/services/deploy-app-cli/ - title: Deploy an app from the CLI - - path: /datacenter/ucp/2.2/guides/user/services/deploy-stack-to-collection/ - title: Deploy application resources to a collection - - sectiontitle: Secrets - section: - - path: /datacenter/ucp/2.2/guides/user/secrets/ - title: Manage secrets - - path: /datacenter/ucp/2.2/guides/user/secrets/grant-revoke-access/ - title: Grant access to secrets - - path: /datacenter/ucp/2.2/reference/api/ - title: API reference - - path: /ee/ucp/release-notes/#version-22 - title: Release notes - nosync: true - - path: /datacenter/ucp/2.2/guides/get-support/ - title: Get support - - sectiontitle: Universal Control Plane 2.1 - section: - - path: /datacenter/ucp/2.1/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/2.1/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/ucp/2.1/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/ucp/2.1/guides/admin/install/plan-installation/ - title: Plan your installation - - path: /datacenter/ucp/2.1/guides/admin/install/ - title: Install - - path: /datacenter/ucp/2.1/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/ucp/2.1/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/ucp/2.1/guides/admin/upgrade-offline/ - title: Upgrade offline - - path: /datacenter/ucp/2.1/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/ucp/2.1/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/2.1/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/ucp/2.1/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/ucp/2.1/guides/admin/configure/add-labels-to-cluster-nodes/ - title: Add labels to cluster nodes - - path: /datacenter/ucp/2.1/guides/admin/configure/add-sans-to-cluster/ - title: Add SANs to cluster certificates - - path: /datacenter/ucp/2.1/guides/admin/configure/store-logs-in-an-external-system/ - title: Store logs in an external system - - path: /datacenter/ucp/2.1/guides/admin/configure/restrict-services-to-worker-nodes/ - title: Restrict services to worker nodes - - path: /datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.1/guides/admin/configure/run-only-the-images-you-trust/ - title: Run only the images you trust - - path: /datacenter/ucp/2.1/guides/admin/configure/use-trusted-images-for-ci/ - title: Use trusted images for continuous integration - - path: /datacenter/ucp/2.1/guides/admin/configure/integrate-with-dtr/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/2.1/guides/admin/configure/external-auth/ - title: Integrate with LDAP - - path: /datacenter/ucp/2.1/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: Manage users - section: - - path: /datacenter/ucp/2.1/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-users/ + - path: /datacenter/ucp/3.0/guides/access-control/ + title: Access control model + - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-users/ title: Create and manage users - - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-teams/ + - path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-teams/ title: Create and manage teams - - path: /datacenter/ucp/2.1/guides/admin/manage-users/permission-levels/ + - path: /datacenter/ucp/3.0/guides/access-control/deploy-view-only-service/ + title: Deploy a service with view-only access across an organization + - path: /datacenter/ucp/3.0/guides/access-control/grant-permissions/ + title: Grant permissions to users based on roles + - path: /datacenter/ucp/3.0/guides/access-control/isolate-nodes-between-teams/ + title: Isolate swarm nodes to a specific team + - path: /datacenter/ucp/3.0/guides/access-control/isolate-volumes-between-teams/ + title: Isolate volumes between two different teams + - path: /datacenter/ucp/3.0/guides/access-control/manage-access-with-collections/ + title: Manage access to resources by using collections + - path: /datacenter/ucp/3.0/guides/access-control/access-control-node/ + title: Node access control + - path: /datacenter/ucp/3.0/guides/access-control/permission-levels/ title: Permission levels - - path: /datacenter/ucp/2.1/guides/admin/manage-users/recover-a-user-password/ + - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-standard/ + title: Access control design with Docker Enterprise Standard + - path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-advanced/ + title: Access control design with Docker Enterprise Advanced + - path: /datacenter/ucp/3.0/guides/access-control/recover-a-user-password/ title: Recover a user password - - sectiontitle: Monitor and troubleshoot + - sectiontitle: User guides section: - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ - title: Troubleshoot node messages - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ - title: Troubleshoot configurations - - path: /datacenter/ucp/2.1/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/2.1/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/2.1/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/2.1/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/2.1/reference/cli/fingerprint/ - title: fingerprint - - path: /datacenter/ucp/2.1/reference/cli/id/ - title: id - - path: /datacenter/ucp/2.1/reference/cli/images/ - title: images - - path: /datacenter/ucp/2.1/reference/cli/install/ - title: install - - path: /datacenter/ucp/2.1/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/2.1/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/2.1/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/2.1/reference/cli/support/ - title: support - - path: /datacenter/ucp/2.1/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/2.1/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides + - sectiontitle: Access UCP + section: + - path: /datacenter/ucp/3.0/guides/user/access-ucp/ + title: Web-based access + - path: /datacenter/ucp/3.0/guides/user/access-ucp/cli-based-access/ + title: CLI-based access + - path: /datacenter/ucp/3.0/guides/user/access-ucp/kubectl/ + title: Install the Kubernetes CLI + - sectiontitle: Deploy apps with Swarm + section: + - path: /datacenter/ucp/3.0/guides/user/swarm/ + title: Deploy a single service + - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-multi-service-app/ + title: Deploy a multi-service app + - path: /datacenter/ucp/3.0/guides/user/swarm/deploy-to-collection/ + title: Deploy application resources to a collection + - path: /datacenter/ucp/3.0/guides/user/swarm/use-secrets/ + title: Use secrets in your services + - sectiontitle: Layer 7 routing + section: + - path: /datacenter/ucp/3.0/guides/user/interlock/ + title: Overview + - path: /datacenter/ucp/3.0/guides/user/interlock/architecture/ + title: Architecture + - sectiontitle: Deploy + section: + - title: Simple deployment + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/ + - title: Configure your deployment + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configure/ + - title: Production deployment + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/production/ + - title: Host mode networking + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/host-mode-networking/ + - title: Configuration reference + path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configuration-reference/ + - sectiontitle: Route traffic to services + section: + - title: Simple swarm service + path: /datacenter/ucp/3.0/guides/user/interlock/usage/ + - title: Set a default service + path: /datacenter/ucp/3.0/guides/user/interlock/usage/default-service/ + - title: Applications with TLS + path: /datacenter/ucp/3.0/guides/user/interlock/usage/tls/ + - title: Application redirects + path: /datacenter/ucp/3.0/guides/user/interlock/usage/redirects/ + - title: Persistent (sticky) sessions + path: /datacenter/ucp/3.0/guides/user/interlock/usage/sessions/ + - title: Websockets + path: /datacenter/ucp/3.0/guides/user/interlock/usage/websockets/ + - title: Canary application instances + path: /datacenter/ucp/3.0/guides/user/interlock/usage/canary/ + - title: Service clusters + path: /datacenter/ucp/3.0/guides/user/interlock/usage/service-clusters/ + - title: Context/Path based routing + path: /datacenter/ucp/3.0/guides/user/interlock/usage/context/ + - title: Service labels reference + path: /datacenter/ucp/3.0/guides/user/interlock/usage/labels-reference/ + - title: Layer 7 routing upgrade + path: /datacenter/ucp/3.0/guides/user/interlock/upgrade/ + - sectiontitle: Deploy apps with Kubernetes + section: + - title: Deploy a workload + path: /datacenter/ucp/3.0/guides/user/kubernetes/ + - title: Deploy a Compose-based app + path: /datacenter/ucp/3.0/guides/user/kubernetes/deploy-with-compose/ + - title: Deploy an ingress controller + path: /datacenter/ucp/3.0/guides/user/kubernetes/layer-7-routing/ + - title: Create a service account for a Kubernetes app + path: /datacenter/ucp/3.0/guides/user/kubernetes/create-service-account/ + - title: Install a CNI plugin + path: /datacenter/ucp/3.0/guides/user/kubernetes/install-cni-plugin/ + - path: /datacenter/ucp/3.0/reference/api/ + title: API reference + - path: /ee/ucp/release-notes/#version-30 + title: Release notes + nosync: true + - path: /datacenter/ucp/3.0/guides/get-support/ + title: Get support + - sectiontitle: Universal Control Plane 2.2 section: + - path: /datacenter/ucp/2.2/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/2.2/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/ucp/2.2/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/ucp/2.2/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/2.2/guides/admin/install/ + title: Install + - path: /datacenter/ucp/2.2/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/ucp/2.2/guides/admin/install/upgrade/ + title: Upgrade + - path: /datacenter/ucp/2.2/guides/admin/install/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/2.2/guides/admin/install/uninstall/ + title: Uninstall + - path: /datacenter/ucp/2.2/guides/admin/install/architecture-specific-images/ + title: Architecture-specific images + - sectiontitle: Configure + section: + - path: /datacenter/ucp/2.2/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/2.2/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes/ + title: Join Windows worker nodes to a swarm + - path: /datacenter/ucp/2.2/guides/admin/configure/integrate-with-dtr/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/enable-ldap-config-file/ + title: Integrate with LDAP by using a configuration file + - path: /datacenter/ucp/2.2/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/2.2/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/2.2/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/2.2/guides/admin/configure/use-trusted-images-for-ci/ + title: Use trusted images for continuous integration + - path: /datacenter/ucp/2.2/guides/admin/configure/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/2.2/guides/admin/configure/set-session-timeout/ + title: Set the user's session timeout + - path: /datacenter/ucp/2.2/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/ucp/2.2/guides/admin/configure/store-logs-in-an-external-system/ + title: Store logs in an external system + - path: /datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file/ + title: UCP configuration file + - path: /datacenter/ucp/2.2/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/ucp/2.2/guides/admin/configure/use-node-local-network-in-swarm/ + title: Use a local node network in a swarm + - path: /datacenter/ucp/2.2/guides/admin/configure/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.2/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/2.2/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/ucp/2.2/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/2.2/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/2.2/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/2.2/reference/cli/example-config/ + title: example-config + - path: /datacenter/ucp/2.2/reference/cli/id/ + title: id + - path: /datacenter/ucp/2.2/reference/cli/images/ + title: images + - path: /datacenter/ucp/2.2/reference/cli/install/ + title: install + - path: /datacenter/ucp/2.2/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/2.2/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/2.2/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/2.2/reference/cli/support/ + title: support + - path: /datacenter/ucp/2.2/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/2.2/reference/cli/upgrade/ + title: upgrade + - sectiontitle: Access control + section: + - path: /datacenter/ucp/2.2/guides/access-control/ + title: Access control model + - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/2.2/guides/access-control/deploy-view-only-service/ + title: Deploy a service with view-only access across an organization + - path: /datacenter/ucp/2.2/guides/access-control/grant-permissions/ + title: Grant permissions to users based on roles + - path: /datacenter/ucp/2.2/guides/access-control/isolate-nodes-between-teams/ + title: Isolate swarm nodes to a specific team + - path: /datacenter/ucp/2.2/guides/access-control/isolate-volumes-between-teams/ + title: Isolate volumes between two different teams + - path: /datacenter/ucp/2.2/guides/access-control/manage-access-with-collections/ + title: Manage access to resources by using collections + - path: /datacenter/ucp/2.2/guides/access-control/access-control-node/ + title: Node access control + - path: /datacenter/ucp/2.2/guides/access-control/permission-levels/ + title: Permission levels + - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-standard/ + title: Access control design with Docker Enterprise Standard + - path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-advanced/ + title: Access control design with Docker Enterprise Advanced + - path: /datacenter/ucp/2.2/guides/access-control/recover-a-user-password/ + title: Recover a user password + - sectiontitle: User guides + section: + - sectiontitle: Access UCP + section: + - path: /datacenter/ucp/2.2/guides/user/access-ucp/ + title: Web-based access + - path: /datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access/ + title: CLI-based access + - sectiontitle: Deploy an application + section: + - path: /datacenter/ucp/2.2/guides/user/services/deploy-a-service/ + title: Deploy a service + - path: /datacenter/ucp/2.2/guides/user/services/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.2/guides/user/services/ + title: Deploy an app from the UI + - path: /datacenter/ucp/2.2/guides/user/services/deploy-app-cli/ + title: Deploy an app from the CLI + - path: /datacenter/ucp/2.2/guides/user/services/deploy-stack-to-collection/ + title: Deploy application resources to a collection + - sectiontitle: Secrets + section: + - path: /datacenter/ucp/2.2/guides/user/secrets/ + title: Manage secrets + - path: /datacenter/ucp/2.2/guides/user/secrets/grant-revoke-access/ + title: Grant access to secrets + - path: /datacenter/ucp/2.2/reference/api/ + title: API reference + - path: /ee/ucp/release-notes/#version-22 + title: Release notes + nosync: true + - path: /datacenter/ucp/2.2/guides/get-support/ + title: Get support + - sectiontitle: Universal Control Plane 2.1 + section: + - path: /datacenter/ucp/2.1/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/2.1/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/ucp/2.1/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/ucp/2.1/guides/admin/install/plan-installation/ + title: Plan your installation + - path: /datacenter/ucp/2.1/guides/admin/install/ + title: Install + - path: /datacenter/ucp/2.1/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/ucp/2.1/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/ucp/2.1/guides/admin/upgrade-offline/ + title: Upgrade offline + - path: /datacenter/ucp/2.1/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/ucp/2.1/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/2.1/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/ucp/2.1/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/ucp/2.1/guides/admin/configure/add-labels-to-cluster-nodes/ + title: Add labels to cluster nodes + - path: /datacenter/ucp/2.1/guides/admin/configure/add-sans-to-cluster/ + title: Add SANs to cluster certificates + - path: /datacenter/ucp/2.1/guides/admin/configure/store-logs-in-an-external-system/ + title: Store logs in an external system + - path: /datacenter/ucp/2.1/guides/admin/configure/restrict-services-to-worker-nodes/ + title: Restrict services to worker nodes + - path: /datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.1/guides/admin/configure/run-only-the-images-you-trust/ + title: Run only the images you trust + - path: /datacenter/ucp/2.1/guides/admin/configure/use-trusted-images-for-ci/ + title: Use trusted images for continuous integration + - path: /datacenter/ucp/2.1/guides/admin/configure/integrate-with-dtr/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/2.1/guides/admin/configure/external-auth/ + title: Integrate with LDAP + - path: /datacenter/ucp/2.1/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - sectiontitle: Manage users + section: + - path: /datacenter/ucp/2.1/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/2.1/guides/admin/manage-users/permission-levels/ + title: Permission levels + - path: /datacenter/ucp/2.1/guides/admin/manage-users/recover-a-user-password/ + title: Recover a user password + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/ + title: Troubleshoot node messages + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/ + title: Troubleshoot configurations + - path: /datacenter/ucp/2.1/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/ucp/2.1/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/2.1/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/2.1/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/2.1/reference/cli/fingerprint/ + title: fingerprint + - path: /datacenter/ucp/2.1/reference/cli/id/ + title: id + - path: /datacenter/ucp/2.1/reference/cli/images/ + title: images + - path: /datacenter/ucp/2.1/reference/cli/install/ + title: install + - path: /datacenter/ucp/2.1/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/2.1/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/2.1/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/2.1/reference/cli/support/ + title: support + - path: /datacenter/ucp/2.1/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/2.1/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access UCP + section: + - path: /datacenter/ucp/2.1/guides/user/access-ucp/ + title: Web-based access + - path: /datacenter/ucp/2.1/guides/user/access-ucp/cli-based-access/ + title: CLI-based access + - sectiontitle: Deploy an application + section: + - path: /datacenter/ucp/2.1/guides/user/services/deploy-a-service/ + title: Deploy a service + - path: /datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services/ + title: Use domain names to access services + - path: /datacenter/ucp/2.1/guides/user/services/ + title: Deploy an app from the UI + - path: /datacenter/ucp/2.1/guides/user/services/deploy-app-cli/ + title: Deploy an app from the CLI + - sectiontitle: Secrets + section: + - path: /datacenter/ucp/2.1/guides/user/secrets/ + title: Manage secrets + - path: /datacenter/ucp/2.1/guides/user/secrets/grant-revoke-access/ + title: Grant access to secrets + - sectiontitle: Release notes + section: + - path: /datacenter/ucp/2.1/guides/release-notes/ + title: Release notes + - path: /datacenter/ucp/2.1/guides/release-notes/incompatibilities-and-breaking-changes/ + title: Incompatibilities and breaking changes + - path: /datacenter/ucp/2.1/guides/get-support/ + title: Get support + - sectiontitle: Universal Control Plane 2.0 + section: + - path: /datacenter/ucp/2.0/guides/ + title: Universal Control Plane overview + - path: /datacenter/ucp/2.0/guides/architecture/ + title: Architecture + - sectiontitle: Installation + section: + - path: /datacenter/ucp/2.0/guides/installation/system-requirements/ + title: System requirements + - path: /datacenter/ucp/2.0/guides/installation/plan-production-install/ + title: Plan a production installation + - path: /datacenter/ucp/2.0/guides/installation/ + title: Install UCP for production + - path: /datacenter/ucp/2.0/guides/installation/install-offline/ + title: Install offline + - path: /datacenter/ucp/2.0/guides/installation/license/ + title: License UCP + - path: /datacenter/ucp/2.0/guides/installation/scale-your-cluster/ + title: Scale your cluster + - path: /datacenter/ucp/2.0/guides/installation/upgrade/ + title: Upgrade UCP + - path: /datacenter/ucp/2.0/guides/installation/uninstall/ + title: Uninstall UCP - sectiontitle: Access UCP section: - - path: /datacenter/ucp/2.1/guides/user/access-ucp/ + - path: /datacenter/ucp/2.0/guides/access-ucp/ title: Web-based access - - path: /datacenter/ucp/2.1/guides/user/access-ucp/cli-based-access/ + - path: /datacenter/ucp/2.0/guides/access-ucp/cli-based-access/ title: CLI-based access - - sectiontitle: Deploy an application + - sectiontitle: Configuration section: - - path: /datacenter/ucp/2.1/guides/user/services/deploy-a-service/ - title: Deploy a service - - path: /datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services/ - title: Use domain names to access services - - path: /datacenter/ucp/2.1/guides/user/services/ + - path: /datacenter/ucp/2.0/guides/configuration/ + title: Use externally-signed certificates + - path: /datacenter/ucp/2.0/guides/configuration/configure-logs/ + title: Configure UCP logging + - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-dtr/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-ldap/ + title: Integrate with LDAP + - path: /datacenter/ucp/2.0/guides/configuration/route-hostnames/ + title: Route hostnames to services + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/ucp/2.0/guides/monitor/ + title: Monitor your cluster + - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot/ + title: Troubleshoot your cluster + - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot-configurations/ + title: Troubleshoot cluster configurations + - sectiontitle: High-availability + section: + - path: /datacenter/ucp/2.0/guides/high-availability/ + title: Set up high availability + - path: /datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/ucp/2.0/guides/user-management/ + title: Authentication and authorization + - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/2.0/guides/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Applications + section: + - path: /datacenter/ucp/2.0/guides/applications/ title: Deploy an app from the UI - - path: /datacenter/ucp/2.1/guides/user/services/deploy-app-cli/ + - path: /datacenter/ucp/2.0/guides/applications/deploy-app-cli/ title: Deploy an app from the CLI - - sectiontitle: Secrets + - sectiontitle: Content trust section: - - path: /datacenter/ucp/2.1/guides/user/secrets/ - title: Manage secrets - - path: /datacenter/ucp/2.1/guides/user/secrets/grant-revoke-access/ - title: Grant access to secrets - - sectiontitle: Release notes - section: - - path: /datacenter/ucp/2.1/guides/release-notes/ - title: Release notes - - path: /datacenter/ucp/2.1/guides/release-notes/incompatibilities-and-breaking-changes/ - title: Incompatibilities and breaking changes - - path: /datacenter/ucp/2.1/guides/get-support/ - title: Get support - - sectiontitle: Universal Control Plane 2.0 - section: - - path: /datacenter/ucp/2.0/guides/ - title: Universal Control Plane overview - - path: /datacenter/ucp/2.0/guides/architecture/ - title: Architecture - - sectiontitle: Installation - section: - - path: /datacenter/ucp/2.0/guides/installation/system-requirements/ - title: System requirements - - path: /datacenter/ucp/2.0/guides/installation/plan-production-install/ - title: Plan a production installation - - path: /datacenter/ucp/2.0/guides/installation/ - title: Install UCP for production - - path: /datacenter/ucp/2.0/guides/installation/install-offline/ - title: Install offline - - path: /datacenter/ucp/2.0/guides/installation/license/ - title: License UCP - - path: /datacenter/ucp/2.0/guides/installation/scale-your-cluster/ - title: Scale your cluster - - path: /datacenter/ucp/2.0/guides/installation/upgrade/ - title: Upgrade UCP - - path: /datacenter/ucp/2.0/guides/installation/uninstall/ - title: Uninstall UCP - - sectiontitle: Access UCP - section: - - path: /datacenter/ucp/2.0/guides/access-ucp/ - title: Web-based access - - path: /datacenter/ucp/2.0/guides/access-ucp/cli-based-access/ - title: CLI-based access - - sectiontitle: Configuration - section: - - path: /datacenter/ucp/2.0/guides/configuration/ - title: Use externally-signed certificates - - path: /datacenter/ucp/2.0/guides/configuration/configure-logs/ - title: Configure UCP logging - - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-dtr/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/2.0/guides/configuration/integrate-with-ldap/ - title: Integrate with LDAP - - path: /datacenter/ucp/2.0/guides/configuration/route-hostnames/ - title: Route hostnames to services - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/2.0/guides/monitor/ - title: Monitor your cluster - - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot/ - title: Troubleshoot your cluster - - path: /datacenter/ucp/2.0/guides/monitor/troubleshoot-configurations/ - title: Troubleshoot cluster configurations - - sectiontitle: High-availability - section: - - path: /datacenter/ucp/2.0/guides/high-availability/ - title: Set up high availability - - path: /datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /datacenter/ucp/2.0/guides/user-management/ - title: Authentication and authorization - - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/2.0/guides/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Applications - section: - - path: /datacenter/ucp/2.0/guides/applications/ - title: Deploy an app from the UI - - path: /datacenter/ucp/2.0/guides/applications/deploy-app-cli/ - title: Deploy an app from the CLI - - sectiontitle: Content trust - section: - - path: /datacenter/ucp/2.0/guides/content-trust/ - title: Run only images you trust - - path: /datacenter/ucp/2.0/guides/content-trust/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/ucp/2.0/guides/content-trust/continuous-integration/ - title: Use trusted images for continuous integration - - sectiontitle: CLI reference - section: - - path: /datacenter/ucp/2.0/reference/cli/ - title: docker/ucp overview - - path: /datacenter/ucp/2.0/reference/cli/backup/ - title: backup - - path: /datacenter/ucp/2.0/reference/cli/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/2.0/reference/cli/fingerprint/ - title: fingerprint - - path: /datacenter/ucp/2.0/reference/cli/id/ - title: id - - path: /datacenter/ucp/2.0/reference/cli/images/ - title: images - - path: /datacenter/ucp/2.0/reference/cli/install/ - title: install - - path: /datacenter/ucp/2.0/reference/cli/restart/ - title: restart - - path: /datacenter/ucp/2.0/reference/cli/restore/ - title: restore - - path: /datacenter/ucp/2.0/reference/cli/stop/ - title: stop - - path: /datacenter/ucp/2.0/reference/cli/support/ - title: support - - path: /datacenter/ucp/2.0/reference/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /datacenter/ucp/2.0/reference/cli/upgrade/ - title: upgrade - - path: /datacenter/ucp/2.0/guides/support/ - title: Get support - - path: /datacenter/ucp/2.0/guides/release-notes/ - title: Release notes - - sectiontitle: Universal Control Plane 1.0 - section: - - path: /datacenter/ucp/1.1/overview/ - title: Universal Control Plane overview - - path: /datacenter/ucp/1.1/install-sandbox/ - title: Install DDC in a sandbox for evaluation - - path: /datacenter/ucp/1.1/install-sandbox-2/ - title: Evaluate DDC in a sandbox deployment - - path: /datacenter/ucp/1.1/architecture/ - title: Architecture - - sectiontitle: Installation - section: - - path: /datacenter/ucp/1.1/installation/system-requirements/ - title: System requirements - - path: /datacenter/ucp/1.1/installation/plan-production-install/ - title: Plan a production installation - - path: /datacenter/ucp/1.1/installation/install-production/ - title: Install UCP for production - - path: /datacenter/ucp/1.1/installation/install-offline/ - title: Install offline - - path: /datacenter/ucp/1.1/installation/license/ - title: License UCP - - path: /datacenter/ucp/1.1/installation/upgrade/ - title: Upgrade UCP - - path: /datacenter/ucp/1.1/installation/uninstall/ - title: Uninstall UCP - - sectiontitle: Access UCP - section: - - path: /datacenter/ucp/1.1/access-ucp/web-based-access/ - title: Web-based access - - path: /datacenter/ucp/1.1/access-ucp/cli-based-access/ - title: CLI-based access - - sectiontitle: Configuration - section: - - path: /datacenter/ucp/1.1/configuration/use-externally-signed-certs/ - title: Use externally-signed certificates - - path: /datacenter/ucp/1.1/configuration/configure-logs/ - title: Configure UCP logging - - path: /datacenter/ucp/1.1/configuration/dtr-integration/ - title: Integrate with Docker Trusted Registry - - path: /datacenter/ucp/1.1/configuration/ldap-integration/ - title: Integrate with LDAP - - path: /datacenter/ucp/1.1/configuration/multi-host-networking/ - title: Set up container networking - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/ucp/1.1/monitor/monitor-ucp/ - title: Monitor your cluster - - path: /datacenter/ucp/1.1/monitor/troubleshoot-ucp/ - title: Troubleshoot your cluster - - path: /datacenter/ucp/1.1/monitor/troubleshoot-configurations/ - title: Troubleshoot cluster configurations - - sectiontitle: High-availability - section: - - path: /datacenter/ucp/1.1/high-availability/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/ucp/1.1/high-availability/replicate-cas/ - title: Replicate CAs for high availability - - path: /datacenter/ucp/1.1/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /datacenter/ucp/1.1/user-management/authentication-and-authorization/ - title: Authentication and authorization - - path: /datacenter/ucp/1.1/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/ucp/1.1/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/ucp/1.1/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Applications - section: - - path: /datacenter/ucp/1.1/applications/deploy-app-ui/ - title: Deploy an app from the UI - - path: /datacenter/ucp/1.1/applications/deploy-app-cli/ - title: Deploy an app from the CLI - - sectiontitle: UCP tool CLI - section: - - path: /datacenter/ucp/1.1/reference/ - title: UCP tool v1.1 overview - - path: /datacenter/ucp/1.1/reference/backup/ - title: backup - - path: /datacenter/ucp/1.1/reference/dump-certs/ - title: dump-certs - - path: /datacenter/ucp/1.1/reference/engine-discovery/ - title: engine-discovery - - path: /datacenter/ucp/1.1/reference/fingerprint/ - title: fingerprint - - path: /datacenter/ucp/1.1/reference/help/ - title: help - - path: /datacenter/ucp/1.1/reference/id/ - title: id - - path: /datacenter/ucp/1.1/reference/images/ - title: images - - path: /datacenter/ucp/1.1/reference/install/ - title: install - - path: /datacenter/ucp/1.1/reference/join/ - title: join - - path: /datacenter/ucp/1.1/reference/regen-certs/ - title: regen-certs - - path: /datacenter/ucp/1.1/reference/restart/ - title: restart - - path: /datacenter/ucp/1.1/reference/restore/ - title: restore - - path: /datacenter/ucp/1.1/reference/stop/ - title: stop - - path: /datacenter/ucp/1.1/reference/support/ - title: support - - path: /datacenter/ucp/1.1/reference/uninstall/ - title: uninstall - - path: /datacenter/ucp/1.1/reference/upgrade/ - title: upgrade - - path: /datacenter/ucp/1.1/support/ + - path: /datacenter/ucp/2.0/guides/content-trust/ + title: Run only images you trust + - path: /datacenter/ucp/2.0/guides/content-trust/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/ucp/2.0/guides/content-trust/continuous-integration/ + title: Use trusted images for continuous integration + - sectiontitle: CLI reference + section: + - path: /datacenter/ucp/2.0/reference/cli/ + title: docker/ucp overview + - path: /datacenter/ucp/2.0/reference/cli/backup/ + title: backup + - path: /datacenter/ucp/2.0/reference/cli/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/2.0/reference/cli/fingerprint/ + title: fingerprint + - path: /datacenter/ucp/2.0/reference/cli/id/ + title: id + - path: /datacenter/ucp/2.0/reference/cli/images/ + title: images + - path: /datacenter/ucp/2.0/reference/cli/install/ + title: install + - path: /datacenter/ucp/2.0/reference/cli/restart/ + title: restart + - path: /datacenter/ucp/2.0/reference/cli/restore/ + title: restore + - path: /datacenter/ucp/2.0/reference/cli/stop/ + title: stop + - path: /datacenter/ucp/2.0/reference/cli/support/ + title: support + - path: /datacenter/ucp/2.0/reference/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /datacenter/ucp/2.0/reference/cli/upgrade/ + title: upgrade + - path: /datacenter/ucp/2.0/guides/support/ title: Get support - - path: /datacenter/ucp/1.1/release_notes/ - title: Release notes -- sectiontitle: Docker Trusted Registry - section: - - path: /ee/dtr/ - title: Docker Trusted Registry overview - - path: /ee/dtr/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /ee/dtr/admin/install/system-requirements/ - title: System requirements - - path: /ee/dtr/admin/install/ - title: Install - - path: /ee/dtr/admin/install/install-offline/ - title: Install offline - - path: /ee/dtr/admin/upgrade/ - title: Upgrade - - path: /ee/dtr/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /ee/dtr/admin/configure/license-your-installation/ - title: License your installation - - path: /ee/dtr/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /ee/dtr/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - path: /ee/dtr/admin/configure/disable-persistent-cookies/ - title: Disable persistent cookies - - sectiontitle: External storage - section: - - path: /ee/dtr/admin/configure/external-storage/ - title: Overview - - path: /ee/dtr/admin/configure/external-storage/storage-backend-migration/ - title: Switch storage backends - - path: /ee/dtr/admin/configure/external-storage/s3/ - title: S3 - - path: /ee/dtr/admin/configure/external-storage/nfs/ - title: NFS - - path: /ee/dtr/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /ee/dtr/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /ee/dtr/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - title: Cache overview - path: /ee/dtr/admin/configure/deploy-caches/ - - title: Cache deployment strategy - path: /ee/dtr/admin/configure/deploy-caches/strategy/ - - title: Deploy a DTR cache with Docker Swarm - path: /ee/dtr/admin/configure/deploy-caches/simple/ - - title: Deploy a DTR cache with Kubernetes - path: /ee/dtr/admin/configure/deploy-caches/simple-kube/ - - title: Configure caches for high availability - path: /ee/dtr/admin/configure/deploy-caches/high-availability/ - - title: Cache configuration reference - path: /ee/dtr/admin/configure/deploy-caches/configuration-reference/ - - path: /ee/dtr/admin/configure/garbage-collection/ - title: Garbage collection - - title: Allow users to create repositories when pushing - path: /ee/dtr/admin/configure/allow-creation-on-push/ - - path: /ee/dtr/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /ee/dtr/admin/manage-users/ - title: Authentication and authorization - - path: /ee/dtr/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /ee/dtr/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /ee/dtr/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /ee/dtr/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Manage webhooks - section: - - title: Create and manage webhooks - path: /ee/dtr/admin/manage-webhooks/ - - title: Use the web interface - path: /ee/dtr/admin/manage-webhooks/use-the-web-ui/ - - title: Use the API - path: /ee/dtr/admin/manage-webhooks/use-the-api/ - - sectiontitle: Manage jobs - section: - - path: /ee/dtr/admin/manage-jobs/job-queue/ - title: Job Queue - - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-ui/ - title: Audit Jobs with the Web Interface - - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-api/ - title: Audit Jobs with the API - - path: /ee/dtr/admin/manage-jobs/auto-delete-job-logs/ - title: Enable Auto-Deletion of Job Logs - - sectiontitle: Monitor and troubleshoot - section: - - path: /ee/dtr/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /ee/dtr/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /ee/dtr/admin/monitor-and-troubleshoot/troubleshoot-dtr/ - title: Troubleshoot Docker Trusted Registry - - sectiontitle: Disaster recovery - section: - - title: Overview - path: /ee/dtr/admin/disaster-recovery/ - - title: Repair a single replica - path: /ee/dtr/admin/disaster-recovery/repair-a-single-replica/ - - title: Repair a cluster - path: /ee/dtr/admin/disaster-recovery/repair-a-cluster/ - - title: Create a backup - path: /ee/admin/backup/back-up-dtr/ - - title: Restore from a backup - path: /ee/admin/restore/restore-dtr/ - - title: CLI reference - path: /reference/dtr/2.7/cli/ - nosync: true - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /ee/dtr/user/access-dtr/ - title: Configure your Docker daemon - - path: /ee/dtr/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /ee/dtr/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /ee/dtr/user/manage-images/ - title: Create a repository - - path: /ee/dtr/user/manage-images/review-repository-info/ - title: Review repository info - - path: /ee/dtr/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /ee/dtr/user/manage-images/delete-images/ - title: Delete images - - path: /ee/dtr/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - title: Override a vulnerability - path: /ee/dtr/user/manage-images/override-a-vulnerability/ - - path: /ee/dtr/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /ee/dtr/user/manage-images/sign-images/ - title: Sign an image - - path: /ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp/ - title: Trust with a Remote UCP - - sectiontitle: Promotion policies and mirroring - section: - - title: Overview - path: /ee/dtr/user/promotion-policies/ - - title: Promote an image using policies - path: /ee/dtr/user/promotion-policies/internal-promotion/ - - title: Mirror images to another registry - path: /ee/dtr/user/promotion-policies/push-mirror/ - - title: Mirror images from another registry - path: /ee/dtr/user/promotion-policies/pull-mirror/ - - title: Template reference - path: /ee/dtr/user/promotion-policies/templates/ - - sectiontitle: Manage repository events - section: - - title: Audit repository events - path: /ee/dtr/user/audit-repository-events/ - - title: Auto-delete repository events - path: /ee/dtr/admin/configure/auto-delete-repo-events/ - - title: Manage applications - path: /ee/dtr/user/manage-applications/ - - title: Manage access tokens - path: /ee/dtr/user/access-tokens/ - - title: Tag pruning - path: /ee/dtr/user/tag-pruning/ - - title: API reference - path: /reference/dtr/2.7/api/ - nosync: true - - path: /ee/dtr/release-notes/ - title: Release notes - - sectiontitle: Previous versions - section: - - sectiontitle: Docker Trusted Registry 2.6 - section: - - path: /datacenter/dtr/2.6/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.6/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.6/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.6/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.6/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.6/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.6/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.6/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.6/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.6/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/storage-backend-migration/ - title: Switch storage backends - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - title: Cache overview - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/ - - title: Cache deployment strategy - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/strategy/ - - title: Deploy a DTR cache with Docker Swarm - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple/ - - title: Deploy a DTR cache with Kubernetes - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple-kube/ - - title: Configure caches for high availability - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/high-availability/ - - title: Cache configuration reference - path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/configuration-reference/ - - path: /datacenter/dtr/2.6/guides/admin/configure/garbage-collection/ - title: Garbage collection - - title: Allow users to create repositories when pushing - path: /datacenter/dtr/2.6/guides/admin/configure/allow-creation-on-push/ - - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.6/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.6/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Manage webhooks - section: - - title: Create and manage webhooks - path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/ - - title: Use the web interface - path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-web-ui/ - - title: Use the API - path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-api/ - - sectiontitle: Manage jobs - section: - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/job-queue/ - title: Job Queue - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-ui/ - title: Audit Jobs with the Web Interface - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-api/ - title: Audit Jobs with the API - - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/auto-delete-job-logs/ - title: Enable Auto-Deletion of Job Logs - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ - title: Troubleshoot Docker Trusted Registry - - sectiontitle: Disaster recovery - section: - - title: Overview - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/ - - title: Repair a single replica - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-single-replica/ - - title: Repair a cluster - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-cluster/ - - title: Create a backup - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/create-a-backup/ - - title: Restore from a backup - path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/restore-from-backup/ - - sectiontitle: CLI Reference - section: - - path: /datacenter/dtr/2.6/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.6/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.6/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.6/reference/cli/emergency-repair/ - title: emergency-repair - - path: /datacenter/dtr/2.6/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.6/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.6/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.6/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.6/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.6/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.6/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.6/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.6/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.6/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.6/guides/user/manage-images/review-repository-info/ - title: Review repository info - - path: /datacenter/dtr/2.6/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.6/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.6/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - title: Override a vulnerability - path: /datacenter/dtr/2.6/guides/user/manage-images/override-a-vulnerability/ - - path: /datacenter/dtr/2.6/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/trust-with-remote-ucp/ - title: Trust with a Remote UCP - - sectiontitle: Promotion policies and mirroring - section: - - title: Overview - path: /datacenter/dtr/2.6/guides/user/promotion-policies/ - - title: Promote an image using policies - path: /datacenter/dtr/2.6/guides/user/promotion-policies/internal-promotion/ - - title: Mirror images to another registry - path: /datacenter/dtr/2.6/guides/user/promotion-policies/push-mirror/ - - title: Mirror images from another registry - path: /datacenter/dtr/2.6/guides/user/promotion-policies/pull-mirror/ - - title: Template reference - path: /datacenter/dtr/2.6/guides/user/promotion-policies/templates/ - - sectiontitle: Manage repository events - section: - - title: Audit repository events - path: /datacenter/dtr/2.6/guides/user/audit-repository-events/ - - title: Auto-delete repository events - path: /datacenter/dtr/2.6/guides/admin/configure/auto-delete-repo-events/ - - title: Manage access tokens - path: /datacenter/dtr/2.6/guides/user/access-tokens/ - - title: Tag pruning - path: /datacenter/dtr/2.6/guides/user/tag-pruning/ - - title: API reference - path: /datacenter/dtr/2.6/reference/api/ - nosync: true - - path: /datacenter/dtr/2.6/guides/release-notes/ - title: Release notes - - sectiontitle: Docker Trusted Registry 2.5 - section: - - path: /datacenter/dtr/2.5/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.5/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.5/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.5/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.5/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.5/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.5/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.5/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.5/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.5/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/strategy/ - title: Cache deployment strategy - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/simple/ - title: Deploy a DTR cache - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/high-availability/ - title: Configure caches for high availability - - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/configuration-reference/ - title: Cache configuration reference - - path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/ - title: Garbage collection - - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.5/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.5/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ - title: Troubleshoot Docker Trusted Registry - - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.5/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.5/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.5/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.5/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.5/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.5/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.5/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.5/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.5/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.5/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.5/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.5/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.5/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.5/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.5/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.5/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.5/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.5/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - path: /datacenter/dtr/2.5/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.5/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.5/guides/user/create-promotion-policies/ - title: Create promotion policies - - path: /datacenter/dtr/2.5/reference/api/ - title: API reference - - path: /ee/dtr/release-notes/ - title: Release notes - nosync: true - - path: /datacenter/dtr/2.5/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.4 - section: - - path: /datacenter/dtr/2.4/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.4/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.4/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.4/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.4/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.4/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.4/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.4/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.4/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.4/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/tls/ - title: Deploy caches with TLS - - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/chaining/ - title: Chain multiple caches - - path: /datacenter/dtr/2.4/guides/admin/configure/garbage-collection/ - title: Garbage collection - - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.4/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.4/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ - title: Check Notary audit logs - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.4/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.4/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.4/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.4/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.4/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.4/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.4/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.4/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.4/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.4/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.4/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.4/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.4/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.4/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.4/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.4/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.4/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - path: /datacenter/dtr/2.4/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.4/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.4/guides/user/create-promotion-policies/ - title: Create promotion policies - - path: /datacenter/dtr/2.4/reference/api/ - title: API reference - - path: /ee/dtr/release-notes/ - title: Release notes - nosync: true - - path: /datacenter/dtr/2.4/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.3 - section: - - path: /datacenter/dtr/2.3/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.3/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.3/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.3/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.3/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.3/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.3/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.3/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.3/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - path: /datacenter/dtr/2.3/guides/admin/configure/enable-single-sign-on/ - title: Enable single sign-on - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/tls/ - title: Deploy caches with TLS - - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/chaining/ - title: Chain multiple caches - - path: /datacenter/dtr/2.3/guides/admin/configure/garbage-collection/ - title: Garbage collection - - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-web-proxy/ - title: Use a web proxy - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.3/guides/admin/manage-users/ - title: Authentication and authorization - - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.3/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.3/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.3/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.3/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.3/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.3/reference/cli/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.3/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.3/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.3/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.3/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.3/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.3/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.3/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.3/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.3/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.3/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.3/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.3/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.3/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - path: /datacenter/dtr/2.3/guides/user/manage-images/prevent-tags-from-being-overwritten/ - title: Prevent tags from being overwritten - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.3/guides/user/create-promotion-policies/ - title: Create promotion policies - - path: /datacenter/dtr/2.3/reference/api/ - title: API reference - - path: /datacenter/dtr/2.3/guides/release-notes/ - title: Release notes - - path: /datacenter/dtr/2.3/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.2 - section: - - path: /datacenter/dtr/2.2/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.2/guides/architecture/ - title: Architecture - - sectiontitle: Administration - section: - - sectiontitle: Install - section: - - path: /datacenter/dtr/2.2/guides/admin/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.2/guides/admin/install/ - title: Install - - path: /datacenter/dtr/2.2/guides/admin/install/install-offline/ - title: Install offline - - path: /datacenter/dtr/2.2/guides/admin/upgrade/ - title: Upgrade - - path: /datacenter/dtr/2.2/guides/admin/install/uninstall/ - title: Uninstall - - sectiontitle: Configure - section: - - path: /datacenter/dtr/2.2/guides/admin/configure/license-your-installation/ - title: License your installation - - path: /datacenter/dtr/2.2/guides/admin/configure/use-your-own-tls-certificates/ - title: Use your own TLS certificates - - sectiontitle: External storage - section: - - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/ - title: Overview - - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/s3/ - title: S3 - - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/nfs/ - title: NFS - - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.2/guides/admin/configure/use-a-load-balancer/ - title: Use a load balancer - - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans/ - title: Set up vulnerability scans - - sectiontitle: Deploy caches - section: - - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/ - title: Overview - - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/tls/ - title: Deploy caches with TLS - - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/chaining/ - title: Chain multiple caches - - path: /datacenter/dtr/2.2/guides/admin/configure/garbage-collection/ - title: Garbage collection - - sectiontitle: Manage users - section: - - path: /datacenter/dtr/2.2/guides/admin/manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.2/guides/admin/manage-users/permission-levels/ - title: Permission levels - - sectiontitle: Monitor and troubleshoot - section: - - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/ - title: Monitor the cluster status - - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ - title: Troubleshoot with logs - - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ - title: Troubleshoot batch jobs - - path: /datacenter/dtr/2.2/guides/admin/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: CLI reference - section: - - path: /datacenter/dtr/2.2/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.2/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.2/reference/cli/destroy/ - title: destroy - - path: /datacenter/dtr/2.2/reference/cli/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.2/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.2/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.2/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.2/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.2/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.2/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.2/reference/cli/upgrade/ - title: upgrade - - sectiontitle: User guides - section: - - sectiontitle: Access DTR - section: - - path: /datacenter/dtr/2.2/guides/user/access-dtr/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client/ - title: Configure your Notary client - - path: /datacenter/dtr/2.2/guides/user/access-dtr/use-a-cache/ - title: Use a cache - - sectiontitle: Manage images - section: - - path: /datacenter/dtr/2.2/guides/user/manage-images/ - title: Create a repository - - path: /datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images/ - title: Pull and push images - - path: /datacenter/dtr/2.2/guides/user/manage-images/delete-images/ - title: Delete images - - path: /datacenter/dtr/2.2/guides/user/manage-images/scan-images-for-vulnerabilities/ - title: Scan images for vulnerabilities - - sectiontitle: Sign images - section: - - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/ - title: Sign an image - - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/delegate-image-signing/ - title: Delegate image signing - - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/manage-trusted-repositories/ - title: Manage trusted repositories - - path: /datacenter/dtr/2.2/guides/user/create-and-manage-webhooks/ - title: Create and manage webhooks - - path: /datacenter/dtr/2.2/reference/api/ - title: API reference - - sectiontitle: Release notes - section: - - path: /datacenter/dtr/2.2/guides/release-notes/ + - path: /datacenter/ucp/2.0/guides/release-notes/ title: Release notes - - path: /datacenter/dtr/2.2/guides/release-notes/incompatibilities-and-breaking-changes/ - title: Incompatibilities and breaking changes - - path: /datacenter/dtr/2.2/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.1 - section: - - path: /datacenter/dtr/2.1/guides/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.1/guides/architecture/ - title: Architecture - - sectiontitle: Installation + - sectiontitle: Universal Control Plane 1.0 section: - - path: /datacenter/dtr/2.1/guides/install/system-requirements/ + - path: /datacenter/ucp/1.1/overview/ + title: Universal Control Plane overview + - path: /datacenter/ucp/1.1/install-sandbox/ + title: Install DDC in a sandbox for evaluation + - path: /datacenter/ucp/1.1/install-sandbox-2/ + title: Evaluate DDC in a sandbox deployment + - path: /datacenter/ucp/1.1/architecture/ + title: Architecture + - sectiontitle: Installation + section: + - path: /datacenter/ucp/1.1/installation/system-requirements/ + title: System requirements + - path: /datacenter/ucp/1.1/installation/plan-production-install/ + title: Plan a production installation + - path: /datacenter/ucp/1.1/installation/install-production/ + title: Install UCP for production + - path: /datacenter/ucp/1.1/installation/install-offline/ + title: Install offline + - path: /datacenter/ucp/1.1/installation/license/ + title: License UCP + - path: /datacenter/ucp/1.1/installation/upgrade/ + title: Upgrade UCP + - path: /datacenter/ucp/1.1/installation/uninstall/ + title: Uninstall UCP + - sectiontitle: Access UCP + section: + - path: /datacenter/ucp/1.1/access-ucp/web-based-access/ + title: Web-based access + - path: /datacenter/ucp/1.1/access-ucp/cli-based-access/ + title: CLI-based access + - sectiontitle: Configuration + section: + - path: /datacenter/ucp/1.1/configuration/use-externally-signed-certs/ + title: Use externally-signed certificates + - path: /datacenter/ucp/1.1/configuration/configure-logs/ + title: Configure UCP logging + - path: /datacenter/ucp/1.1/configuration/dtr-integration/ + title: Integrate with Docker Trusted Registry + - path: /datacenter/ucp/1.1/configuration/ldap-integration/ + title: Integrate with LDAP + - path: /datacenter/ucp/1.1/configuration/multi-host-networking/ + title: Set up container networking + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/ucp/1.1/monitor/monitor-ucp/ + title: Monitor your cluster + - path: /datacenter/ucp/1.1/monitor/troubleshoot-ucp/ + title: Troubleshoot your cluster + - path: /datacenter/ucp/1.1/monitor/troubleshoot-configurations/ + title: Troubleshoot cluster configurations + - sectiontitle: High-availability + section: + - path: /datacenter/ucp/1.1/high-availability/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/ucp/1.1/high-availability/replicate-cas/ + title: Replicate CAs for high availability + - path: /datacenter/ucp/1.1/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/ucp/1.1/user-management/authentication-and-authorization/ + title: Authentication and authorization + - path: /datacenter/ucp/1.1/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/ucp/1.1/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/ucp/1.1/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Applications + section: + - path: /datacenter/ucp/1.1/applications/deploy-app-ui/ + title: Deploy an app from the UI + - path: /datacenter/ucp/1.1/applications/deploy-app-cli/ + title: Deploy an app from the CLI + - sectiontitle: UCP tool CLI + section: + - path: /datacenter/ucp/1.1/reference/ + title: UCP tool v1.1 overview + - path: /datacenter/ucp/1.1/reference/backup/ + title: backup + - path: /datacenter/ucp/1.1/reference/dump-certs/ + title: dump-certs + - path: /datacenter/ucp/1.1/reference/engine-discovery/ + title: engine-discovery + - path: /datacenter/ucp/1.1/reference/fingerprint/ + title: fingerprint + - path: /datacenter/ucp/1.1/reference/help/ + title: help + - path: /datacenter/ucp/1.1/reference/id/ + title: id + - path: /datacenter/ucp/1.1/reference/images/ + title: images + - path: /datacenter/ucp/1.1/reference/install/ + title: install + - path: /datacenter/ucp/1.1/reference/join/ + title: join + - path: /datacenter/ucp/1.1/reference/regen-certs/ + title: regen-certs + - path: /datacenter/ucp/1.1/reference/restart/ + title: restart + - path: /datacenter/ucp/1.1/reference/restore/ + title: restore + - path: /datacenter/ucp/1.1/reference/stop/ + title: stop + - path: /datacenter/ucp/1.1/reference/support/ + title: support + - path: /datacenter/ucp/1.1/reference/uninstall/ + title: uninstall + - path: /datacenter/ucp/1.1/reference/upgrade/ + title: upgrade + - path: /datacenter/ucp/1.1/support/ + title: Get support + - path: /datacenter/ucp/1.1/release_notes/ + title: Release notes + - sectiontitle: Docker Trusted Registry + section: + - path: /ee/dtr/ + title: Docker Trusted Registry overview + - path: /ee/dtr/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /ee/dtr/admin/install/system-requirements/ title: System requirements - - path: /datacenter/dtr/2.1/guides/install/ - title: Install Docker Trusted Registry - - path: /datacenter/dtr/2.1/guides/install/install-offline/ + - path: /ee/dtr/admin/install/ + title: Install + - path: /ee/dtr/admin/install/install-offline/ title: Install offline - - path: /datacenter/dtr/2.1/guides/install/license/ - title: License your deployment - - path: /datacenter/dtr/2.1/guides/install/scale-your-deployment/ - title: Scale your deployment - - path: /datacenter/dtr/2.1/guides/install/upgrade/ + - path: /ee/dtr/admin/upgrade/ title: Upgrade - - path: /datacenter/dtr/2.1/guides/install/uninstall/ + - path: /ee/dtr/admin/install/uninstall/ title: Uninstall - - sectiontitle: Configuration + - sectiontitle: Configure section: - - path: /datacenter/dtr/2.1/guides/configure/ - title: Use your own certificates - - path: /datacenter/dtr/2.1/guides/configure/configure-storage/ - title: Storage configuration - - path: /datacenter/dtr/2.1/guides/configure/use-nfs/ - title: Use NFS + - path: /ee/dtr/admin/configure/license-your-installation/ + title: License your installation + - path: /ee/dtr/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /ee/dtr/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - path: /ee/dtr/admin/configure/disable-persistent-cookies/ + title: Disable persistent cookies + - sectiontitle: External storage + section: + - path: /ee/dtr/admin/configure/external-storage/ + title: Overview + - path: /ee/dtr/admin/configure/external-storage/storage-backend-migration/ + title: Switch storage backends + - path: /ee/dtr/admin/configure/external-storage/s3/ + title: S3 + - path: /ee/dtr/admin/configure/external-storage/nfs/ + title: NFS + - path: /ee/dtr/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /ee/dtr/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /ee/dtr/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - title: Cache overview + path: /ee/dtr/admin/configure/deploy-caches/ + - title: Cache deployment strategy + path: /ee/dtr/admin/configure/deploy-caches/strategy/ + - title: Deploy a DTR cache with Docker Swarm + path: /ee/dtr/admin/configure/deploy-caches/simple/ + - title: Deploy a DTR cache with Kubernetes + path: /ee/dtr/admin/configure/deploy-caches/simple-kube/ + - title: Configure caches for high availability + path: /ee/dtr/admin/configure/deploy-caches/high-availability/ + - title: Cache configuration reference + path: /ee/dtr/admin/configure/deploy-caches/configuration-reference/ + - path: /ee/dtr/admin/configure/garbage-collection/ + title: Garbage collection + - title: Allow users to create repositories when pushing + path: /ee/dtr/admin/configure/allow-creation-on-push/ + - path: /ee/dtr/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /ee/dtr/admin/manage-users/ + title: Authentication and authorization + - path: /ee/dtr/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /ee/dtr/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /ee/dtr/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /ee/dtr/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Manage webhooks + section: + - title: Create and manage webhooks + path: /ee/dtr/admin/manage-webhooks/ + - title: Use the web interface + path: /ee/dtr/admin/manage-webhooks/use-the-web-ui/ + - title: Use the API + path: /ee/dtr/admin/manage-webhooks/use-the-api/ + - sectiontitle: Manage jobs + section: + - path: /ee/dtr/admin/manage-jobs/job-queue/ + title: Job Queue + - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-ui/ + title: Audit Jobs with the Web Interface + - path: /ee/dtr/admin/manage-jobs/audit-jobs-via-api/ + title: Audit Jobs with the API + - path: /ee/dtr/admin/manage-jobs/auto-delete-job-logs/ + title: Enable Auto-Deletion of Job Logs - sectiontitle: Monitor and troubleshoot section: - - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/ - title: Monitor DTR - - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/troubleshoot/ - title: Troubleshoot DTR - - sectiontitle: High-availability + - path: /ee/dtr/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /ee/dtr/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /ee/dtr/admin/monitor-and-troubleshoot/troubleshoot-dtr/ + title: Troubleshoot Docker Trusted Registry + - sectiontitle: Disaster recovery section: - - path: /datacenter/dtr/2.1/guides/high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management + - title: Overview + path: /ee/dtr/admin/disaster-recovery/ + - title: Repair a single replica + path: /ee/dtr/admin/disaster-recovery/repair-a-single-replica/ + - title: Repair a cluster + path: /ee/dtr/admin/disaster-recovery/repair-a-cluster/ + - title: Create a backup + path: /ee/admin/backup/back-up-dtr/ + - title: Restore from a backup + path: /ee/admin/restore/restore-dtr/ + - title: CLI reference + path: /reference/dtr/2.7/cli/ + nosync: true + - sectiontitle: User guides + section: + - sectiontitle: Access DTR section: - - path: /datacenter/dtr/2.1/guides/user-management/ - title: Authentication and authorization - - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.1/guides/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Repositories and images - section: - - path: /datacenter/dtr/2.1/guides/repos-and-images/ + - path: /ee/dtr/user/access-dtr/ title: Configure your Docker daemon - - path: /datacenter/dtr/2.1/guides/repos-and-images/pull-an-image/ - title: Pull an image - - path: /datacenter/dtr/2.1/guides/repos-and-images/push-an-image/ - title: Push an image - - path: /datacenter/dtr/2.1/guides/repos-and-images/delete-an-image/ - title: Delete an image - - sectiontitle: API and CLI reference + - path: /ee/dtr/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /ee/dtr/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images section: - - path: /datacenter/dtr/2.1/reference/api/ + - path: /ee/dtr/user/manage-images/ + title: Create a repository + - path: /ee/dtr/user/manage-images/review-repository-info/ + title: Review repository info + - path: /ee/dtr/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /ee/dtr/user/manage-images/delete-images/ + title: Delete images + - path: /ee/dtr/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - title: Override a vulnerability + path: /ee/dtr/user/manage-images/override-a-vulnerability/ + - path: /ee/dtr/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /ee/dtr/user/manage-images/sign-images/ + title: Sign an image + - path: /ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp/ + title: Trust with a Remote UCP + - sectiontitle: Promotion policies and mirroring + section: + - title: Overview + path: /ee/dtr/user/promotion-policies/ + - title: Promote an image using policies + path: /ee/dtr/user/promotion-policies/internal-promotion/ + - title: Mirror images to another registry + path: /ee/dtr/user/promotion-policies/push-mirror/ + - title: Mirror images from another registry + path: /ee/dtr/user/promotion-policies/pull-mirror/ + - title: Template reference + path: /ee/dtr/user/promotion-policies/templates/ + - sectiontitle: Manage repository events + section: + - title: Audit repository events + path: /ee/dtr/user/audit-repository-events/ + - title: Auto-delete repository events + path: /ee/dtr/admin/configure/auto-delete-repo-events/ + - title: Manage applications + path: /ee/dtr/user/manage-applications/ + - title: Manage access tokens + path: /ee/dtr/user/access-tokens/ + - title: Tag pruning + path: /ee/dtr/user/tag-pruning/ + - title: API reference + path: /reference/dtr/2.7/api/ + nosync: true + - path: /ee/dtr/release-notes/ + title: Release notes + - sectiontitle: Previous versions + section: + - sectiontitle: Docker Trusted Registry 2.6 + section: + - path: /datacenter/dtr/2.6/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.6/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.6/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.6/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.6/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.6/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.6/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.6/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.6/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.6/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/storage-backend-migration/ + title: Switch storage backends + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.6/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - title: Cache overview + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/ + - title: Cache deployment strategy + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/strategy/ + - title: Deploy a DTR cache with Docker Swarm + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple/ + - title: Deploy a DTR cache with Kubernetes + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple-kube/ + - title: Configure caches for high availability + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/high-availability/ + - title: Cache configuration reference + path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/configuration-reference/ + - path: /datacenter/dtr/2.6/guides/admin/configure/garbage-collection/ + title: Garbage collection + - title: Allow users to create repositories when pushing + path: /datacenter/dtr/2.6/guides/admin/configure/allow-creation-on-push/ + - path: /datacenter/dtr/2.6/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.6/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.6/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Manage webhooks + section: + - title: Create and manage webhooks + path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/ + - title: Use the web interface + path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-web-ui/ + - title: Use the API + path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-api/ + - sectiontitle: Manage jobs + section: + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/job-queue/ + title: Job Queue + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-ui/ + title: Audit Jobs with the Web Interface + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-api/ + title: Audit Jobs with the API + - path: /datacenter/dtr/2.6/guides/admin/manage-jobs/auto-delete-job-logs/ + title: Enable Auto-Deletion of Job Logs + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ + title: Troubleshoot Docker Trusted Registry + - sectiontitle: Disaster recovery + section: + - title: Overview + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/ + - title: Repair a single replica + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-single-replica/ + - title: Repair a cluster + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-cluster/ + - title: Create a backup + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/create-a-backup/ + - title: Restore from a backup + path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/restore-from-backup/ + - sectiontitle: CLI Reference + section: + - path: /datacenter/dtr/2.6/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.6/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.6/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.6/reference/cli/emergency-repair/ + title: emergency-repair + - path: /datacenter/dtr/2.6/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.6/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.6/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.6/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.6/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.6/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.6/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.6/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.6/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.6/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.6/guides/user/manage-images/review-repository-info/ + title: Review repository info + - path: /datacenter/dtr/2.6/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.6/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.6/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - title: Override a vulnerability + path: /datacenter/dtr/2.6/guides/user/manage-images/override-a-vulnerability/ + - path: /datacenter/dtr/2.6/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/trust-with-remote-ucp/ + title: Trust with a Remote UCP + - sectiontitle: Promotion policies and mirroring + section: + - title: Overview + path: /datacenter/dtr/2.6/guides/user/promotion-policies/ + - title: Promote an image using policies + path: /datacenter/dtr/2.6/guides/user/promotion-policies/internal-promotion/ + - title: Mirror images to another registry + path: /datacenter/dtr/2.6/guides/user/promotion-policies/push-mirror/ + - title: Mirror images from another registry + path: /datacenter/dtr/2.6/guides/user/promotion-policies/pull-mirror/ + - title: Template reference + path: /datacenter/dtr/2.6/guides/user/promotion-policies/templates/ + - sectiontitle: Manage repository events + section: + - title: Audit repository events + path: /datacenter/dtr/2.6/guides/user/audit-repository-events/ + - title: Auto-delete repository events + path: /datacenter/dtr/2.6/guides/admin/configure/auto-delete-repo-events/ + - title: Manage access tokens + path: /datacenter/dtr/2.6/guides/user/access-tokens/ + - title: Tag pruning + path: /datacenter/dtr/2.6/guides/user/tag-pruning/ + - title: API reference + path: /datacenter/dtr/2.6/reference/api/ + nosync: true + - path: /datacenter/dtr/2.6/guides/release-notes/ + title: Release notes + - sectiontitle: Docker Trusted Registry 2.5 + section: + - path: /datacenter/dtr/2.5/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.5/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.5/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.5/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.5/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.5/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.5/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.5/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.5/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.5/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.5/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/strategy/ + title: Cache deployment strategy + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/simple/ + title: Deploy a DTR cache + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/high-availability/ + title: Configure caches for high availability + - path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/configuration-reference/ + title: Cache configuration reference + - path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/ + title: Garbage collection + - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.5/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.5/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/ + title: Troubleshoot Docker Trusted Registry + - path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.5/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.5/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.5/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.5/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.5/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.5/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.5/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.5/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.5/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.5/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.5/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.5/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.5/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.5/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.5/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.5/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.5/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.5/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - path: /datacenter/dtr/2.5/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.5/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.5/guides/user/create-promotion-policies/ + title: Create promotion policies + - path: /datacenter/dtr/2.5/reference/api/ title: API reference - - sectiontitle: CLI reference + - path: /ee/dtr/release-notes/ + title: Release notes + nosync: true + - path: /datacenter/dtr/2.5/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.4 + section: + - path: /datacenter/dtr/2.4/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.4/guides/architecture/ + title: Architecture + - sectiontitle: Administration section: - - path: /datacenter/dtr/2.1/reference/cli/ - title: Overview - - path: /datacenter/dtr/2.1/reference/cli/backup/ - title: backup - - path: /datacenter/dtr/2.1/reference/cli/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.1/reference/cli/images/ - title: images - - path: /datacenter/dtr/2.1/reference/cli/install/ - title: install - - path: /datacenter/dtr/2.1/reference/cli/join/ - title: join - - path: /datacenter/dtr/2.1/reference/cli/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.1/reference/cli/remove/ - title: remove - - path: /datacenter/dtr/2.1/reference/cli/restore/ - title: restore - - path: /datacenter/dtr/2.1/reference/cli/upgrade/ - title: upgrade - - path: /datacenter/dtr/2.1/guides/release-notes/ - title: Release notes - - path: /datacenter/dtr/2.1/guides/support/ - title: Get support - - sectiontitle: Docker Trusted Registry 2.0 - section: - - path: /datacenter/dtr/2.0/ - title: Docker Trusted Registry overview - - path: /datacenter/dtr/2.0/architecture/ - title: Architecture - - sectiontitle: Installation - section: - - path: /datacenter/dtr/2.0/install/system-requirements/ - title: System requirements - - path: /datacenter/dtr/2.0/install/ - title: Install Docker Trusted Registry - - path: /datacenter/dtr/2.0/install/install-dtr-offline/ - title: Install offline - - path: /datacenter/dtr/2.0/install/license/ - title: License DTR - - sectiontitle: Upgrade + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.4/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.4/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.4/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.4/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.4/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.4/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.4/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.4/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.4/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/tls/ + title: Deploy caches with TLS + - path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/chaining/ + title: Chain multiple caches + - path: /datacenter/dtr/2.4/guides/admin/configure/garbage-collection/ + title: Garbage collection + - path: /datacenter/dtr/2.4/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.4/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.4/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/notary-audit-logs/ + title: Check Notary audit logs + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.4/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.4/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.4/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.4/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.4/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.4/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.4/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.4/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.4/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.4/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.4/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides section: - - path: /datacenter/dtr/2.0/install/upgrade/upgrade-major/ - title: Upgrade from 1.4.3 - - path: /datacenter/dtr/2.0/install/upgrade/ - title: Upgrade from 2.0.0 - - path: /datacenter/dtr/2.0/install/uninstall/ - title: Uninstall - - sectiontitle: docker/dtr image reference + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.4/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.4/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.4/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.4/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.4/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.4/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - path: /datacenter/dtr/2.4/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.4/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.4/guides/user/create-promotion-policies/ + title: Create promotion policies + - path: /datacenter/dtr/2.4/reference/api/ + title: API reference + - path: /ee/dtr/release-notes/ + title: Release notes + nosync: true + - path: /datacenter/dtr/2.4/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.3 + section: + - path: /datacenter/dtr/2.3/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.3/guides/architecture/ + title: Architecture + - sectiontitle: Administration section: - - path: /datacenter/dtr/2.0/reference/ - title: Overview - - path: /datacenter/dtr/2.0/reference/backup/ - title: backup - - path: /datacenter/dtr/2.0/reference/dumpcerts/ - title: dumpcerts - - path: /datacenter/dtr/2.0/reference/images/ - title: images - - path: /datacenter/dtr/2.0/reference/install/ - title: install - - path: /datacenter/dtr/2.0/reference/join/ - title: join - - path: /datacenter/dtr/2.0/reference/migrate/ - title: migrate - - path: /datacenter/dtr/2.0/reference/reconfigure/ - title: reconfigure - - path: /datacenter/dtr/2.0/reference/remove/ - title: remove - - path: /datacenter/dtr/2.0/reference/restore/ - title: restore - - path: /datacenter/dtr/2.0/reference/upgrade/ - title: upgrade - - sectiontitle: Configuration + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.3/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.3/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.3/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.3/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.3/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.3/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.3/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - path: /datacenter/dtr/2.3/guides/admin/configure/enable-single-sign-on/ + title: Enable single sign-on + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.3/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/tls/ + title: Deploy caches with TLS + - path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/chaining/ + title: Chain multiple caches + - path: /datacenter/dtr/2.3/guides/admin/configure/garbage-collection/ + title: Garbage collection + - path: /datacenter/dtr/2.3/guides/admin/configure/use-a-web-proxy/ + title: Use a web proxy + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.3/guides/admin/manage-users/ + title: Authentication and authorization + - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.3/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.3/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.3/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.3/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.3/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.3/reference/cli/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.3/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.3/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.3/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.3/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.3/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.3/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.3/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.3/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.3/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.3/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.3/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.3/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.3/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - path: /datacenter/dtr/2.3/guides/user/manage-images/prevent-tags-from-being-overwritten/ + title: Prevent tags from being overwritten + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.3/guides/user/create-promotion-policies/ + title: Create promotion policies + - path: /datacenter/dtr/2.3/reference/api/ + title: API reference + - path: /datacenter/dtr/2.3/guides/release-notes/ + title: Release notes + - path: /datacenter/dtr/2.3/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.2 section: - - path: /datacenter/dtr/2.0/configure/configuration/ - title: Configuration overview - - path: /datacenter/dtr/2.0/configure/config-general/ - title: Configure general settings - - path: /datacenter/dtr/2.0/configure/config-security/ - title: Security configuration - - path: /datacenter/dtr/2.0/configure/config-storage/ - title: Storage configuration - - sectiontitle: Monitor and troubleshoot + - path: /datacenter/dtr/2.2/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.2/guides/architecture/ + title: Architecture + - sectiontitle: Administration + section: + - sectiontitle: Install + section: + - path: /datacenter/dtr/2.2/guides/admin/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.2/guides/admin/install/ + title: Install + - path: /datacenter/dtr/2.2/guides/admin/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.2/guides/admin/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.2/guides/admin/install/uninstall/ + title: Uninstall + - sectiontitle: Configure + section: + - path: /datacenter/dtr/2.2/guides/admin/configure/license-your-installation/ + title: License your installation + - path: /datacenter/dtr/2.2/guides/admin/configure/use-your-own-tls-certificates/ + title: Use your own TLS certificates + - sectiontitle: External storage + section: + - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/ + title: Overview + - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/s3/ + title: S3 + - path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/nfs/ + title: NFS + - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.2/guides/admin/configure/use-a-load-balancer/ + title: Use a load balancer + - path: /datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans/ + title: Set up vulnerability scans + - sectiontitle: Deploy caches + section: + - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/ + title: Overview + - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/tls/ + title: Deploy caches with TLS + - path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/chaining/ + title: Chain multiple caches + - path: /datacenter/dtr/2.2/guides/admin/configure/garbage-collection/ + title: Garbage collection + - sectiontitle: Manage users + section: + - path: /datacenter/dtr/2.2/guides/admin/manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.2/guides/admin/manage-users/permission-levels/ + title: Permission levels + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/ + title: Monitor the cluster status + - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ + title: Troubleshoot with logs + - path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/ + title: Troubleshoot batch jobs + - path: /datacenter/dtr/2.2/guides/admin/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.2/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.2/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.2/reference/cli/destroy/ + title: destroy + - path: /datacenter/dtr/2.2/reference/cli/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.2/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.2/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.2/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.2/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.2/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.2/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.2/reference/cli/upgrade/ + title: upgrade + - sectiontitle: User guides + section: + - sectiontitle: Access DTR + section: + - path: /datacenter/dtr/2.2/guides/user/access-dtr/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client/ + title: Configure your Notary client + - path: /datacenter/dtr/2.2/guides/user/access-dtr/use-a-cache/ + title: Use a cache + - sectiontitle: Manage images + section: + - path: /datacenter/dtr/2.2/guides/user/manage-images/ + title: Create a repository + - path: /datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images/ + title: Pull and push images + - path: /datacenter/dtr/2.2/guides/user/manage-images/delete-images/ + title: Delete images + - path: /datacenter/dtr/2.2/guides/user/manage-images/scan-images-for-vulnerabilities/ + title: Scan images for vulnerabilities + - sectiontitle: Sign images + section: + - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/ + title: Sign an image + - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/delegate-image-signing/ + title: Delegate image signing + - path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/manage-trusted-repositories/ + title: Manage trusted repositories + - path: /datacenter/dtr/2.2/guides/user/create-and-manage-webhooks/ + title: Create and manage webhooks + - path: /datacenter/dtr/2.2/reference/api/ + title: API reference + - sectiontitle: Release notes + section: + - path: /datacenter/dtr/2.2/guides/release-notes/ + title: Release notes + - path: /datacenter/dtr/2.2/guides/release-notes/incompatibilities-and-breaking-changes/ + title: Incompatibilities and breaking changes + - path: /datacenter/dtr/2.2/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.1 section: - - path: /datacenter/dtr/2.0/monitor-troubleshoot/ - title: Monitor DTR - - path: /datacenter/dtr/2.0/monitor-troubleshoot/troubleshoot/ - title: Troubleshoot DTR - - sectiontitle: High-availability + - path: /datacenter/dtr/2.1/guides/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.1/guides/architecture/ + title: Architecture + - sectiontitle: Installation + section: + - path: /datacenter/dtr/2.1/guides/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.1/guides/install/ + title: Install Docker Trusted Registry + - path: /datacenter/dtr/2.1/guides/install/install-offline/ + title: Install offline + - path: /datacenter/dtr/2.1/guides/install/license/ + title: License your deployment + - path: /datacenter/dtr/2.1/guides/install/scale-your-deployment/ + title: Scale your deployment + - path: /datacenter/dtr/2.1/guides/install/upgrade/ + title: Upgrade + - path: /datacenter/dtr/2.1/guides/install/uninstall/ + title: Uninstall + - sectiontitle: Configuration + section: + - path: /datacenter/dtr/2.1/guides/configure/ + title: Use your own certificates + - path: /datacenter/dtr/2.1/guides/configure/configure-storage/ + title: Storage configuration + - path: /datacenter/dtr/2.1/guides/configure/use-nfs/ + title: Use NFS + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/ + title: Monitor DTR + - path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/troubleshoot/ + title: Troubleshoot DTR + - sectiontitle: High-availability + section: + - path: /datacenter/dtr/2.1/guides/high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/dtr/2.1/guides/user-management/ + title: Authentication and authorization + - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.1/guides/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Repositories and images + section: + - path: /datacenter/dtr/2.1/guides/repos-and-images/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.1/guides/repos-and-images/pull-an-image/ + title: Pull an image + - path: /datacenter/dtr/2.1/guides/repos-and-images/push-an-image/ + title: Push an image + - path: /datacenter/dtr/2.1/guides/repos-and-images/delete-an-image/ + title: Delete an image + - sectiontitle: API and CLI reference + section: + - path: /datacenter/dtr/2.1/reference/api/ + title: API reference + - sectiontitle: CLI reference + section: + - path: /datacenter/dtr/2.1/reference/cli/ + title: Overview + - path: /datacenter/dtr/2.1/reference/cli/backup/ + title: backup + - path: /datacenter/dtr/2.1/reference/cli/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.1/reference/cli/images/ + title: images + - path: /datacenter/dtr/2.1/reference/cli/install/ + title: install + - path: /datacenter/dtr/2.1/reference/cli/join/ + title: join + - path: /datacenter/dtr/2.1/reference/cli/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.1/reference/cli/remove/ + title: remove + - path: /datacenter/dtr/2.1/reference/cli/restore/ + title: restore + - path: /datacenter/dtr/2.1/reference/cli/upgrade/ + title: upgrade + - path: /datacenter/dtr/2.1/guides/release-notes/ + title: Release notes + - path: /datacenter/dtr/2.1/guides/support/ + title: Get support + - sectiontitle: Docker Trusted Registry 2.0 section: - - path: /datacenter/dtr/2.0/high-availability/ - title: Set up high availability - - path: /datacenter/dtr/2.0/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /datacenter/dtr/2.0/user-management/ - title: Authentication and authorization - - path: /datacenter/dtr/2.0/user-management/create-and-manage-users/ - title: Create and manage users - - path: /datacenter/dtr/2.0/user-management/create-and-manage-orgs/ - title: Create and manage organizations - - path: /datacenter/dtr/2.0/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /datacenter/dtr/2.0/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Repositories and images - section: - - path: /datacenter/dtr/2.0/repos-and-images/ - title: Configure your Docker daemon - - path: /datacenter/dtr/2.0/repos-and-images/pull-an-image/ - title: Pull an image - - path: /datacenter/dtr/2.0/repos-and-images/push-an-image/ - title: Push an image - - path: /datacenter/dtr/2.0/repos-and-images/delete-an-image/ - title: Delete an image - - sectiontitle: Release notes - section: - - path: /datacenter/dtr/2.0/release-notes/ - title: Trusted Registry release notes - - path: /datacenter/dtr/2.0/release-notes/prior-release-notes/ - title: Prior Trusted Registry release notes - - sectiontitle: Trusted Registry API - section: - - path: /apidocs/v2.0.1/ - title: API v2.0.1 - - path: /apidocs/v2.0.0/ - title: API v2.0.0 - - path: /apidocs/v1.4.0/ - title: API v1.4.0 - - path: /apidocs/v1.3.3/ - title: API v1.3.3 - - path: /datacenter/dtr/2.0/support/ - title: Get support -- sectiontitle: Docker Desktop Enterprise - section: - - path: /ee/desktop/ - title: Overview - - path: /ee/desktop/release-notes/ - title: Release notes - - sectiontitle: Admin + - path: /datacenter/dtr/2.0/ + title: Docker Trusted Registry overview + - path: /datacenter/dtr/2.0/architecture/ + title: Architecture + - sectiontitle: Installation + section: + - path: /datacenter/dtr/2.0/install/system-requirements/ + title: System requirements + - path: /datacenter/dtr/2.0/install/ + title: Install Docker Trusted Registry + - path: /datacenter/dtr/2.0/install/install-dtr-offline/ + title: Install offline + - path: /datacenter/dtr/2.0/install/license/ + title: License DTR + - sectiontitle: Upgrade + section: + - path: /datacenter/dtr/2.0/install/upgrade/upgrade-major/ + title: Upgrade from 1.4.3 + - path: /datacenter/dtr/2.0/install/upgrade/ + title: Upgrade from 2.0.0 + - path: /datacenter/dtr/2.0/install/uninstall/ + title: Uninstall + - sectiontitle: docker/dtr image reference + section: + - path: /datacenter/dtr/2.0/reference/ + title: Overview + - path: /datacenter/dtr/2.0/reference/backup/ + title: backup + - path: /datacenter/dtr/2.0/reference/dumpcerts/ + title: dumpcerts + - path: /datacenter/dtr/2.0/reference/images/ + title: images + - path: /datacenter/dtr/2.0/reference/install/ + title: install + - path: /datacenter/dtr/2.0/reference/join/ + title: join + - path: /datacenter/dtr/2.0/reference/migrate/ + title: migrate + - path: /datacenter/dtr/2.0/reference/reconfigure/ + title: reconfigure + - path: /datacenter/dtr/2.0/reference/remove/ + title: remove + - path: /datacenter/dtr/2.0/reference/restore/ + title: restore + - path: /datacenter/dtr/2.0/reference/upgrade/ + title: upgrade + - sectiontitle: Configuration + section: + - path: /datacenter/dtr/2.0/configure/configuration/ + title: Configuration overview + - path: /datacenter/dtr/2.0/configure/config-general/ + title: Configure general settings + - path: /datacenter/dtr/2.0/configure/config-security/ + title: Security configuration + - path: /datacenter/dtr/2.0/configure/config-storage/ + title: Storage configuration + - sectiontitle: Monitor and troubleshoot + section: + - path: /datacenter/dtr/2.0/monitor-troubleshoot/ + title: Monitor DTR + - path: /datacenter/dtr/2.0/monitor-troubleshoot/troubleshoot/ + title: Troubleshoot DTR + - sectiontitle: High-availability + section: + - path: /datacenter/dtr/2.0/high-availability/ + title: Set up high availability + - path: /datacenter/dtr/2.0/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /datacenter/dtr/2.0/user-management/ + title: Authentication and authorization + - path: /datacenter/dtr/2.0/user-management/create-and-manage-users/ + title: Create and manage users + - path: /datacenter/dtr/2.0/user-management/create-and-manage-orgs/ + title: Create and manage organizations + - path: /datacenter/dtr/2.0/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /datacenter/dtr/2.0/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Repositories and images + section: + - path: /datacenter/dtr/2.0/repos-and-images/ + title: Configure your Docker daemon + - path: /datacenter/dtr/2.0/repos-and-images/pull-an-image/ + title: Pull an image + - path: /datacenter/dtr/2.0/repos-and-images/push-an-image/ + title: Push an image + - path: /datacenter/dtr/2.0/repos-and-images/delete-an-image/ + title: Delete an image + - sectiontitle: Release notes + section: + - path: /datacenter/dtr/2.0/release-notes/ + title: Trusted Registry release notes + - path: /datacenter/dtr/2.0/release-notes/prior-release-notes/ + title: Prior Trusted Registry release notes + - sectiontitle: Trusted Registry API + section: + - path: /apidocs/v2.0.1/ + title: API v2.0.1 + - path: /apidocs/v2.0.0/ + title: API v2.0.0 + - path: /apidocs/v1.4.0/ + title: API v1.4.0 + - path: /apidocs/v1.3.3/ + title: API v1.3.3 + - path: /datacenter/dtr/2.0/support/ + title: Get support + - sectiontitle: Docker Desktop Enterprise section: - - sectiontitle: Install + - path: /ee/desktop/ + title: Overview + - path: /ee/desktop/release-notes/ + title: Release notes + - sectiontitle: Admin section: - - path: /ee/desktop/admin/install/mac/ - title: Install DDE on Mac - - path: /ee/desktop/admin/install/windows/ - title: Install DDE on Windows - - sectiontitle: Configure + - sectiontitle: Install + section: + - path: /ee/desktop/admin/install/mac/ + title: Install DDE on Mac + - path: /ee/desktop/admin/install/windows/ + title: Install DDE on Windows + - sectiontitle: Configure + section: + - path: /ee/desktop/admin/configure/mac-admin/ + title: Configure DDE on Mac + - path: /ee/desktop/admin/configure/windows-admin/ + title: Configure DDE on Windows + - sectiontitle: User section: - - path: /ee/desktop/admin/configure/mac-admin/ - title: Configure DDE on Mac - - path: /ee/desktop/admin/configure/windows-admin/ - title: Configure DDE on Windows - - sectiontitle: User + - path: /ee/desktop/user/mac-user/ + title: Use DDE on Mac + - path: /ee/desktop/user/windows-user/ + title: Use DDE on Windows + - path: /ee/desktop/app-designer/ + title: Application designer + - sectiontitle: Troubleshoot + section: + - path: /ee/desktop/troubleshoot/mac-issues/ + title: Troubleshoot DDE issues on Mac + - path: /ee/desktop/troubleshoot/windows-issues/ + title: Troubleshoot DDE issues on Windows + - sectiontitle: Manage Docker Enterprise section: - - path: /ee/desktop/user/mac-user/ - title: Use DDE on Mac - - path: /ee/desktop/user/windows-user/ - title: Use DDE on Windows - - path: /ee/desktop/app-designer/ - title: Application designer - - sectiontitle: Troubleshoot + - path: /ee/docker-ee-architecture/ + title: Docker Enterprise Architecture + - path: /ee/end-to-end-install/ + title: Deploy Docker Enterprise + - path: /ee/upgrade/ + title: Upgrade Docker Enterprise + - sectiontitle: Back up Docker Enterprise + section: + - path: /ee/admin/backup/ + title: Overview + - path: /ee/admin/backup/back-up-swarm/ + title: Back up Docker Swarm + - sectiontitle: Restore Docker Enterprise + section: + - path: /ee/admin/restore/ + title: Overview + - path: /ee/admin/restore/restore-swarm/ + title: Restore Docker Swarm + - sectiontitle: Disaster Recovery + section: + - path: /ee/admin/disaster-recovery/ + title: Overview + - path: /ee/enable-client-certificate-authentication/ + title: Enable client certificate authentication with your PKI + - path: /ee/telemetry/ + title: Manage usage data collection + - title: Get support + path: /ee/get-support/ + - title: DTR API + path: /reference/dtr/2.7/api/ + - sectiontitle: DTR CLI section: - - path: /ee/desktop/troubleshoot/mac-issues/ - title: Troubleshoot DDE issues on Mac - - path: /ee/desktop/troubleshoot/windows-issues/ - title: Troubleshoot DDE issues on Windows -- sectiontitle: Manage Docker Enterprise - section: - - path: /ee/docker-ee-architecture/ - title: Docker Enterprise Architecture - - path: /ee/end-to-end-install/ - title: Deploy Docker Enterprise - - path: /ee/upgrade/ - title: Upgrade Docker Enterprise - - sectiontitle: Back up Docker Enterprise - section: - - path: /ee/admin/backup/ + - path: /reference/dtr/2.7/cli/ title: Overview - - path: /ee/admin/backup/back-up-swarm/ - title: Back up Docker Swarm - - sectiontitle: Restore Docker Enterprise - section: - - path: /ee/admin/restore/ - title: Overview - - path: /ee/admin/restore/restore-swarm/ - title: Restore Docker Swarm - - sectiontitle: Disaster Recovery - section: - - path: /ee/admin/disaster-recovery/ - title: Overview - - path: /ee/enable-client-certificate-authentication/ - title: Enable client certificate authentication with your PKI - - path: /ee/telemetry/ - title: Manage usage data collection -- title: Get support - path: /ee/get-support/ -- title: DTR API - path: /reference/dtr/2.7/api/ -- sectiontitle: DTR CLI - section: - - path: /reference/dtr/2.7/cli/ - title: Overview - - path: /reference/dtr/2.7/cli/backup/ - title: backup - - path: /reference/dtr/2.7/cli/destroy/ - title: destroy - - path: /reference/dtr/2.7/cli/emergency-repair/ - title: emergency-repair - - path: /reference/dtr/2.7/cli/install/ - title: install - - path: /reference/dtr/2.7/cli/join/ - title: join - - path: /reference/dtr/2.7/cli/reconfigure/ - title: reconfigure - - path: /reference/dtr/2.7/cli/remove/ - title: remove - - path: /reference/dtr/2.7/cli/restore/ - title: restore - - path: /reference/dtr/2.7/cli/upgrade/ - title: upgrade -- title: UCP API - path: /reference/ucp/3.2/api/ -- sectiontitle: UCP CLI + - path: /reference/dtr/2.7/cli/backup/ + title: backup + - path: /reference/dtr/2.7/cli/destroy/ + title: destroy + - path: /reference/dtr/2.7/cli/emergency-repair/ + title: emergency-repair + - path: /reference/dtr/2.7/cli/install/ + title: install + - path: /reference/dtr/2.7/cli/join/ + title: join + - path: /reference/dtr/2.7/cli/reconfigure/ + title: reconfigure + - path: /reference/dtr/2.7/cli/remove/ + title: remove + - path: /reference/dtr/2.7/cli/restore/ + title: restore + - path: /reference/dtr/2.7/cli/upgrade/ + title: upgrade + - title: UCP API + path: /reference/ucp/3.2/api/ + - sectiontitle: UCP CLI section: - path: /reference/ucp/3.2/cli/ title: docker/ucp overview @@ -4244,4 +4264,16 @@ enterprise: - path: /reference/ucp/3.2/cli/uninstall-ucp/ title: uninstall-ucp - path: /reference/ucp/3.2/cli/upgrade/ - title: upgrade \ No newline at end of file + title: upgrade +© 2019 GitHub, Inc. +Terms +Privacy +Security +Status +Help +Contact GitHub +Pricing +API +Training +Blog +About From eebc2c1bec78d82cc98bd7494d351e4d0822c8e8 Mon Sep 17 00:00:00 2001 From: Dawn-Docker Enterprise <51414965+DawnWood-Docker@users.noreply.github.com> Date: Wed, 11 Dec 2019 20:07:05 -0800 Subject: [PATCH 22/24] Update toc.yaml --- _data/toc.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 7f30f52d2d..5fbc0028c5 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,21 +1,4 @@ -Skip to content -Search or jump to… -Pull requests -Issues -Marketplace -Explore - -@DawnWood-Docker -5 -235docker/docs-private Private - Code Issues 26 Pull requests 6 Actions Projects 3 Wiki Security Insights Settings -docs-private/_data/toc.yaml - Dawn W Docker toc fix for enterprise landing page -5406958 2 hours ago -@mistyhacks@bermudezmt@johndmulhausen@ollypom@joaofnfernandes@usha-mandya@JustinINevill@thaJeztah@londoncalling@DawnWood-Docker@gbarr01@ddeyo@traci-morrison@lena-larionova@FrenchBen@allysmith424@ahh-docker@adrian-plata@bfirsh@kencochrane@anweiss@vieux@tonyhb@nigelpoulton@marcaurele@kendrahavens -4249 lines (4241 sloc) 191 KB - horizontalnav: - title: Guides path: / From 79393e3db9ac0b9a78aba1ef56cf0d39251ab45e Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 20:13:19 -0800 Subject: [PATCH 23/24] fix errors --- _data/toc.yaml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 7f30f52d2d..29e1548009 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,21 +1,4 @@ -Skip to content -Search or jump to… -Pull requests -Issues -Marketplace -Explore - -@DawnWood-Docker -5 -235docker/docs-private Private - Code Issues 26 Pull requests 6 Actions Projects 3 Wiki Security Insights Settings -docs-private/_data/toc.yaml - Dawn W Docker toc fix for enterprise landing page -5406958 2 hours ago -@mistyhacks@bermudezmt@johndmulhausen@ollypom@joaofnfernandes@usha-mandya@JustinINevill@thaJeztah@londoncalling@DawnWood-Docker@gbarr01@ddeyo@traci-morrison@lena-larionova@FrenchBen@allysmith424@ahh-docker@adrian-plata@bfirsh@kencochrane@anweiss@vieux@tonyhb@nigelpoulton@marcaurele@kendrahavens -4249 lines (4241 sloc) 191 KB - horizontalnav: - title: Guides path: / @@ -1709,7 +1692,7 @@ manuals: enterprise: - sectiontitle: Docker Enterprise section: - - path: /ee/overview + - path: /ee/ title: Overview - path: /ee/release-notes/ title: Release notes @@ -4265,15 +4248,3 @@ enterprise: title: uninstall-ucp - path: /reference/ucp/3.2/cli/upgrade/ title: upgrade -© 2019 GitHub, Inc. -Terms -Privacy -Security -Status -Help -Contact GitHub -Pricing -API -Training -Blog -About From 587a18ee3a8e1a3c3678003794a884e0556cc0e9 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 11 Dec 2019 20:28:07 -0800 Subject: [PATCH 24/24] changing landing page for enterprise to overview.md --- _data/toc.yaml | 2 +- ee/overview.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 29e1548009..1995d310db 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1692,7 +1692,7 @@ manuals: enterprise: - sectiontitle: Docker Enterprise section: - - path: /ee/ + - path: /ee/overview/ title: Overview - path: /ee/release-notes/ title: Release notes diff --git a/ee/overview.md b/ee/overview.md index 0bf49cb485..efc4447206 100644 --- a/ee/overview.md +++ b/ee/overview.md @@ -2,8 +2,6 @@ title: Docker Enterprise description: Learn about Docker Enterprise, the industry-leading container platform to securely build, share, and run any application, on any infrastructure. keywords: Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes -redirect_from: - - /enterprise/ --- The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker Enterprise is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge.