mirror of https://github.com/docker/docs.git
add aliases for 404s (#21945)
<!--Delete sections as needed --> ## Description Add some aliases for some top 404s. https://heapanalytics.com/app/env/4204607514/graph/chart/Docs-Weekly-404-Errors-13539083 ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
parent
61fa434aea
commit
7008f1f213
|
@ -4,7 +4,7 @@ keywords: Docker Desktop, backup, restore, migration, reinstall, containers, ima
|
|||
volumes
|
||||
weight: 20
|
||||
aliases:
|
||||
- /desktop/backup-and-restore.md
|
||||
- /desktop/backup-and-restore/
|
||||
---
|
||||
|
||||
Use the following procedure to save and restore your images and container data. This is useful if you want to reset your VM disk or to move your Docker environment to a new
|
||||
|
|
|
@ -5,4 +5,5 @@ title: Install
|
|||
weight: 10
|
||||
aliases:
|
||||
- /desktop/install/
|
||||
- /desktop/setup/install/
|
||||
---
|
||||
|
|
|
@ -9,6 +9,7 @@ aliases:
|
|||
- /docker-for-mac/faqs/
|
||||
- /docker-for-windows/faqs/
|
||||
- /desktop/faqs/
|
||||
- /desktop/faqs/general/
|
||||
weight: 10
|
||||
---
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ linkTitle: Linux
|
|||
tags: [FAQ]
|
||||
aliases:
|
||||
- /desktop/linux/space/
|
||||
- /desktop/faqs/linuxfaqs/
|
||||
weight: 40
|
||||
---
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ tags: [FAQ]
|
|||
aliases:
|
||||
- /desktop/mac/space/
|
||||
- /docker-for-mac/space/
|
||||
- /desktop/faqs/macfaqs/
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ keywords: networking, container, standalone, IP address, DNS resolution
|
|||
aliases:
|
||||
- /articles/networking/
|
||||
- /config/containers/container-networking/
|
||||
- /engine/tutorials/networkingcontainers/
|
||||
- /engine/userguide/networking/
|
||||
- /engine/userguide/networking/configure-dns/
|
||||
- /engine/userguide/networking/default_network/binding/
|
||||
|
|
|
@ -6,6 +6,7 @@ weight: 40
|
|||
aliases:
|
||||
- /storage/storagedriver/imagesandcontainers/
|
||||
- /storage/storagedriver/
|
||||
- /engine/userguide/storagedriver/imagesandcontainers/
|
||||
---
|
||||
|
||||
To use storage drivers effectively, it's important to know how Docker builds and
|
||||
|
|
|
@ -36,6 +36,7 @@ aliases:
|
|||
- /compose/yaml/
|
||||
- /compose/compose-file/compose-file-v1/
|
||||
- /compose/compose-file/
|
||||
- /compose/reference/overview/
|
||||
---
|
||||
|
||||
>**New to Docker Compose?**
|
||||
|
|
Loading…
Reference in New Issue