Update metadata in DDC articles (#187)

This commit is contained in:
Joao Fernandes 2017-07-31 14:26:31 -07:00 committed by Jim Galasyn
parent 186f54c48f
commit 2fcdaf107e
62 changed files with 76 additions and 76 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: DTR backups and recovery title: DTR backups and recovery
description: Learn how to back up your Docker Trusted Registry cluster, and to recover your cluster from an existing backup. description: Learn how to back up your Docker Trusted Registry cluster, and to recover your cluster from an existing backup.
keywords: docker, registry, high-availability, backup, recovery keywords: registry, high-availability, backup, recovery
--- ---
{% assign image_backup_file = "backup-images.tar" %} {% assign image_backup_file = "backup-images.tar" %}

View File

@ -1,7 +1,7 @@
--- ---
title: Chain multiple caches title: Chain multiple caches
description: Learn how to deploy and chain multiple caches for Docker Trusted Registry, to cover multiple regions or offices description: Learn how to deploy and chain multiple caches for Docker Trusted Registry, to cover multiple regions or offices
keywords: docker, dtr, tls keywords: dtr, tls
--- ---
If your users are distributed geographically, consider chaining multiple DTR If your users are distributed geographically, consider chaining multiple DTR

View File

@ -1,7 +1,7 @@
--- ---
title: Deploy DTR caches title: Deploy DTR caches
description: Learn how to deploy and configure DTR caches, so that users can pull images faster. description: Learn how to deploy and configure DTR caches, so that users can pull images faster.
keywords: docker, registry, dtr, cache keywords: registry, dtr, cache
--- ---

View File

@ -1,7 +1,7 @@
--- ---
title: Deploy caches with TLS title: Deploy caches with TLS
description: Learn how to deploy and secure caches for Docker Trusted Registry, leveraging TLS description: Learn how to deploy and secure caches for Docker Trusted Registry, leveraging TLS
keywords: docker, dtr, tls keywords: dtr, tls
--- ---
When running DTR caches on a production environment, you should secure them When running DTR caches on a production environment, you should secure them

View File

@ -2,7 +2,7 @@
title: Store images on Amazon S3 title: Store images on Amazon S3
description: Learn how to configure Docker Trusted Registry to store Docker images on description: Learn how to configure Docker Trusted Registry to store Docker images on
Amazon S3 Amazon S3
keywords: docker, dtr, storage driver, s3 keywords: dtr, storage driver, s3
--- ---
You can configure DTR to store Docker images on Amazon S3, or other file servers You can configure DTR to store Docker images on Amazon S3, or other file servers

View File

@ -1,7 +1,7 @@
--- ---
description: Configure garbage collection in Docker Trusted Registry description: Configure garbage collection in Docker Trusted Registry
keywords: docker, registry, garbage collection, gc, space, disk space
title: Docker Trusted Registry 2.2 Garbage Collection title: Docker Trusted Registry 2.2 Garbage Collection
keywords: registry, garbage collection, gc, space, disk space
--- ---
#### TL;DR #### TL;DR

View File

@ -1,7 +1,7 @@
--- ---
title: License your installation title: License your installation
description: Learn how to license your Docker Trusted Registry installation. description: Learn how to license your Docker Trusted Registry installation.
keywords: docker, dtr, install, license keywords: dtr, install, license
--- ---
By default, you don't need to license your Docker Trusted Registry. When By default, you don't need to license your Docker Trusted Registry. When

View File

@ -1,7 +1,7 @@
--- ---
title: Set up high availability title: Set up high availability
description: Lean how to scale Docker Trusted Registry by adding and removing replicas. description: Lean how to scale Docker Trusted Registry by adding and removing replicas.
keywords: docker, dtr, install, deploy keywords: dtr, install, deploy
--- ---
Docker Trusted Registry is designed to scale horizontally as your usage Docker Trusted Registry is designed to scale horizontally as your usage

View File

@ -1,7 +1,7 @@
--- ---
description: Enable and configure Docker Security Scanning for Docker Trusted Registry.
keywords: docker, registry, scanning, security scan, vulnerability, CVE
title: Set up Security Scanning in DTR title: Set up Security Scanning in DTR
description: Enable and configure Docker Security Scanning for Docker Trusted Registry.
keywords: registry, scanning, security scan, vulnerability, CVE
--- ---
This page explains how to set up and enable Docker Security Scanning on an existing installation of Docker Trusted Registry. This page explains how to set up and enable Docker Security Scanning on an existing installation of Docker Trusted Registry.

View File

@ -1,7 +1,7 @@
--- ---
title: Use a load balancer title: Use a load balancer
description: Learn how to configure a load balancer to balance user requests across multiple Docker Trusted Registry replicas. description: Learn how to configure a load balancer to balance user requests across multiple Docker Trusted Registry replicas.
keywords: docker, dtr, load balancer keywords: dtr, load balancer
--- ---
Once youve joined multiple DTR replicas nodes for Once youve joined multiple DTR replicas nodes for

View File

@ -1,7 +1,7 @@
--- ---
title: Use your own TLS certificates title: Use your own TLS certificates
description: Learn how to configure Docker Trusted Registry with your own TLS certificates. description: Learn how to configure Docker Trusted Registry with your own TLS certificates.
keywords: docker, dtr, tls keywords: dtr, tls
--- ---

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to install Docker Trusted Registry for production.
keywords: docker, dtr, registry, install
title: Install Docker Trusted Registry title: Install Docker Trusted Registry
description: Learn how to install Docker Trusted Registry for production.
keywords: dtr, registry, install
--- ---
Docker Trusted Registry (DTR) is a containerized application that runs on a Docker Trusted Registry (DTR) is a containerized application that runs on a

View File

@ -1,8 +1,8 @@
--- ---
title: Install Docker Trusted Registry offline
description: Learn how to install Docker Trusted Registry on a machine with no internet description: Learn how to install Docker Trusted Registry on a machine with no internet
access. access.
keywords: docker, registry, install, offline keywords: registry, install, offline
title: Install Docker Trusted Registry offline
--- ---
The procedure to install Docker Trusted Registry on a host is the same, The procedure to install Docker Trusted Registry on a host is the same,

View File

@ -1,7 +1,7 @@
--- ---
description: Learn about the system requirements for installing Docker Trusted Registry.
keywords: docker, DTR, architecture, requirements
title: Docker Trusted Registry system requirements title: Docker Trusted Registry system requirements
description: Learn about the system requirements for installing Docker Trusted Registry.
keywords: DTR, architecture, requirements
--- ---
Docker Trusted Registry can be installed on-premises or on the cloud. Docker Trusted Registry can be installed on-premises or on the cloud.

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to uninstall your Docker Trusted Registry installation.
keywords: docker, dtr, install, uninstall
title: Uninstall Docker Trusted Registry title: Uninstall Docker Trusted Registry
description: Learn how to uninstall your Docker Trusted Registry installation.
keywords: dtr, install, uninstall
--- ---
Uninstalling DTR can be done by simply removing all data associated with each Uninstalling DTR can be done by simply removing all data associated with each

View File

@ -2,7 +2,7 @@
title: Create and manage organizations title: Create and manage organizations
description: Learn how to set up organizations to enforce security in Docker Trusted description: Learn how to set up organizations to enforce security in Docker Trusted
Registry. Registry.
keywords: docker, registry, security, permissions, organizations keywords: registry, security, permissions, organizations
--- ---
When a user creates a repository, only that user has permissions to make changes When a user creates a repository, only that user has permissions to make changes

View File

@ -1,8 +1,8 @@
--- ---
title: Create and manage teams in DTR
description: Learn how to manage teams to enforce fine-grain access control in Docker description: Learn how to manage teams to enforce fine-grain access control in Docker
Trusted Registry. Trusted Registry.
keywords: docker, registry, security, permissions, teams keywords: registry, security, permissions, teams
title: Create and manage teams in DTR
--- ---
You can extend a user's default permissions by granting them individual You can extend a user's default permissions by granting them individual

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to manage user permissions in Docker Trusted Registry.
keywords: docker, registry, security, permissions, users
title: Create and manage users in DTR title: Create and manage users in DTR
description: Learn how to manage user permissions in Docker Trusted Registry.
keywords: registry, security, permissions, users
--- ---
When using the Docker Datacenter built-in authentication, you can create users When using the Docker Datacenter built-in authentication, you can create users

View File

@ -1,7 +1,7 @@
--- ---
description: Learn about the permission levels available on Docker Trusted Registry.
keywords: docker, registry, security, permissions, users
title: Authentication and authorization in DTR title: Authentication and authorization in DTR
description: Learn about the permission levels available on Docker Trusted Registry.
keywords: registry, security, permissions, users
--- ---
With DTR you get to control which users have access to your image repositories. With DTR you get to control which users have access to your image repositories.

View File

@ -1,7 +1,7 @@
--- ---
description: Learn about the permission levels available in Docker Trusted Registry.
keywords: docker, registry, security, permissions
title: Permission levels in DTR title: Permission levels in DTR
description: Learn about the permission levels available in Docker Trusted Registry.
keywords: registry, security, permissions
--- ---
Docker Trusted Registry allows you to define fine-grain permissions over image Docker Trusted Registry allows you to define fine-grain permissions over image

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to monitor your DTR installation.
keywords: docker, registry, monitor, troubleshoot
title: Monitor Docker Trusted Registry title: Monitor Docker Trusted Registry
description: Learn how to monitor your DTR installation.
keywords: registry, monitor, troubleshoot
--- ---
Docker Trusted Registry is a Dockerized application. To monitor it, you can Docker Trusted Registry is a Dockerized application. To monitor it, you can

View File

@ -1,7 +1,7 @@
--- ---
title: Troubleshoot batch jobs title: Troubleshoot batch jobs
description: Learn how Docker Trusted Registry run batch jobs, so that you can troubleshoot when something goes wrong description: Learn how Docker Trusted Registry run batch jobs, so that you can troubleshoot when something goes wrong
keywords: docker, dtr, troubleshoot keywords: dtr, troubleshoot
--- ---
DTR uses a job queue to schedule batch jobs. A job is placed on this work queue, DTR uses a job queue to schedule batch jobs. A job is placed on this work queue,

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to troubleshoot your DTR installation.
keywords: docker, registry, monitor, troubleshoot
title: Troubleshoot Docker Trusted Registry title: Troubleshoot Docker Trusted Registry
description: Learn how to troubleshoot your DTR installation.
keywords: registry, monitor, troubleshoot
--- ---
This guide contains tips and tricks for troubleshooting DTR problems. This guide contains tips and tricks for troubleshooting DTR problems.

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to upgrade your Docker Trusted Registry
keywords: docker, dtr, upgrade, install
title: Upgrade DTR title: Upgrade DTR
description: Learn how to upgrade your Docker Trusted Registry
keywords: dtr, upgrade, install
--- ---
DTR uses [semantic versioning](http://semver.org/) and we aim to achieve specific DTR uses [semantic versioning](http://semver.org/) and we aim to achieve specific

View File

@ -1,7 +1,7 @@
--- ---
description: Learn about the architecture of Docker Trusted Registry.
keywords: docker, registry, dtr, architecture
title: DTR architecture title: DTR architecture
description: Learn about the architecture of Docker Trusted Registry.
keywords: registry, dtr, architecture
--- ---
Docker Trusted Registry (DTR) is a containerized application that runs on a Docker Trusted Registry (DTR) is a containerized application that runs on a

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to install, configure, and use Docker Trusted Registry.
keywords: docker, registry, repository, images
title: Docker Trusted Registry overview title: Docker Trusted Registry overview
description: Learn how to install, configure, and use Docker Trusted Registry.
keywords: registry, repository, images
--- ---
Docker Trusted Registry (DTR) is the enterprise-grade image storage solution Docker Trusted Registry (DTR) is the enterprise-grade image storage solution

View File

@ -2,7 +2,7 @@
title: Get support for DTR title: Get support for DTR
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: support, help
--- ---
Your Docker Data Center, or Docker Trusted Registry subscription gives you Your Docker Data Center, or Docker Trusted Registry subscription gives you

View File

@ -1,7 +1,7 @@
--- ---
title: Configure your Notary client title: Configure your Notary client
description: Learn how to configure your Notary client to push and pull images from Docker Trusted Registry. description: Learn how to configure your Notary client to push and pull images from Docker Trusted Registry.
keywords: docker, registry, notary, trust keywords: registry, notary, trust
--- ---
The Docker CLI client makes it easy to sign images but to streamline that The Docker CLI client makes it easy to sign images but to streamline that

View File

@ -1,7 +1,7 @@
--- ---
title: Configure your Docker Engine title: Configure your Docker Engine
description: Learn how to configure your Docker Engine to push and pull images from Docker Trusted Registry. description: Learn how to configure your Docker Engine to push and pull images from Docker Trusted Registry.
keywords: docker, registry, TLS, certificates keywords: registry, TLS, certificates
--- ---
By default Docker Engine uses TLS when pushing and pulling images to an By default Docker Engine uses TLS when pushing and pulling images to an

View File

@ -1,7 +1,7 @@
--- ---
title: Use a cache title: Use a cache
description: Learn how to configure your Docker Trusted Registry account to pull images from a cache for faster download times. description: Learn how to configure your Docker Trusted Registry account to pull images from a cache for faster download times.
keywords: docker, registry, cache keywords: registry, cache
--- ---
Docker Trusted Registry can be configured to have one or more caches. This Docker Trusted Registry can be configured to have one or more caches. This

View File

@ -1,7 +1,7 @@
--- ---
title: Manage webhooks title: Manage webhooks
description: Learn how to create, configure, and test webhooks in Docker Trusted Registry. description: Learn how to create, configure, and test webhooks in Docker Trusted Registry.
keywords: docker, registry, webhooks keywords: registry, webhooks
--- ---
DTR has webhooks so that you can run custom login when an event happens. This DTR has webhooks so that you can run custom login when an event happens. This

View File

@ -3,7 +3,7 @@ title: Create deployment polices
description: Learn how to create a deployment policies that can automatically description: Learn how to create a deployment policies that can automatically
promote an image to production if it passes all tests and doesn't have promote an image to production if it passes all tests and doesn't have
vulnerabilities. vulnerabilities.
keywords: docker, registry, promotion, pipeline keywords: registry, promotion, pipeline
--- ---
Once you've made changes to your application and want to make them available Once you've made changes to your application and want to make them available

View File

@ -1,7 +1,7 @@
--- ---
title: Delete images title: Delete images
description: Learn how to delete images from Docker Trusted Registry. description: Learn how to delete images from Docker Trusted Registry.
keywords: docker, registry, delete keywords: registry, delete
--- ---
To delete an image, go to the **DTR web UI**, and navigate to the image To delete an image, go to the **DTR web UI**, and navigate to the image

View File

@ -1,7 +1,7 @@
--- ---
title: Create a repository title: Create a repository
description: Learn how to create new repositories in Docker Trusted Registry. description: Learn how to create new repositories in Docker Trusted Registry.
keywords: docker, registry, repository keywords: registry, repository
--- ---
Since DTR is secure by default, you need to create the image repository before Since DTR is secure by default, you need to create the image repository before

View File

@ -2,7 +2,7 @@
title: Prevent tags from being overwritten title: Prevent tags from being overwritten
description: Learn how to make your tags immutable and don't allow users to description: Learn how to make your tags immutable and don't allow users to
overwrite a tag if it already exists overwrite a tag if it already exists
keywords: docker, registry, immutable keywords: registry, immutable
--- ---
{% assign domain="dtr.example.org" %} {% assign domain="dtr.example.org" %}

View File

@ -1,7 +1,7 @@
--- ---
title: Pull and push images title: Pull and push images
description: Learn how to pull and push images to Docker Trusted Registry. description: Learn how to pull and push images to Docker Trusted Registry.
keywords: docker, registry, push, pull keywords: registry, push, pull
--- ---
{% assign domain="dtr.example.org" %} {% assign domain="dtr.example.org" %}

View File

@ -1,7 +1,7 @@
--- ---
title: Scan images for vulnerabilities title: Scan images for vulnerabilities
description: Learn how to scan your Docker images for vulnerabilities. description: Learn how to scan your Docker images for vulnerabilities.
keywords: docker, registry, scan, vulnerability keywords: registry, scan, vulnerability
--- ---
[![Image Security Scanning](../../images/scanning_video.png)](https://www.youtube.com/watch?v=121poCB0Nn8 "Images Security Scanning"){: target="_blank" ._} [![Image Security Scanning](../../images/scanning_video.png)](https://www.youtube.com/watch?v=121poCB0Nn8 "Images Security Scanning"){: target="_blank" ._}

View File

@ -1,7 +1,7 @@
--- ---
title: Delegate image signing title: Delegate image signing
description: Learn how to grant permission for others to sign images in Docker Trusted Registry. description: Learn how to grant permission for others to sign images in Docker Trusted Registry.
keywords: docker, registry, sign, trust keywords: registry, sign, trust
--- ---
Instead of signing all the images yourself, you can delegate that task Instead of signing all the images yourself, you can delegate that task

View File

@ -1,7 +1,7 @@
--- ---
title: Sign an image title: Sign an image
description: Learn how to sign the images you push to Docker Trusted Registry. description: Learn how to sign the images you push to Docker Trusted Registry.
keywords: docker, registry, sign, trust keywords: registry, sign, trust
--- ---
By default, when you push an image to DTR, the Docker CLI client doesn't By default, when you push an image to DTR, the Docker CLI client doesn't

View File

@ -1,7 +1,7 @@
--- ---
description: Learn how to backup your Docker Universal Control Plane cluster, and description: Learn how to backup your Docker Universal Control Plane cluster, and
to recover your cluster from an existing backup. to recover your cluster from an existing backup.
keywords: docker, ucp, backup, restore, recovery keywords: ucp, backup, restore, recovery
title: Backups and disaster recovery title: Backups and disaster recovery
--- ---

View File

@ -1,7 +1,7 @@
--- ---
title: Restrict services to worker nodes title: Restrict services to worker nodes
description: Learn how to configure Universal Control Plane to only allow running services in worker nodes. description: Learn how to configure Universal Control Plane to only allow running services in worker nodes.
keywords: docker, ucp, configuration, worker keywords: ucp, configuration, worker
--- ---
You can configure UCP to only allow users to deploy and run services in You can configure UCP to only allow users to deploy and run services in

View File

@ -2,7 +2,7 @@
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: ucp, integrate, logs
--- ---
You can configure UCP for sending logs to a remote logging service: You can configure UCP for sending logs to a remote logging service:

View File

@ -1,7 +1,7 @@
--- ---
title: Use a load balancer title: Use a load balancer
description: Learn how to set up a load balancer to access the UCP web UI using an hostname. description: Learn how to set up a load balancer to access the UCP web UI using an hostname.
keywords: Docker, UCP, high-availability, load balancer keywords: UCP, high-availability, load balancer
--- ---
Once you've joined multiple manager nodes for high-availability, you can Once you've joined multiple manager nodes for high-availability, you can

View File

@ -1,7 +1,7 @@
--- ---
title: Reset a user password title: Reset a user password
description: Learn how to recover your Docker Datacenter credentials description: Learn how to recover your Docker Datacenter credentials
keywords: docker, ucp, authentication keywords: ucp, authentication
--- ---
If you have administrator credentials to UCP, you can reset the password of If you have administrator credentials to UCP, you can reset the password of

View File

@ -1,7 +1,7 @@
--- ---
title: UCP architecture title: UCP architecture
description: Learn about the architecture of Docker Universal Control Plane. description: Learn about the architecture of Docker Universal Control Plane.
keywords: docker, ucp, architecture keywords: ucp, architecture
--- ---
Universal Control Plane is a containerized application that runs on Universal Control Plane is a containerized application that runs on

View File

@ -1,7 +1,7 @@
--- ---
title: Get support title: Get support
description: Your Docker EE subscription gives you access to prioritized support. You can file tickets via email or the support portal. description: Your Docker EE subscription gives you access to prioritized support. You can file tickets via email or the support portal.
keywords: Docker, support, help keywords: support, help
--- ---
Your Docker Enterprise Edition subscription gives you access to prioritized Your Docker Enterprise Edition subscription gives you access to prioritized

View File

@ -2,7 +2,7 @@
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: ucp, overview, orchestration, clustering
--- ---
Docker Universal Control Plane (UCP) is the enterprise-grade cluster management Docker Universal Control Plane (UCP) is the enterprise-grade cluster management

View File

@ -2,7 +2,7 @@
title: UCP 2.1 release notes title: UCP 2.1 release notes
description: Release notes for Docker Universal Control Plane. Learn more about the description: Release notes for Docker Universal Control Plane. Learn more about the
changes introduced in the latest versions. changes introduced in the latest versions.
keywords: Docker, UCP, release notes keywords: UCP, release notes
--- ---
Here you can learn about new features, bug fixes, breaking changes and Here you can learn about new features, bug fixes, breaking changes and

View File

@ -1,7 +1,7 @@
--- ---
title: Grant access to secrets title: Grant access to secrets
description: Learn how to use role-based access control to grant permissions to secrets in Docker Datacenter description: Learn how to use role-based access control to grant permissions to secrets in Docker Datacenter
keywords: Docker, UCP, secrets, secrets management keywords: UCP, secrets, secrets management
--- ---
UCP gives you role-based access control so that you can specify which users can UCP gives you role-based access control so that you can specify which users can

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp backup title: docker/ucp backup
description: Create a backup of a UCP manager node description: Create a backup of a UCP manager node
keywords: docker, ucp, cli, backup keywords: ucp, cli, backup
--- ---
Create a backup of a UCP manager node Create a backup of a UCP manager node

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp dump-certs title: docker/ucp dump-certs
description: Print the public certificates used by this UCP web server description: Print the public certificates used by this UCP web server
keywords: docker, ucp, cli, dump-certs keywords: ucp, cli, dump-certs
--- ---
Print the public certificates used by this UCP web server Print the public certificates used by this UCP web server

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp fingerprint title: docker/ucp fingerprint
description: Print the TLS fingerprint for this UCP web server description: Print the TLS fingerprint for this UCP web server
keywords: docker, ucp, cli, fingerprint keywords: ucp, cli, fingerprint
--- ---
Print the TLS fingerprint for this UCP web server Print the TLS fingerprint for this UCP web server

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp id title: docker/ucp id
description: Print the ID of UCP running on this node description: Print the ID of UCP running on this node
keywords: docker, ucp, cli, id keywords: ucp, cli, id
--- ---
Print the ID of UCP running on this node Print the ID of UCP running on this node

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp images title: docker/ucp images
description: Verify the UCP images on this node description: Verify the UCP images on this node
keywords: docker, ucp, cli, images keywords: ucp, cli, images
--- ---
Verify the UCP images on this node Verify the UCP images on this node

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp overview title: docker/ucp overview
description: Learn about the commands available in the docker/ucp image. description: Learn about the commands available in the docker/ucp image.
keywords: docker, ucp, cli, ucp keywords: ucp, cli, ucp
--- ---
This image has commands to install and manage This image has commands to install and manage

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp install title: docker/ucp install
description: Install UCP on this node description: Install UCP on this node
keywords: docker, ucp, cli, install keywords: ucp, cli, install
--- ---
Install UCP on this node Install UCP on this node

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp restart title: docker/ucp restart
description: Start or restart UCP components running on this node description: Start or restart UCP components running on this node
keywords: docker, ucp, cli, restart keywords: ucp, cli, restart
--- ---
Start or restart UCP components running on this node Start or restart UCP components running on this node

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp restore title: docker/ucp restore
description: Restore a UCP cluster from a backup description: Restore a UCP cluster from a backup
keywords: docker, ucp, cli, restore keywords: ucp, cli, restore
--- ---
Restore a UCP cluster from a backup Restore a UCP cluster from a backup

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp stop title: docker/ucp stop
description: Stop UCP components running on this node description: Stop UCP components running on this node
keywords: docker, ucp, cli, stop keywords: ucp, cli, stop
--- ---
Stop UCP components running on this node Stop UCP components running on this node

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp support title: docker/ucp support
description: Create a support dump for this UCP node description: Create a support dump for this UCP node
keywords: docker, ucp, cli, support keywords: ucp, cli, support
--- ---
Create a support dump for this UCP node Create a support dump for this UCP node

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp uninstall-ucp title: docker/ucp uninstall-ucp
description: Uninstall UCP from this swarm description: Uninstall UCP from this swarm
keywords: docker, ucp, cli, uninstall-ucp keywords: ucp, cli, uninstall-ucp
--- ---
Uninstall UCP from this swarm Uninstall UCP from this swarm

View File

@ -1,7 +1,7 @@
--- ---
title: docker/ucp upgrade title: docker/ucp upgrade
description: Upgrade the UCP components on this node description: Upgrade the UCP components on this node
keywords: docker, ucp, cli, upgrade keywords: ucp, cli, upgrade
--- ---
Upgrade the UCP cluster Upgrade the UCP cluster