mirror of https://github.com/docker/docs.git
Transform datacenter articles frontmatter
This commit is contained in:
parent
0b59c516cc
commit
e06fed5f1e
|
@ -108,7 +108,9 @@ To transfer the images:
|
||||||
2. Get the filesystem volume path DTR 2.0 stores images:
|
2. Get the filesystem volume path DTR 2.0 stores images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
{% raw %}
|
||||||
$ docker volume inspect --format '{{ .Mountpoint }}' $(docker volume ls -q | grep dtr-registry)
|
$ docker volume inspect --format '{{ .Mountpoint }}' $(docker volume ls -q | grep dtr-registry)
|
||||||
|
{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
The path returned will be similar to: `/var/lib/docker/volumes/dtr-registry-fa61225dc006/_data`
|
The path returned will be similar to: `/var/lib/docker/volumes/dtr-registry-fa61225dc006/_data`
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: CLI-based access
|
||||||
title = "CLI-based access"
|
description: Learn how to access Docker Universal Control Plane from the CLI.
|
||||||
description = "Learn how to access Docker Universal Control Plane from the CLI."
|
keywords:
|
||||||
keywords = ["docker, ucp, cli, administration"]
|
- docker, ucp, cli, administration
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_access"
|
|
||||||
identifier="ucp_cli_access"
|
|
||||||
weight=10
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# CLI-based access
|
|
||||||
|
|
||||||
Docker UCP secures your cluster with role-based access control, so that only
|
Docker UCP secures your cluster with role-based access control, so that only
|
||||||
authorized users can perform changes to the cluster.
|
authorized users can perform changes to the cluster.
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Access UCP
|
||||||
title = "Access UCP"
|
description: Learn how to access Docker Universal Control Plane from the web and the
|
||||||
description = "Learn how to access Docker Universal Control Plane from the web and the CLI."
|
CLI.
|
||||||
keywords = ["docker, ucp, cli"]
|
keywords:
|
||||||
[menu.main]
|
- docker, ucp, cli
|
||||||
parent="mn_ucp"
|
---
|
||||||
identifier="mn_ucp_access"
|
|
||||||
weight=31
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Access UCP
|
|
||||||
|
|
||||||
This section includes the following topics:
|
This section includes the following topics:
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Web-based access
|
||||||
title = "Web-based access"
|
description: Learn how to access Docker Universal Control Plane from the web browser.
|
||||||
description = "Learn how to access Docker Universal Control Plane from the web browser."
|
keywords:
|
||||||
keywords = ["docker, ucp, web, administration"]
|
- docker, ucp, web, administration
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_access"
|
|
||||||
identifier="ucp_web_access"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Web-based access
|
|
||||||
|
|
||||||
Docker Universal Control Plane allows you to manage your cluster in a visual
|
Docker Universal Control Plane allows you to manage your cluster in a visual
|
||||||
way, from your browser.
|
way, from your browser.
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Deploy an app from the CLI
|
||||||
aliases = ["/ucp/deploy-application/"]
|
description: Learn how to deploy containerized applications on a cluster, with Docker
|
||||||
title = "Deploy an app from the CLI"
|
Universal Control Plane.
|
||||||
description = "Learn how to deploy containerized applications on a cluster, with Docker Universal Control Plane."
|
keywords:
|
||||||
keywords = ["deploy, application"]
|
- deploy, application
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_applications"
|
|
||||||
identifier="ucp_deploy_cli"
|
|
||||||
weight=10
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
|
|
||||||
# Deploy an app from the CLI
|
# Deploy an app from the CLI
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Deploy an app from the UI
|
||||||
title = "Deploy an app from the UI"
|
description: Learn how to deploy containerized applications on a cluster, with Docker
|
||||||
description = "Learn how to deploy containerized applications on a cluster, with Docker Universal Control Plane."
|
Universal Control Plane.
|
||||||
keywords = ["ucp, deploy, application"]
|
keywords:
|
||||||
[menu.main]
|
- ucp, deploy, application
|
||||||
parent="mn_ucp_applications"
|
---
|
||||||
identifier="ucp_deploy_ui"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Deploy an app from the UI
|
|
||||||
|
|
||||||
With Docker Universal Control Plane you can deploy applications from the
|
With Docker Universal Control Plane you can deploy applications from the
|
||||||
UI. You can define your application on the UI, or import an existing
|
UI. You can define your application on the UI, or import an existing
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: UCP applications
|
||||||
title = "Applications"
|
description: Learn how to manage applications on Docker Universal Control Plane.
|
||||||
description = "Learn how to manage applications on Docker Universal Control Plane."
|
keywords:
|
||||||
keywords = ["docker, ucp, apps, management"]
|
- docker, ucp, apps, management
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp"
|
|
||||||
identifier="mn_ucp_applications"
|
|
||||||
weight=80
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# UCP applications
|
|
||||||
|
|
||||||
This section includes the following topics:
|
This section includes the following topics:
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: UCP architecture
|
||||||
title = "Architecture"
|
description: Learn about the architecture of Docker Universal Control Plane.
|
||||||
description = "Learn about the architecture of Docker Universal Control Plane."
|
keywords:
|
||||||
keywords = ["docker, ucp, architecture"]
|
- docker, ucp, architecture
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp"
|
|
||||||
identifier="ucp_architecture"
|
|
||||||
weight=20
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# UCP architecture
|
|
||||||
|
|
||||||
Universal Control Plane is a containerized application that runs on the
|
Universal Control Plane is a containerized application that runs on the
|
||||||
Commercially Supported (CS) Docker Engine. It allows you to manage from a
|
Commercially Supported (CS) Docker Engine. It allows you to manage from a
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Configure UCP logging
|
||||||
title = "Configure UCP logging"
|
description: Learn how to configure Docker Universal Control Plane to store your logs
|
||||||
description = "Learn how to configure Docker Universal Control Plane to store your logs on an external log system."
|
on an external log system.
|
||||||
keywords = ["docker, ucp, integrate, logs"]
|
keywords:
|
||||||
[menu.main]
|
- docker, ucp, integrate, logs
|
||||||
parent="mn_ucp_configuration"
|
---
|
||||||
identifier="ucp_configure_logs"
|
|
||||||
weight=10
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
## Configure UCP logging
|
## Configure UCP logging
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Integrate with Docker Trusted Registry
|
||||||
aliases = [ "/ucp/dtr-integration/"]
|
description: Integrate UCP with Docker Trusted Registry
|
||||||
title = "Integrate with Docker Trusted Registry"
|
keywords:
|
||||||
description = "Integrate UCP with Docker Trusted Registry"
|
- trusted, registry, integrate, UCP, DTR
|
||||||
keywords = ["trusted, registry, integrate, UCP, DTR"]
|
---
|
||||||
[menu.main]
|
|
||||||
parent="mn_ucp_configuration"
|
|
||||||
identifier="ucp_integrate_dtr"
|
|
||||||
weight=20
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
|
|
||||||
# Integrate with Docker Trusted Registry
|
|
||||||
|
|
||||||
Docker UCP integrates out of the box with Docker Trusted Registry (DTR). This
|
Docker UCP integrates out of the box with Docker Trusted Registry (DTR). This
|
||||||
allows you to use a UCP client bundle to push and pull images to DTR, without
|
allows you to use a UCP client bundle to push and pull images to DTR, without
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: UCP configuration
|
||||||
title = "Configuration"
|
description: Learn how to configure Docker Universal Control Plane on production.
|
||||||
description = "Learn how to configure Docker Universal Control Plane on production."
|
keywords:
|
||||||
keywords = ["docker, ucp, install, configuration"]
|
- docker, ucp, install, configuration
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp"
|
|
||||||
identifier="mn_ucp_configuration"
|
|
||||||
weight=50
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# UCP configuration
|
|
||||||
|
|
||||||
This section includes the following topics:
|
This section includes the following topics:
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Integrate with LDAP
|
||||||
aliases = [ "/docker-trusted-registry/configure/config-auth/"]
|
description: Learn how to integrate UCP with an LDAP service, so that you can manage
|
||||||
title ="Integrate with LDAP"
|
users from a single place.
|
||||||
keywords= ["LDAP, authentication, user management"]
|
keywords:
|
||||||
description="Learn how to integrate UCP with an LDAP service, so that you can manage users from a single place."
|
- LDAP, authentication, user management
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_configuration"
|
|
||||||
identifier="ucp_ldap_integration"
|
|
||||||
weight=30
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Integrate with LDAP
|
|
||||||
|
|
||||||
Docker UCP integrates with LDAP services, so that you can manage users from a
|
Docker UCP integrates with LDAP services, so that you can manage users from a
|
||||||
single place.
|
single place.
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Enable container networking with UCP
|
||||||
title = "Route hostnames to services"
|
description: Docker Universal Control Plane
|
||||||
description = "Learn how to deploy containerized applications on a cluster, with Docker Universal Control Plane."
|
keywords:
|
||||||
keywords = ["deploy, application"]
|
- networking, kv, engine-discovery, ucp
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_configuration"
|
|
||||||
identifier="ucp-route-hostnames"
|
|
||||||
weight=50
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
|
|
||||||
# Route hostnames to services
|
|
||||||
|
|
||||||
UCP provides an HTTP routing mesh, that extends the networking capabilities
|
UCP provides an HTTP routing mesh, that extends the networking capabilities
|
||||||
of Docker Engine. Docker Engine provides load balancing and service discovery
|
of Docker Engine. Docker Engine provides load balancing and service discovery
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Use externally-signed certificates
|
||||||
title = "Use externally-signed certificates"
|
description: Learn how to configure Docker Universal Control Plane to use your own
|
||||||
description = "Learn how to configure Docker Universal Control Plane to use your own certificates."
|
certificates.
|
||||||
keywords = ["Universal Control Plane, UCP, certificate, authentiation, tls"]
|
keywords:
|
||||||
[menu.main]
|
- Universal Control Plane, UCP, certificate, authentiation, tls
|
||||||
parent="mn_ucp_configuration"
|
---
|
||||||
identifier="ucp_configure_certs"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Use externally-signed certificates
|
|
||||||
|
|
||||||
By default the UCP web UI is exposed using HTTPS, to ensure all
|
By default the UCP web UI is exposed using HTTPS, to ensure all
|
||||||
communications between clients and the cluster are encrypted. Since UCP
|
communications between clients and the cluster are encrypted. Since UCP
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Run only the images you trust
|
||||||
title = "Run only the images you trust"
|
description: Configure a Docker Universal Plane cluster to only allow running applications that use images you trust.
|
||||||
description = "Configure a Docker Universal Plane cluster to only allow running applications that use images you trust."
|
keywords:
|
||||||
keywords = ["UCP, trust, notary, registry, security"]
|
- docker, ucp, backup, restore, recovery
|
||||||
[menu.main]
|
---
|
||||||
parent="ucp-menu-content-trust"
|
|
||||||
identifier="ucp-run-trusted-images"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Run only the images you trust
|
|
||||||
|
|
||||||
With Docker Universal Control Plane you can enforce applications to only use
|
With Docker Universal Control Plane you can enforce applications to only use
|
||||||
Docker images signed by UCP users you trust. When a user tries to deploy an
|
Docker images signed by UCP users you trust. When a user tries to deploy an
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Manage trusted repositories
|
||||||
title = "Manage trusted repositories"
|
description: Learn how to use the Notary CLI client to manage trusted repositories
|
||||||
description = "Learn how to use the Notary CLI client to manage trusted repositories"
|
keywords:
|
||||||
keywords = ["UCP, trust, notary, registry, security"]
|
- UCP, trust, notary, registry, security
|
||||||
[menu.main]
|
---
|
||||||
parent="ucp-menu-content-trust"
|
|
||||||
identifier="ucp-manage-trusted-repository"
|
|
||||||
weight=10
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
|
|
||||||
# Manage trusted repositories
|
|
||||||
|
|
||||||
Once you install the Notary CLI client, you can use it to manage your signing
|
Once you install the Notary CLI client, you can use it to manage your signing
|
||||||
keys, authorize other team members to sign images, and rotate the keys if
|
keys, authorize other team members to sign images, and rotate the keys if
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
<!--[metadata]>
|
|
||||||
+++
|
|
||||||
title = "Content trust"
|
|
||||||
description = "Learn how to allow other users to sign images for you, so that they can be trusted."
|
|
||||||
keywords = ["UCP, trust, notary, registry, security"]
|
|
||||||
type = "menu"
|
|
||||||
[menu.main]
|
|
||||||
parent="mn_ucp"
|
|
||||||
identifier="ucp-menu-content-trust"
|
|
||||||
weight=90
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Backups and disaster recovery
|
||||||
title ="Backups and disaster recovery"
|
description: Learn how to backup your Docker Universal Control Plane cluster, and to recover your cluster from an existing backup.
|
||||||
description="Learn how to backup your Docker Universal Control Plane cluster, and to recover your cluster from an existing backup."
|
keywords:
|
||||||
keywords= ["docker, ucp, backup, restore, recovery"]
|
- docker, ucp, backup, restore, recovery
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_high_availability"
|
|
||||||
identifier="ucp_backups_and_dr"
|
|
||||||
weight=20
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Backups and disaster recovery
|
|
||||||
|
|
||||||
When you decide to start using Docker Universal Control Plane on a production
|
When you decide to start using Docker Universal Control Plane on a production
|
||||||
setting, you should
|
setting, you should
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Configure UCP for high availability
|
||||||
title = "High-availability"
|
description: Learn how to set up Docker Universal Control Plane for high availability.
|
||||||
description = "Learn how to set up Docker Universal Control Plane for high availability."
|
keywords:
|
||||||
keywords = ["docker, ucp, high-availability, backup, recovery"]
|
- docker, ucp, high-availability, backup, recovery
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp"
|
|
||||||
identifier="mn_ucp_high_availability"
|
|
||||||
weight=60
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Configure UCP for high availability
|
|
||||||
|
|
||||||
This section includes the following topics:
|
This section includes the following topics:
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Set up high availability
|
||||||
aliases = [ "/ucp/understand_ha/"]
|
description: Docker Universal Control plane has support for high availability. Learn
|
||||||
title ="Set up high availability"
|
how to set up your installation to ensure it tolerates failures.
|
||||||
description="Docker Universal Control plane has support for high availability. Learn how to set up your installation to ensure it tolerates failures."
|
keywords:
|
||||||
keywords= ["docker, ucp, high-availability, replica"]
|
- docker, ucp, high-availability, replica
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_high_availability"
|
|
||||||
identifier="ucp_set_high_availability"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
|
|
||||||
# Set up high availability
|
|
||||||
|
|
||||||
Docker Universal Control Plane is designed for high availability (HA). You can
|
Docker Universal Control Plane is designed for high availability (HA). You can
|
||||||
join multiple manager nodes to the cluster, so that if one manager node fails,
|
join multiple manager nodes to the cluster, so that if one manager node fails,
|
||||||
|
|
|
@ -1,15 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Docker Universal Control Plane
|
||||||
title ="Universal Control Plane"
|
description: Docker Universal Control Plane
|
||||||
keywords= ["universal, control, plane, ucp"]
|
keywords:
|
||||||
description="Docker Universal Control Plane"
|
- universal, control, plane, ucp
|
||||||
[menu.main]
|
---
|
||||||
identifier="mn_ucp"
|
|
||||||
weight=-64
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Docker Universal Control Plane
|
|
||||||
|
|
||||||
Docker Universal Control Plane (UCP) is the enterprise-grade cluster management
|
Docker Universal Control Plane (UCP) is the enterprise-grade cluster management
|
||||||
solution from Docker. You install it behind your firewall, and it helps you
|
solution from Docker. You install it behind your firewall, and it helps you
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Install UCP
|
||||||
title = "Installation"
|
description: Learn the requirements and procedure to install Docker Universal Control Plane on production.
|
||||||
description = "Learn the requirements and procedure to install Docker Universal Control Plane on production."
|
keywords:
|
||||||
keywords = ["docker, ucp, install, requirements"]
|
- docker, ucp, install, requirements
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp"
|
|
||||||
identifier="mn_ucp_installation"
|
|
||||||
weight=30
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Install UCP
|
|
||||||
|
|
||||||
This section includes the following topics:
|
This section includes the following topics:
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Install UCP offline
|
||||||
title = "Install offline"
|
description: Learn how to install Docker Universal Control Plane. on a machine with
|
||||||
description = "Learn how to install Docker Universal Control Plane. on a machine with no internet access."
|
no internet access.
|
||||||
keywords = ["docker, ucp, install, offline"]
|
keywords:
|
||||||
[menu.main]
|
- docker, ucp, install, offline
|
||||||
parent="mn_ucp_installation"
|
---
|
||||||
identifier="ucp_install_offline"
|
|
||||||
weight=30
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Install UCP offline
|
|
||||||
|
|
||||||
The procedure to install Docker Universal Control Plane on a host is the same,
|
The procedure to install Docker Universal Control Plane on a host is the same,
|
||||||
whether that host has access to the internet or not.
|
whether that host has access to the internet or not.
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Install UCP for production
|
||||||
aliases = [ "/ucp/production-install/"]
|
description: Learn how to install Docker Universal Control Plane on production
|
||||||
title = "Install UCP for production"
|
keywords:
|
||||||
description = "Learn how to install Docker Universal Control Plane on production"
|
- Universal Control Plane, UCP, install
|
||||||
keywords = ["Universal Control Plane, UCP, install"]
|
---
|
||||||
[menu.main]
|
|
||||||
parent="mn_ucp_installation"
|
|
||||||
identifier="ucp_install_production"
|
|
||||||
weight=20
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Install UCP for production
|
|
||||||
|
|
||||||
Docker Universal Control Plane (UCP) is a containerized application that can be
|
Docker Universal Control Plane (UCP) is a containerized application that can be
|
||||||
installed on-premise or on a cloud infrastructure.
|
installed on-premise or on a cloud infrastructure.
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: License UCP
|
||||||
title = "License UCP"
|
description: Learn how to license your Docker Universal Control Plane installation.
|
||||||
description = "Learn how to license your Docker Universal Control Plane installation."
|
keywords:
|
||||||
keywords = ["Universal Control Plane, UCP, install, license"]
|
- Universal Control Plane, UCP, install, license
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_installation"
|
|
||||||
identifier="ucp_license"
|
|
||||||
weight=40
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# License UCP
|
|
||||||
|
|
||||||
After installing Docker Universal Control Plane, you need to license your
|
After installing Docker Universal Control Plane, you need to license your
|
||||||
installation. Here's how to do it.
|
installation. Here's how to do it.
|
||||||
|
|
|
@ -1,17 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Plan a production installation
|
||||||
aliases = ["/ucp/plan-production-install/"]
|
description: Learn about the Docker Universal Control Plane architecture, and the
|
||||||
title = "Plan a production installation"
|
requirements to install it on production.
|
||||||
description = "Learn about the Docker Universal Control Plane architecture, and the requirements to install it on production."
|
keywords:
|
||||||
keywords = ["docker, ucp, install, checklist"]
|
- docker, ucp, install, checklist
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_installation"
|
|
||||||
identifier="ucp_plan_production_install"
|
|
||||||
weight=10
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Plan a production installation
|
|
||||||
|
|
||||||
Docker Universal Control Plane can be installed on-premises, or
|
Docker Universal Control Plane can be installed on-premises, or
|
||||||
on a virtual private cloud.
|
on a virtual private cloud.
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Scale your cluster
|
||||||
title = "Scale your cluster"
|
description: Learn how to scale Docker Universal Control Plane cluster, by adding and removing nodes.
|
||||||
description = "Learn how to scale Docker Universal Control Plane cluster, by adding and removing nodes."
|
keywords:
|
||||||
keywords = ["UCP, cluster, scale"]
|
- UCP, cluster, scale
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_installation"
|
|
||||||
identifier="ucp_scale_cluster"
|
|
||||||
weight=50
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Scale your cluster
|
|
||||||
|
|
||||||
Docker UCP is designed for scaling horizontally as your applications grow in
|
Docker UCP is designed for scaling horizontally as your applications grow in
|
||||||
size and usage. You can add or remove nodes from the UCP cluster to make it
|
size and usage. You can add or remove nodes from the UCP cluster to make it
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: UCP System requirements
|
||||||
title = "System requirements"
|
description: Learn about the system requirements for installing Docker Universal Control
|
||||||
description = "Learn about the system requirements for installing Docker Universal Control Plane."
|
Plane.
|
||||||
keywords = ["docker, ucp, architecture, requirements"]
|
keywords:
|
||||||
[menu.main]
|
- docker, ucp, architecture, requirements
|
||||||
parent="mn_ucp_installation"
|
---
|
||||||
identifier="ucp_system_requirements"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# UCP system requirements
|
|
||||||
|
|
||||||
Docker Universal Control Plane can be installed on-premises or on the cloud.
|
Docker Universal Control Plane can be installed on-premises or on the cloud.
|
||||||
Before installing, be sure your infrastructure has these requirements.
|
Before installing, be sure your infrastructure has these requirements.
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Uninstall UCP
|
||||||
title = "Uninstall UCP"
|
description: Learn how to uninstall a Docker Universal Control Plane cluster.
|
||||||
description = "Learn how to uninstall a Docker Universal Control Plane cluster."
|
keywords:
|
||||||
keywords = ["docker, ucp, uninstall"]
|
- docker, ucp, uninstall
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_installation"
|
|
||||||
identifier="ucp_uninstall"
|
|
||||||
weight=70
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Uninstall UCP
|
|
||||||
|
|
||||||
Docker UCP is designed to scale as your applications grow in size and usage.
|
Docker UCP is designed to scale as your applications grow in size and usage.
|
||||||
You can [add and remove nodes](scale-your-cluster.md) from the cluster, to make
|
You can [add and remove nodes](scale-your-cluster.md) from the cluster, to make
|
||||||
|
|
|
@ -1,17 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Upgrade to UCP 2.0
|
||||||
aliases = [ "/ucp/upgrade-ucp/"]
|
description: Learn how to upgrade Docker Universal Control Plane with minimal impact
|
||||||
title = "Upgrade to UCP 2.0"
|
to your users.
|
||||||
description = "Learn how to upgrade Docker Universal Control Plane with minimal impact to your users."
|
keywords:
|
||||||
keywords = ["Docker, UCP, upgrade, update"]
|
- Docker, UCP, upgrade, update
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_ucp_installation"
|
|
||||||
identifier="ucp_upgrade_major"
|
|
||||||
weight=61
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Upgrade to UCP 2.0
|
|
||||||
|
|
||||||
This page guides you in upgrading Docker Universal Control Plane (UCP) to
|
This page guides you in upgrading Docker Universal Control Plane (UCP) to
|
||||||
version 2.0.
|
version 2.0.
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Monitor and troubleshoot UCP
|
||||||
aliases = [ "/ucp/manage/"]
|
description: Manage, monitor, troubleshoot
|
||||||
title = "Monitor and troubleshoot"
|
keywords:
|
||||||
description = "Manage, monitor, troubleshoot"
|
- manage, monitor, troubleshoot
|
||||||
keywords = ["manage, monitor, troubleshoot"]
|
---
|
||||||
[menu.main]
|
|
||||||
parent="mn_ucp"
|
|
||||||
identifier="mn_monitor_ucp"
|
|
||||||
weight=50
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Monitor UCP
|
|
||||||
|
|
||||||
This section includes the following topics:
|
This section includes the following topics:
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Monitor your cluster
|
||||||
aliases = [ "/ucp/manage/monitor-ucp/"]
|
description: Monitor your Docker Universal Control Plane installation, and learn how
|
||||||
title = "Monitor your cluster"
|
to troubleshoot it.
|
||||||
description = "Monitor your Docker Universal Control Plane installation, and learn how to troubleshoot it."
|
keywords:
|
||||||
keywords = ["Docker, UCP, troubleshoot"]
|
- Docker, UCP, troubleshoot
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_monitor_ucp"
|
|
||||||
identifier="ucp_monitor_cluster"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Monitor your cluster
|
|
||||||
|
|
||||||
This article gives you an overview of how to monitor your Docker UCP
|
This article gives you an overview of how to monitor your Docker UCP
|
||||||
cluster. Here you'll also find the information you need to troubleshoot
|
cluster. Here you'll also find the information you need to troubleshoot
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Troubleshoot cluster configurations
|
||||||
aliases = ["/ucp/kv_store/"]
|
description: Learn how to troubleshoot your Docker Universal Control Plane cluster.
|
||||||
title ="Troubleshoot cluster configurations"
|
keywords:
|
||||||
keywords= ["ectd, key, value, store, ucp"]
|
- ectd, key, value, store, ucp
|
||||||
description="Learn how to troubleshoot your Docker Universal Control Plane cluster."
|
---
|
||||||
[menu.main]
|
|
||||||
parent="mn_monitor_ucp"
|
|
||||||
identifier="ucp_troubleshoot_configurations"
|
|
||||||
weight=20
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Troubleshoot cluster configurations
|
|
||||||
|
|
||||||
Docker UCP persists configuration data on an [etcd](https://coreos.com/etcd/)
|
Docker UCP persists configuration data on an [etcd](https://coreos.com/etcd/)
|
||||||
key-value store that is replicated on all controller nodes of
|
key-value store that is replicated on all controller nodes of
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Troubleshoot your cluster
|
||||||
title ="Troubleshoot your cluster"
|
description: Learn how to troubleshoot your Docker Universal Control Plane cluster.
|
||||||
keywords= ["docker, ucp, troubleshoot"]
|
keywords:
|
||||||
description="Learn how to troubleshoot your Docker Universal Control Plane cluster."
|
- docker, ucp, troubleshoot
|
||||||
[menu.main]
|
---
|
||||||
parent="mn_monitor_ucp"
|
|
||||||
identifier="ucp_troubleshoot_cluster"
|
|
||||||
weight=10
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Troubleshoot your cluster
|
|
||||||
|
|
||||||
If you detect problems in your UCP cluster, you can start your troubleshooting
|
If you detect problems in your UCP cluster, you can start your troubleshooting
|
||||||
session by checking the logs of the
|
session by checking the logs of the
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Universal Control Plane overview
|
||||||
title ="Universal Control Plane overview"
|
description: Learn about Docker Universal Control Plane, the enterprise-grade cluster
|
||||||
description="Learn about Docker Universal Control Plane, the enterprise-grade cluster management solution from Docker."
|
management solution from Docker.
|
||||||
keywords= ["docker, ucp, overview, orchestration, clustering"]
|
keywords:
|
||||||
[menu.main]
|
- docker, ucp, overview, orchestration, clustering
|
||||||
parent="mn_ucp"
|
---
|
||||||
identifier="ucp_overview"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Universal Control Plane overview
|
|
||||||
|
|
||||||
Docker Universal Control Plane (UCP) is the enterprise-grade cluster management
|
Docker Universal Control Plane (UCP) is the enterprise-grade cluster management
|
||||||
solution from Docker. You install it behind your firewall, and it helps you
|
solution from Docker. You install it behind your firewall, and it helps you
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: UCP release notes
|
||||||
alias=["/ucp/release_notes/"]
|
description: Release notes for Docker Universal Control Plane. Learn more about the
|
||||||
title ="Release Notes"
|
changes introduced in the latest versions.
|
||||||
description="Release notes for Docker Universal Control Plane. Learn more about the changes introduced in the latest versions."
|
keywords:
|
||||||
keywords = ["Docker, UCP", "Release notes", "Versions"]
|
- Docker, UCP
|
||||||
[menu.main]
|
- Release notes
|
||||||
identifier="ucp-release-notes"
|
- Versions
|
||||||
parent="mn_ucp"
|
---
|
||||||
weight=100
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# UCP Release Notes
|
# UCP Release Notes
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,11 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Get support
|
||||||
title ="Get support"
|
description: Your Docker subscription gives you access to prioritized support. You
|
||||||
description="Your Docker subscription gives you access to prioritized support. You can file tickets via email, your the support portal."
|
can file tickets via email, your the support portal.
|
||||||
keywords = ["Docker, support", "help"]
|
keywords:
|
||||||
[menu.main]
|
- Docker, support
|
||||||
parent="mn_ucp"
|
- help
|
||||||
identifier="ucp_support"
|
---
|
||||||
weight=100
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Get support
|
|
||||||
|
|
||||||
Your Docker Data Center, or Universal Control Plane subscription gives you
|
Your Docker Data Center, or Universal Control Plane subscription gives you
|
||||||
access to prioritized support. The service levels depend on your subscription.
|
access to prioritized support. The service levels depend on your subscription.
|
||||||
|
|
|
@ -1,18 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Authentication and authorization
|
||||||
aliases = [ "/ucp/manage/monitor-manage-users/",
|
description: Learn how to manage permissions in Docker Universal Control Plane.
|
||||||
"/ucp/user-management/manage-users/"]
|
keywords:
|
||||||
title = "Authentication and authorization"
|
- authorization, authentication, users, teams, UCP
|
||||||
description = "Learn how to manage permissions in Docker Universal Control Plane."
|
---
|
||||||
keywords = ["authorization, authentication, users, teams, UCP"]
|
|
||||||
[menu.main]
|
|
||||||
parent="mn_ucp_user_management"
|
|
||||||
identifier="ucp_manage_users"
|
|
||||||
weight=0
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Authentication and authorization
|
|
||||||
|
|
||||||
With Docker Universal Control Plane you get to control who can create and edit
|
With Docker Universal Control Plane you get to control who can create and edit
|
||||||
resources like services, images, networks, and volumes in your cluster.
|
resources like services, images, networks, and volumes in your cluster.
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Create and manage teams
|
||||||
title = "Create and manage teams"
|
description: Learn how to create and manage user permissions, using teams in your
|
||||||
description = "Learn how to create and manage user permissions, using teams in your Docker Universal Control Plane cluster."
|
Docker Universal Control Plane cluster.
|
||||||
keywords = ["authorize, authentication, users, teams, UCP, Docker"]
|
keywords:
|
||||||
[menu.main]
|
- authorize, authentication, users, teams, UCP, Docker
|
||||||
parent="mn_ucp_user_management"
|
---
|
||||||
identifier="ucp_create_manage_teams"
|
|
||||||
weight=20
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Create and manage teams
|
|
||||||
|
|
||||||
You can extend the user's default permissions by granting them fine-grain
|
You can extend the user's default permissions by granting them fine-grain
|
||||||
permissions over resources. You do this by adding the user to a team.
|
permissions over resources. You do this by adding the user to a team.
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Create and manage users
|
||||||
title = "Create and manage users"
|
description: Learn how to create and manage users in your Docker Universal Control
|
||||||
description = "Learn how to create and manage users in your Docker Universal Control Plane cluster."
|
Plane cluster.
|
||||||
keywords = ["authorize, authentication, users, teams, UCP, Docker"]
|
keywords:
|
||||||
[menu.main]
|
- authorize, authentication, users, teams, UCP, Docker
|
||||||
parent="mn_ucp_user_management"
|
---
|
||||||
identifier="ucp_create_manage_users"
|
|
||||||
weight=10
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Create and manage users
|
|
||||||
|
|
||||||
When using the UCP built-in authentication, you need to create users and
|
When using the UCP built-in authentication, you need to create users and
|
||||||
assign them with a default permission level so that they can access the
|
assign them with a default permission level so that they can access the
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Manage users in UCP
|
||||||
title = "User management"
|
description: Learn how to manage user permissions on Docker Universal Control Plane.
|
||||||
description = "Learn how to manage user permissions on Docker Universal Control Plane."
|
keywords:
|
||||||
keywords = ["docker, ucp, management, security, users"]
|
- docker, ucp, management, security, users
|
||||||
[menu.main]
|
---
|
||||||
identifier="mn_ucp_user_management"
|
|
||||||
parent="mn_ucp"
|
|
||||||
weight=70
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Manage users in UCP
|
|
||||||
|
|
||||||
This section includes the following topics:
|
This section includes the following topics:
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
<!--[metadata]>
|
---
|
||||||
+++
|
title: Permission levels
|
||||||
title = "Permission levels"
|
description: Learn about the permission levels available in Docker Universal Control
|
||||||
description = "Learn about the permission levels available in Docker Universal Control Plane."
|
Plane.
|
||||||
keywords = ["authorization, authentication, users, teams, UCP"]
|
keywords:
|
||||||
[menu.main]
|
- authorization, authentication, users, teams, UCP
|
||||||
parent="mn_ucp_user_management"
|
---
|
||||||
identifier="ucp_permission_levels"
|
|
||||||
weight=30
|
|
||||||
+++
|
|
||||||
<![end-metadata]-->
|
|
||||||
|
|
||||||
# Permission levels
|
|
||||||
|
|
||||||
Docker Universal Control Plane has two types of users: administrators and
|
Docker Universal Control Plane has two types of users: administrators and
|
||||||
regular users. Administrators can make changes to the UCP cluster, while
|
regular users. Administrators can make changes to the UCP cluster, while
|
||||||
|
|
Loading…
Reference in New Issue