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/ /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 /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/ /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 title: docker/dtr backup
description: Create a backup of DTR description: Create a backup of DTR
keywords: dtr, cli, backup keywords: dtr, cli, backup
redirect_from:
- /reference/dtr/2.5/cli/backup/
--- ---
Create a backup of DTR Create a backup of DTR

View File

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

View File

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

View File

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

View File

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

View File

@ -2,6 +2,8 @@
title: docker/dtr join title: docker/dtr join
description: Add a new replica to an existing DTR cluster description: Add a new replica to an existing DTR cluster
keywords: dtr, cli, join 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. 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 title: docker/dtr reconfigure
description: Change DTR configurations description: Change DTR configurations
keywords: dtr, cli, reconfigure keywords: dtr, cli, reconfigure
redirect_from:
- /reference/dtr/2.5/cli/reconfigure/
--- ---
Change DTR configurations Change DTR configurations

View File

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

View File

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

View File

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

View File

@ -2,6 +2,8 @@
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: ucp, cli, backup keywords: ucp, cli, backup
redirect_from:
- /reference/ucp/3.0/cli/backup/
--- ---
Create a backup of a UCP manager node Create a backup of a UCP manager node

View File

@ -2,6 +2,8 @@
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: ucp, cli, dump-certs keywords: ucp, cli, dump-certs
redirect_from:
- /reference/ucp/3.0/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

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

View File

@ -2,6 +2,8 @@
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: ucp, cli, id keywords: ucp, cli, id
redirect_from:
- /reference/ucp/3.0/cli/id/
--- ---
Print the ID of UCP running on this node Print the ID of UCP running on this node

View File

@ -2,6 +2,8 @@
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: ucp, cli, images keywords: ucp, cli, images
redirect_from:
- /reference/ucp/3.0/cli/images/
--- ---
Verify the UCP images on this node Verify the UCP images on this node

View File

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

View File

@ -2,6 +2,8 @@
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: ucp, cli, restart keywords: ucp, cli, restart
redirect_from:
- /reference/ucp/3.0/cli/restart/
--- ---
Start or restart UCP components running on this node Start or restart UCP components running on this node

View File

@ -2,6 +2,8 @@
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: ucp, cli, restore keywords: ucp, cli, restore
redirect_from:
- /reference/ucp/3.0/cli/restore/
--- ---
Restore a UCP cluster from a backup Restore a UCP cluster from a backup

View File

@ -2,6 +2,8 @@
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: ucp, cli, stop keywords: ucp, cli, stop
redirect_from:
- /reference/ucp/3.0/cli/stop/
--- ---
Stop UCP components running on this node Stop UCP components running on this node

View File

@ -2,6 +2,8 @@
title: docker/ucp support title: docker/ucp support
description: Create a support dump for UCP nodes description: Create a support dump for UCP nodes
keywords: ucp, cli, support, support dump, troubleshooting 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. 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 title: docker/ucp uninstall-ucp
description: Uninstall UCP from this swarm description: Uninstall UCP from this swarm
keywords: ucp, cli, uninstall-ucp keywords: ucp, cli, uninstall-ucp
redirect_from:
- /reference/ucp/3.0/cli/uninstall-ucp/
--- ---
Uninstall UCP from this swarm Uninstall UCP from this swarm

View File

@ -2,6 +2,8 @@
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: ucp, cli, upgrade keywords: ucp, cli, upgrade
redirect_from:
- /reference/ucp/3.0/cli/upgrade/
--- ---
Upgrade the UCP cluster Upgrade the UCP cluster