Address broken links issue after archiving previous versions of UCP and DTR

This commit is contained in:
Maria Bermudez 2018-12-18 15:22:37 -08:00
parent 6c26ee56a5
commit 663ea14a3c
23 changed files with 49 additions and 0 deletions

View File

@ -53,3 +53,8 @@ source,destination
/blog/docker-data-science/,https://www.dataquest.io/blog/docker-data-science/
/questions/19335444/how-to-assign-a-port-mapping-to-an-existing-docker-container,http://stackoverflow.com/questions/19335444/how-to-assign-a-port-mapping-to-an-existing-docker-container
/engine/examples/mongodb/,/samples/library/mongo/
/reference/dtr/2.5/api/,/datacenter/dtr/2.5/reference/api/
/reference/dtr/2.5/cli/,/datacenter/dtr/2.5/reference/cli/
/reference/ucp/3.0/api/,/datacenter/ucp/3.0/reference/api/
/reference/ucp/3.0/cli/,/datacenter/ucp/3.0/reference/cli/

1 source destination
53 /blog/docker-data-science/ https://www.dataquest.io/blog/docker-data-science/
54 /questions/19335444/how-to-assign-a-port-mapping-to-an-existing-docker-container http://stackoverflow.com/questions/19335444/how-to-assign-a-port-mapping-to-an-existing-docker-container
55 /engine/examples/mongodb/ /samples/library/mongo/
56 /reference/dtr/2.5/api/ /datacenter/dtr/2.5/reference/api/
57 /reference/dtr/2.5/cli/ /datacenter/dtr/2.5/reference/cli/
58 /reference/ucp/3.0/api/ /datacenter/ucp/3.0/reference/api/
59 /reference/ucp/3.0/cli/ /datacenter/ucp/3.0/reference/cli/
60

View File

@ -2,6 +2,8 @@
title: docker/dtr backup
description: Create a backup of DTR
keywords: dtr, cli, backup
redirect_from:
- /reference/dtr/2.5/cli/backup/
---
Create a backup of DTR

View File

@ -2,6 +2,8 @@
title: docker/dtr destroy
description: Destroy a DTR replica's data
keywords: dtr, cli, destroy
redirect_from:
- /reference/dtr/2.5/cli/destroy/
---
Destroy a DTR replica's data

View File

@ -2,6 +2,8 @@
title: docker/dtr emergency-repair
description: Recover DTR from loss of quorum
keywords: dtr, cli, emergency-repair
redirect_from:
- /reference/dtr/2.5/cli/emergency-repair/
---
Recover DTR from loss of quorum

View File

@ -2,6 +2,8 @@
title: docker/dtr images
description: List all the images necessary to install DTR
keywords: dtr, cli, images
redirect_from:
- /reference/dtr/2.5/cli/images/
---
List all the images necessary to install DTR

View File

@ -2,6 +2,8 @@
title: docker/dtr install
description: Install Docker Trusted Registry
keywords: dtr, cli, install
redirect_from:
- /reference/dtr/2.5/cli/install/
---
Install Docker Trusted Registry

View File

@ -2,6 +2,8 @@
title: docker/dtr join
description: Add a new replica to an existing DTR cluster
keywords: dtr, cli, join
redirect_from:
- /reference/dtr/2.5/cli/join/
---
Add a new replica to an existing DTR cluster. Use SSH to log into any node that is already part of UCP.

View File

@ -2,6 +2,8 @@
title: docker/dtr reconfigure
description: Change DTR configurations
keywords: dtr, cli, reconfigure
redirect_from:
- /reference/dtr/2.5/cli/reconfigure/
---
Change DTR configurations

View File

@ -2,6 +2,8 @@
title: docker/dtr remove
description: Remove a DTR replica from a cluster
keywords: dtr, cli, remove
redirect_from:
- /reference/dtr/2.5/cli/remove/
---
Remove a DTR replica from a cluster

View File

@ -2,6 +2,8 @@
title: docker/dtr restore
description: Install and restore DTR from an existing backup
keywords: dtr, cli, restore
redirect_from:
- /reference/dtr/2.5/cli/restore/
---
Install and restore DTR from an existing backup

View File

@ -2,6 +2,8 @@
title: docker/dtr upgrade
description: Upgrade DTR 2.4.x cluster to this version
keywords: dtr, cli, upgrade
redirect_from:
- /reference/dtr/2.5/cli/upgrade/
---
Upgrade DTR 2.4.x cluster to this version

View File

@ -2,6 +2,8 @@
title: docker/ucp backup
description: Create a backup of a UCP manager node
keywords: ucp, cli, backup
redirect_from:
- /reference/ucp/3.0/cli/backup/
---
Create a backup of a UCP manager node

View File

@ -2,6 +2,8 @@
title: docker/ucp dump-certs
description: Print the public certificates used by this UCP web server
keywords: ucp, cli, dump-certs
redirect_from:
- /reference/ucp/3.0/cli/dump-certs/
---
Print the public certificates used by this UCP web server

View File

@ -2,6 +2,8 @@
title: docker/ucp example-config
description: Display an example configuration file for UCP
keywords: ucp, cli, config, configuration
redirect_from:
- /reference/ucp/3.0/cli/example-config/
---
Display an example configuration file for UCP

View File

@ -2,6 +2,8 @@
title: docker/ucp id
description: Print the ID of UCP running on this node
keywords: ucp, cli, id
redirect_from:
- /reference/ucp/3.0/cli/id/
---
Print the ID of UCP running on this node

View File

@ -2,6 +2,8 @@
title: docker/ucp images
description: Verify the UCP images on this node
keywords: ucp, cli, images
redirect_from:
- /reference/ucp/3.0/cli/images/
---
Verify the UCP images on this node

View File

@ -2,6 +2,8 @@
title: docker/ucp install
description: Install UCP on this node
keywords: ucp, cli, install
redirect_from:
- /reference/ucp/3.0/cli/install/
---
Install UCP on this node

View File

@ -2,6 +2,8 @@
title: docker/ucp restart
description: Start or restart UCP components running on this node
keywords: ucp, cli, restart
redirect_from:
- /reference/ucp/3.0/cli/restart/
---
Start or restart UCP components running on this node

View File

@ -2,6 +2,8 @@
title: docker/ucp restore
description: Restore a UCP cluster from a backup
keywords: ucp, cli, restore
redirect_from:
- /reference/ucp/3.0/cli/restore/
---
Restore a UCP cluster from a backup

View File

@ -2,6 +2,8 @@
title: docker/ucp stop
description: Stop UCP components running on this node
keywords: ucp, cli, stop
redirect_from:
- /reference/ucp/3.0/cli/stop/
---
Stop UCP components running on this node

View File

@ -2,6 +2,8 @@
title: docker/ucp support
description: Create a support dump for UCP nodes
keywords: ucp, cli, support, support dump, troubleshooting
redirect_from:
- /reference/ucp/3.0/cli/support/
---
Create a support dump for specified UCP nodes. You create a support dump to help [Docker Support](http://success.docker.com/support) understand your environment and more effectively troubleshoot issues in resolving your support case.

View File

@ -2,6 +2,8 @@
title: docker/ucp uninstall-ucp
description: Uninstall UCP from this swarm
keywords: ucp, cli, uninstall-ucp
redirect_from:
- /reference/ucp/3.0/cli/uninstall-ucp/
---
Uninstall UCP from this swarm

View File

@ -2,6 +2,8 @@
title: docker/ucp upgrade
description: Upgrade the UCP components on this node
keywords: ucp, cli, upgrade
redirect_from:
- /reference/ucp/3.0/cli/upgrade/
---
Upgrade the UCP cluster