Merge pull request #20606 from dvdksn/fix-running-containers-redirect

redirect: fix more engine redirects
This commit is contained in:
David Karlsson 2024-08-15 10:06:19 +02:00 committed by GitHub
commit baa30f485d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 13 additions and 16 deletions

View File

@ -3,10 +3,8 @@ description: Learn the technologies that support storage drivers.
keywords: container, storage, driver, btrfs, overlayfs, vfs, zfs
title: About storage drivers
aliases:
- /en/latest/terms/layer/
- /engine/installation/userguide/storagedriver/
- /engine/userguide/storagedriver/imagesandcontainers/
- /storage/storagedriver/imagesandcontainers/
- /storage/storagedriver/imagesandcontainers/
- /storage/storagedriver/
---
To use storage drivers effectively, it's important to know how Docker builds and

View File

@ -4,7 +4,7 @@ keywords: 'container, storage, driver, AUFS '
title: Use the AUFS storage driver
sitemap: false
aliases:
- /engine/userguide/storagedriver/aufs-driver/
- /storage/storagedriver/aufs-driver/
---
> **Deprecated**
@ -230,4 +230,4 @@ The following generic performance best practices also apply to AUFS.
- [Volumes](../volumes.md)
- [Understand images, containers, and storage drivers](index.md)
- [Select a storage driver](select-storage-driver.md)
- [Select a storage driver](select-storage-driver.md)

View File

@ -3,7 +3,7 @@ description: Learn how to optimize your use of Btrfs driver.
keywords: container, storage, driver, Btrfs
title: Use the BTRFS storage driver
aliases:
- /engine/userguide/storagedriver/btrfs-driver/
- /storage/storagedriver/btrfs-driver/
---
Btrfs is a copy-on-write filesystem that supports many advanced storage

View File

@ -3,7 +3,7 @@ description: Learn how to optimize your use of device mapper driver.
keywords: container, storage, driver, device mapper
title: Use the Device Mapper storage driver (deprecated)
aliases:
- /engine/userguide/storagedriver/device-mapper-driver/
- /storage/storagedriver/device-mapper-driver/
---
> **Deprecated**

View File

@ -3,7 +3,7 @@ description: Learn how to optimize your use of OverlayFS driver.
keywords: container, storage, driver, OverlayFS, overlay2, overlay
title: Use the OverlayFS storage driver
aliases:
- /engine/userguide/storagedriver/overlayfs-driver/
- /storage/storagedriver/overlayfs-driver/
---
OverlayFS is a union filesystem.

View File

@ -3,9 +3,8 @@ title: Docker storage drivers
description: Learn how to select the proper storage driver for your container.
keywords: container, storage, driver, btrfs, zfs, overlay, overlay2
aliases:
- /engine/userguide/storagedriver/
- /engine/userguide/storagedriver/selectadriver/
- /storage/storagedriver/selectadriver/
- /storage/storagedriver/select-storage-driver/
---
Ideally, very little data is written to a container's writable layer, and you

View File

@ -3,7 +3,7 @@ description: Learn how to optimize your use of VFS driver.
keywords: container, storage, driver, vfs
title: Use the VFS storage driver
aliases:
- /engine/userguide/storagedriver/vfs-driver/
- /storage/storagedriver/vfs-driver/
---
The VFS storage driver isn't a union filesystem. Each layer is a

View File

@ -3,7 +3,7 @@ description: Learn how to optimize your use of ZFS driver.
keywords: 'container, storage, driver, ZFS '
title: Use the ZFS storage driver
aliases:
- /engine/userguide/storagedriver/zfs-driver/
- /storage/storagedriver/zfs-driver/
---
ZFS is a next generation filesystem that supports many advanced storage

View File

@ -252,7 +252,7 @@ Union file system: |
containers, making them very lightweight and fast.
For more on Docker and union file systems, see [Docker and OverlayFS in
practice](/engine/userguide/storagedriver/overlayfs-driver/).
practice](/engine/storage/drivers/overlayfs-driver/).
Example implementations of union file systems are
[UnionFS](https://en.wikipedia.org/wiki/UnionFS) and

View File

@ -35,8 +35,8 @@
"/reference/cli/dockerd/":
- /engine/reference/commandline/dockerd/
# redirect updated location of the "running containers" page
"/engine/reference/run":
- /engine/containers/run/
"/engine/containers/run/":
- "/engine/reference/run/"
"/engine/security/#docker-daemon-attack-surface":
# Details about the "Docker Daemon attack surface". This redirect is currently