Transform datacenter articles frontmatter

This commit is contained in:
Joao Fernandes 2016-11-07 14:47:40 -08:00
parent 0b59c516cc
commit e06fed5f1e
42 changed files with 263 additions and 543 deletions

View File

@ -108,7 +108,9 @@ To transfer the images:
2. Get the filesystem volume path DTR 2.0 stores images:
```bash
{% raw %}
$ 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`

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "CLI-based access"
description = "Learn how to access Docker Universal Control Plane from the CLI."
keywords = ["docker, ucp, cli, administration"]
[menu.main]
parent="mn_ucp_access"
identifier="ucp_cli_access"
weight=10
+++
<![end-metadata]-->
# CLI-based access
---
title: CLI-based access
description: Learn how to access Docker Universal Control Plane from the CLI.
keywords:
- docker, ucp, cli, administration
---
Docker UCP secures your cluster with role-based access control, so that only
authorized users can perform changes to the cluster.

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "Access UCP"
description = "Learn how to access Docker Universal Control Plane from the web and the CLI."
keywords = ["docker, ucp, cli"]
[menu.main]
parent="mn_ucp"
identifier="mn_ucp_access"
weight=31
+++
<![end-metadata]-->
# Access UCP
---
title: Access UCP
description: Learn how to access Docker Universal Control Plane from the web and the
CLI.
keywords:
- docker, ucp, cli
---
This section includes the following topics:

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Web-based access"
description = "Learn how to access Docker Universal Control Plane from the web browser."
keywords = ["docker, ucp, web, administration"]
[menu.main]
parent="mn_ucp_access"
identifier="ucp_web_access"
weight=0
+++
<![end-metadata]-->
# Web-based access
---
title: Web-based access
description: Learn how to access Docker Universal Control Plane from the web browser.
keywords:
- docker, ucp, web, administration
---
Docker Universal Control Plane allows you to manage your cluster in a visual
way, from your browser.

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
aliases = ["/ucp/deploy-application/"]
title = "Deploy an app from the CLI"
description = "Learn how to deploy containerized applications on a cluster, with Docker Universal Control Plane."
keywords = ["deploy, application"]
[menu.main]
parent="mn_ucp_applications"
identifier="ucp_deploy_cli"
weight=10
+++
<![end-metadata]-->
---
title: Deploy an app from the CLI
description: Learn how to deploy containerized applications on a cluster, with Docker
Universal Control Plane.
keywords:
- deploy, application
---
# Deploy an app from the CLI

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "Deploy an app from the UI"
description = "Learn how to deploy containerized applications on a cluster, with Docker Universal Control Plane."
keywords = ["ucp, deploy, application"]
[menu.main]
parent="mn_ucp_applications"
identifier="ucp_deploy_ui"
weight=0
+++
<![end-metadata]-->
# 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
Universal Control Plane.
keywords:
- ucp, deploy, application
---
With Docker Universal Control Plane you can deploy applications from the
UI. You can define your application on the UI, or import an existing

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Applications"
description = "Learn how to manage applications on Docker Universal Control Plane."
keywords = ["docker, ucp, apps, management"]
[menu.main]
parent="mn_ucp"
identifier="mn_ucp_applications"
weight=80
+++
<![end-metadata]-->
# UCP applications
---
title: UCP applications
description: Learn how to manage applications on Docker Universal Control Plane.
keywords:
- docker, ucp, apps, management
---
This section includes the following topics:

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Architecture"
description = "Learn about the architecture of Docker Universal Control Plane."
keywords = ["docker, ucp, architecture"]
[menu.main]
parent="mn_ucp"
identifier="ucp_architecture"
weight=20
+++
<![end-metadata]-->
# UCP architecture
---
title: UCP architecture
description: Learn about the architecture of Docker Universal Control Plane.
keywords:
- docker, ucp, architecture
---
Universal Control Plane is a containerized application that runs on the
Commercially Supported (CS) Docker Engine. It allows you to manage from a

View File

@ -1,14 +1,10 @@
<!--[metadata]>
+++
title = "Configure UCP logging"
description = "Learn how to configure Docker Universal Control Plane to store your logs on an external log system."
keywords = ["docker, ucp, integrate, logs"]
[menu.main]
parent="mn_ucp_configuration"
identifier="ucp_configure_logs"
weight=10
+++
<![end-metadata]-->
---
title: Configure UCP logging
description: Learn how to configure Docker Universal Control Plane to store your logs
on an external log system.
keywords:
- docker, ucp, integrate, logs
---
## Configure UCP logging

