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:
Craig Osterhout 2025-01-31 14:10:10 -08:00 committed by GitHub
parent 61fa434aea
commit 7008f1f213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 1 deletions

View File

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

View File

@ -5,4 +5,5 @@ title: Install
weight: 10
aliases:
- /desktop/install/
- /desktop/setup/install/
---

View File

@ -9,6 +9,7 @@ aliases:
- /docker-for-mac/faqs/
- /docker-for-windows/faqs/
- /desktop/faqs/
- /desktop/faqs/general/
weight: 10
---

View File

@ -6,6 +6,7 @@ linkTitle: Linux
tags: [FAQ]
aliases:
- /desktop/linux/space/
- /desktop/faqs/linuxfaqs/
weight: 40
---

View File

@ -7,6 +7,7 @@ tags: [FAQ]
aliases:
- /desktop/mac/space/
- /docker-for-mac/space/
- /desktop/faqs/macfaqs/
weight: 20
---

View File

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

View File

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

View File

@ -36,6 +36,7 @@ aliases:
- /compose/yaml/
- /compose/compose-file/compose-file-v1/
- /compose/compose-file/
- /compose/reference/overview/
---
>**New to Docker Compose?**