View File

@ -1,18 +1,9 @@
<!--[metadata]>
+++
aliases = [ "/ucp/dtr-integration/"]
title = "Integrate with Docker Trusted Registry"
description = "Integrate UCP with Docker Trusted Registry"
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
---
title: Integrate with Docker Trusted Registry
description: Integrate UCP with Docker Trusted Registry
keywords:
- trusted, registry, integrate, UCP, DTR
---
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

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Configuration"
description = "Learn how to configure Docker Universal Control Plane on production."
keywords = ["docker, ucp, install, configuration"]
[menu.main]
parent="mn_ucp"
identifier="mn_ucp_configuration"
weight=50
+++
<![end-metadata]-->
# UCP configuration
---
title: UCP configuration
description: Learn how to configure Docker Universal Control Plane on production.
keywords:
- docker, ucp, install, configuration
---
This section includes the following topics:

View File

@ -1,17 +1,10 @@
<!--[metadata]>
+++
aliases = [ "/docker-trusted-registry/configure/config-auth/"]
title ="Integrate with LDAP"
keywords= ["LDAP, authentication, user management"]
description="Learn how to integrate UCP with an LDAP service, so that you can manage users from a single place."
[menu.main]
parent="mn_ucp_configuration"
identifier="ucp_ldap_integration"
weight=30
+++
<![end-metadata]-->
# Integrate with LDAP
---
title: Integrate with LDAP
description: Learn how to integrate UCP with an LDAP service, so that you can manage
users from a single place.
keywords:
- LDAP, authentication, user management
---
Docker UCP integrates with LDAP services, so that you can manage users from a
single place.

View File

@ -1,17 +1,9 @@
<!--[metadata]>
+++
title = "Route hostnames to services"
description = "Learn how to deploy containerized applications on a cluster, with Docker Universal Control Plane."
keywords = ["deploy, application"]
[menu.main]
parent="mn_ucp_configuration"
identifier="ucp-route-hostnames"
weight=50
+++
<![end-metadata]-->
# Route hostnames to services
---
title: Enable container networking with UCP
description: Docker Universal Control Plane
keywords:
- networking, kv, engine-discovery, ucp
---
UCP provides an HTTP routing mesh, that extends the networking capabilities
of Docker Engine. Docker Engine provides load balancing and service discovery

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "Use externally-signed certificates"
description = "Learn how to configure Docker Universal Control Plane to use your own certificates."
keywords = ["Universal Control Plane, UCP, certificate, authentiation, tls"]
[menu.main]
parent="mn_ucp_configuration"
identifier="ucp_configure_certs"
weight=0
+++
<![end-metadata]-->
# Use externally-signed certificates
---
title: Use externally-signed certificates
description: Learn how to configure Docker Universal Control Plane to use your own
certificates.
keywords:
- Universal Control Plane, UCP, certificate, authentiation, tls
---
By default the UCP web UI is exposed using HTTPS, to ensure all
communications between clients and the cluster are encrypted. Since UCP

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Run only the images you trust"
description = "Configure a Docker Universal Plane cluster to only allow running applications that use images you trust."
keywords = ["UCP, trust, notary, registry, security"]
[menu.main]
parent="ucp-menu-content-trust"
identifier="ucp-run-trusted-images"
weight=0
+++
<![end-metadata]-->
# 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.
keywords:
- docker, ucp, backup, restore, recovery
---
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

View File

@ -1,17 +1,9 @@
<!--[metadata]>
+++
title = "Manage trusted repositories"
description = "Learn how to use the Notary CLI client to manage trusted repositories"
keywords = ["UCP, trust, notary, registry, security"]
[menu.main]
parent="ucp-menu-content-trust"
identifier="ucp-manage-trusted-repository"
weight=10
+++
<![end-metadata]-->
# Manage trusted repositories
---
title: Manage trusted repositories
description: Learn how to use the Notary CLI client to manage trusted repositories
keywords:
- UCP, trust, notary, registry, security
---
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

View File

@ -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]-->

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
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."
keywords= ["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
---
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.
keywords:
- docker, ucp, backup, restore, recovery
---
When you decide to start using Docker Universal Control Plane on a production
setting, you should

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "High-availability"
description = "Learn how to set up Docker Universal Control Plane for high availability."
keywords = ["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
---
title: Configure UCP for high availability
description: Learn how to set up Docker Universal Control Plane for high availability.
keywords:
- docker, ucp, high-availability, backup, recovery
---
This section includes the following topics:

View File

@ -1,18 +1,10 @@
<!--[metadata]>
+++
aliases = [ "/ucp/understand_ha/"]
title ="Set up high availability"
description="Docker Universal Control plane has support for high availability. Learn how to set up your installation to ensure it tolerates failures."
keywords= ["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
---
title: Set up high availability
description: Docker Universal Control plane has support for high availability. Learn
how to set up your installation to ensure it tolerates failures.
keywords:
- docker, ucp, high-availability, replica
---
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,

View File

@ -1,15 +1,9 @@
<!--[metadata]>
+++
title ="Universal Control Plane"
keywords= ["universal, control, plane, ucp"]
description="Docker Universal Control Plane"
[menu.main]
identifier="mn_ucp"
weight=-64
+++
<![end-metadata]-->
# Docker Universal Control Plane
---
title: Docker Universal Control Plane
description: Docker Universal Control Plane
keywords:
- universal, control, plane, ucp
---
Docker Universal Control Plane (UCP) is the enterprise-grade cluster management
solution from Docker. You install it behind your firewall, and it helps you

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Installation"
description = "Learn the requirements and procedure to install Docker Universal Control Plane on production."
keywords = ["docker, ucp, install, requirements"]
[menu.main]
parent="mn_ucp"
identifier="mn_ucp_installation"
weight=30
+++
<![end-metadata]-->
# Install UCP
---
title: Install UCP
description: Learn the requirements and procedure to install Docker Universal Control Plane on production.
keywords:
- docker, ucp, install, requirements
---
This section includes the following topics:

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "Install offline"
description = "Learn how to install Docker Universal Control Plane. on a machine with no internet access."
keywords = ["docker, ucp, install, offline"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_install_offline"
weight=30
+++
<![end-metadata]-->
# Install UCP offline
---
title: Install UCP offline
description: Learn how to install Docker Universal Control Plane. on a machine with
no internet access.
keywords:
- docker, ucp, install, offline
---
The procedure to install Docker Universal Control Plane on a host is the same,
whether that host has access to the internet or not.

View File

@ -1,17 +1,9 @@
<!--[metadata]>
+++
aliases = [ "/ucp/production-install/"]
title = "Install UCP for production"
description = "Learn how to install Docker Universal Control Plane on production"
keywords = ["Universal Control Plane, UCP, install"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_install_production"
weight=20
+++
<![end-metadata]-->
# Install UCP for production
---
title: Install UCP for production
description: Learn how to install Docker Universal Control Plane on production
keywords:
- Universal Control Plane, UCP, install
---
Docker Universal Control Plane (UCP) is a containerized application that can be
installed on-premise or on a cloud infrastructure.

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "License UCP"
description = "Learn how to license your Docker Universal Control Plane installation."
keywords = ["Universal Control Plane, UCP, install, license"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_license"
weight=40
+++
<![end-metadata]-->
# License UCP
---
title: License UCP
description: Learn how to license your Docker Universal Control Plane installation.
keywords:
- Universal Control Plane, UCP, install, license
---
After installing Docker Universal Control Plane, you need to license your
installation. Here's how to do it.

View File

@ -1,17 +1,10 @@
<!--[metadata]>
+++
aliases = ["/ucp/plan-production-install/"]
title = "Plan a production installation"
description = "Learn about the Docker Universal Control Plane architecture, and the requirements to install it on production."
keywords = ["docker, ucp, install, checklist"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_plan_production_install"
weight=10
+++
<![end-metadata]-->
# Plan a production installation
---
title: Plan a production installation
description: Learn about the Docker Universal Control Plane architecture, and the
requirements to install it on production.
keywords:
- docker, ucp, install, checklist
---
Docker Universal Control Plane can be installed on-premises, or
on a virtual private cloud.

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Scale your cluster"
description = "Learn how to scale Docker Universal Control Plane cluster, by adding and removing nodes."
keywords = ["UCP, cluster, scale"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_scale_cluster"
weight=50
+++
<![end-metadata]-->
# Scale your cluster
---
title: Scale your cluster
description: Learn how to scale Docker Universal Control Plane cluster, by adding and removing nodes.
keywords:
- UCP, cluster, scale
---
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

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "System requirements"
description = "Learn about the system requirements for installing Docker Universal Control Plane."
keywords = ["docker, ucp, architecture, requirements"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_system_requirements"
weight=0
+++
<![end-metadata]-->
# UCP system requirements
---
title: UCP System requirements
description: Learn about the system requirements for installing Docker Universal Control
Plane.
keywords:
- docker, ucp, architecture, requirements
---
Docker Universal Control Plane can be installed on-premises or on the cloud.
Before installing, be sure your infrastructure has these requirements.

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "Uninstall UCP"
description = "Learn how to uninstall a Docker Universal Control Plane cluster."
keywords = ["docker, ucp, uninstall"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_uninstall"
weight=70
+++
<![end-metadata]-->
# Uninstall UCP
---
title: Uninstall UCP
description: Learn how to uninstall a Docker Universal Control Plane cluster.
keywords:
- docker, ucp, uninstall
---
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

View File

@ -1,17 +1,10 @@
<!--[metadata]>
+++
aliases = [ "/ucp/upgrade-ucp/"]
title = "Upgrade to UCP 2.0"
description = "Learn how to upgrade Docker Universal Control Plane with minimal impact to your users."
keywords = ["Docker, UCP, upgrade, update"]
[menu.main]
parent="mn_ucp_installation"
identifier="ucp_upgrade_major"
weight=61
+++
<![end-metadata]-->
# Upgrade to UCP 2.0
---
title: Upgrade to UCP 2.0
description: Learn how to upgrade Docker Universal Control Plane with minimal impact
to your users.
keywords:
- Docker, UCP, upgrade, update
---
This page guides you in upgrading Docker Universal Control Plane (UCP) to
version 2.0.

View File

@ -1,17 +1,9 @@
<!--[metadata]>
+++
aliases = [ "/ucp/manage/"]
title = "Monitor and troubleshoot"
description = "Manage, monitor, troubleshoot"
keywords = ["manage, monitor, troubleshoot"]
[menu.main]
parent="mn_ucp"
identifier="mn_monitor_ucp"
weight=50
+++
<![end-metadata]-->
# Monitor UCP
---
title: Monitor and troubleshoot UCP
description: Manage, monitor, troubleshoot
keywords:
- manage, monitor, troubleshoot
---
This section includes the following topics:

View File

@ -1,17 +1,10 @@
<!--[metadata]>
+++
aliases = [ "/ucp/manage/monitor-ucp/"]
title = "Monitor your cluster"
description = "Monitor your Docker Universal Control Plane installation, and learn how to troubleshoot it."
keywords = ["Docker, UCP, troubleshoot"]
[menu.main]
parent="mn_monitor_ucp"
identifier="ucp_monitor_cluster"
weight=0
+++
<![end-metadata]-->
# Monitor your cluster
---
title: Monitor your cluster
description: Monitor your Docker Universal Control Plane installation, and learn how
to troubleshoot it.
keywords:
- Docker, UCP, troubleshoot
---
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

View File

@ -1,17 +1,9 @@
<!--[metadata]>
+++
aliases = ["/ucp/kv_store/"]
title ="Troubleshoot cluster configurations"
keywords= ["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
---
title: Troubleshoot cluster configurations
description: Learn how to troubleshoot your Docker Universal Control Plane cluster.
keywords:
- ectd, key, value, store, ucp
---
Docker UCP persists configuration data on an [etcd](https://coreos.com/etcd/)
key-value store that is replicated on all controller nodes of

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title ="Troubleshoot your cluster"
keywords= ["docker, ucp, troubleshoot"]
description="Learn how to troubleshoot your Docker Universal Control Plane cluster."
[menu.main]
parent="mn_monitor_ucp"
identifier="ucp_troubleshoot_cluster"
weight=10
+++
<![end-metadata]-->
# Troubleshoot your cluster
---
title: Troubleshoot your cluster
description: Learn how to troubleshoot your Docker Universal Control Plane cluster.
keywords:
- docker, ucp, troubleshoot
---
If you detect problems in your UCP cluster, you can start your troubleshooting
session by checking the logs of the

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title ="Universal Control Plane overview"
description="Learn about Docker Universal Control Plane, the enterprise-grade cluster management solution from Docker."
keywords= ["docker, ucp, overview, orchestration, clustering"]
[menu.main]
parent="mn_ucp"
identifier="ucp_overview"
weight=0
+++
<![end-metadata]-->
# Universal Control Plane overview
---
title: Universal Control Plane overview
description: Learn about Docker Universal Control Plane, the enterprise-grade cluster
management solution from Docker.
keywords:
- docker, ucp, overview, orchestration, clustering
---
Docker Universal Control Plane (UCP) is the enterprise-grade cluster management
solution from Docker. You install it behind your firewall, and it helps you

View File

@ -1,15 +1,12 @@
<!--[metadata]>
+++
alias=["/ucp/release_notes/"]
title ="Release Notes"
description="Release notes for Docker Universal Control Plane. Learn more about the changes introduced in the latest versions."
keywords = ["Docker, UCP", "Release notes", "Versions"]
[menu.main]
identifier="ucp-release-notes"
parent="mn_ucp"
weight=100
+++
<![end-metadata]-->
---
title: UCP release notes
description: Release notes for Docker Universal Control Plane. Learn more about the
changes introduced in the latest versions.
keywords:
- Docker, UCP
- Release notes
- Versions
---
# UCP Release Notes

View File

@ -1,16 +1,11 @@
<!--[metadata]>
+++
title ="Get support"
description="Your Docker subscription gives you access to prioritized support. You can file tickets via email, your the support portal."
keywords = ["Docker, support", "help"]
[menu.main]
parent="mn_ucp"
identifier="ucp_support"
weight=100
+++
<![end-metadata]-->
# Get support
---
title: Get support
description: Your Docker subscription gives you access to prioritized support. You
can file tickets via email, your the support portal.
keywords:
- Docker, support
- help
---
Your Docker Data Center, or Universal Control Plane subscription gives you
access to prioritized support. The service levels depend on your subscription.

View File

@ -1,18 +1,9 @@
<!--[metadata]>
+++
aliases = [ "/ucp/manage/monitor-manage-users/",
"/ucp/user-management/manage-users/"]
title = "Authentication and authorization"
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
---
title: Authentication and authorization
description: Learn how to manage permissions in Docker Universal Control Plane.
keywords:
- authorization, authentication, users, teams, UCP
---
With Docker Universal Control Plane you get to control who can create and edit
resources like services, images, networks, and volumes in your cluster.

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "Create and manage teams"
description = "Learn how to create and manage user permissions, using teams in your Docker Universal Control Plane cluster."
keywords = ["authorize, authentication, users, teams, UCP, Docker"]
[menu.main]
parent="mn_ucp_user_management"
identifier="ucp_create_manage_teams"
weight=20
+++
<![end-metadata]-->
# Create and manage teams
---
title: Create and manage teams
description: Learn how to create and manage user permissions, using teams in your
Docker Universal Control Plane cluster.
keywords:
- authorize, authentication, users, teams, UCP, Docker
---
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.

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "Create and manage users"
description = "Learn how to create and manage users in your Docker Universal Control Plane cluster."
keywords = ["authorize, authentication, users, teams, UCP, Docker"]
[menu.main]
parent="mn_ucp_user_management"
identifier="ucp_create_manage_users"
weight=10
+++
<![end-metadata]-->
# Create and manage users
---
title: Create and manage users
description: Learn how to create and manage users in your Docker Universal Control
Plane cluster.
keywords:
- authorize, authentication, users, teams, UCP, Docker
---
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

View File

@ -1,16 +1,9 @@
<!--[metadata]>
+++
title = "User management"
description = "Learn how to manage user permissions on Docker Universal Control Plane."
keywords = ["docker, ucp, management, security, users"]
[menu.main]
identifier="mn_ucp_user_management"
parent="mn_ucp"
weight=70
+++
<![end-metadata]-->
# Manage users in UCP
---
title: Manage users in UCP
description: Learn how to manage user permissions on Docker Universal Control Plane.
keywords:
- docker, ucp, management, security, users
---
This section includes the following topics:

View File

@ -1,16 +1,10 @@
<!--[metadata]>
+++
title = "Permission levels"
description = "Learn about the permission levels available in Docker Universal Control Plane."
keywords = ["authorization, authentication, users, teams, UCP"]
[menu.main]
parent="mn_ucp_user_management"
identifier="ucp_permission_levels"
weight=30
+++
<![end-metadata]-->
# Permission levels
---
title: Permission levels
description: Learn about the permission levels available in Docker Universal Control
Plane.
keywords:
- authorization, authentication, users, teams, UCP
---
Docker Universal Control Plane has two types of users: administrators and
regular users. Administrators can make changes to the UCP cluster, while