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 keywords: container, storage, driver, btrfs, overlayfs, vfs, zfs
title: About storage drivers title: About storage drivers
aliases: aliases:
- /en/latest/terms/layer/ - /storage/storagedriver/imagesandcontainers/
- /engine/installation/userguide/storagedriver/ - /storage/storagedriver/
- /engine/userguide/storagedriver/imagesandcontainers/
- /storage/storagedriver/imagesandcontainers/
--- ---
To use storage drivers effectively, it's important to know how Docker builds and 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 title: Use the AUFS storage driver
sitemap: false sitemap: false
aliases: aliases:
- /engine/userguide/storagedriver/aufs-driver/ - /storage/storagedriver/aufs-driver/
--- ---
> **Deprecated** > **Deprecated**

View File

@ -3,7 +3,7 @@ description: Learn how to optimize your use of Btrfs driver.
keywords: container, storage, driver, Btrfs keywords: container, storage, driver, Btrfs
title: Use the BTRFS storage driver title: Use the BTRFS storage driver
aliases: aliases:
- /engine/userguide/storagedriver/btrfs-driver/ - /storage/storagedriver/btrfs-driver/
--- ---
Btrfs is a copy-on-write filesystem that supports many advanced storage 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 keywords: container, storage, driver, device mapper
title: Use the Device Mapper storage driver (deprecated) title: Use the Device Mapper storage driver (deprecated)
aliases: aliases:
- /engine/userguide/storagedriver/device-mapper-driver/ - /storage/storagedriver/device-mapper-driver/
--- ---
> **Deprecated** > **Deprecated**

View File

@ -3,7 +3,7 @@ description: Learn how to optimize your use of OverlayFS driver.
keywords: container, storage, driver, OverlayFS, overlay2, overlay keywords: container, storage, driver, OverlayFS, overlay2, overlay
title: Use the OverlayFS storage driver title: Use the OverlayFS storage driver
aliases: aliases:
- /engine/userguide/storagedriver/overlayfs-driver/ - /storage/storagedriver/overlayfs-driver/
--- ---
OverlayFS is a union filesystem. 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. description: Learn how to select the proper storage driver for your container.
keywords: container, storage, driver, btrfs, zfs, overlay, overlay2 keywords: container, storage, driver, btrfs, zfs, overlay, overlay2
aliases: aliases:
- /engine/userguide/storagedriver/
- /engine/userguide/storagedriver/selectadriver/
- /storage/storagedriver/selectadriver/ - /storage/storagedriver/selectadriver/
- /storage/storagedriver/select-storage-driver/
--- ---
Ideally, very little data is written to a container's writable layer, and you 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 keywords: container, storage, driver, vfs
title: Use the VFS storage driver title: Use the VFS storage driver
aliases: aliases:
- /engine/userguide/storagedriver/vfs-driver/ - /storage/storagedriver/vfs-driver/
--- ---
The VFS storage driver isn't a union filesystem. Each layer is a 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 ' keywords: 'container, storage, driver, ZFS '
title: Use the ZFS storage driver title: Use the ZFS storage driver
aliases: aliases:
- /engine/userguide/storagedriver/zfs-driver/ - /storage/storagedriver/zfs-driver/
--- ---
ZFS is a next generation filesystem that supports many advanced storage 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. containers, making them very lightweight and fast.
For more on Docker and union file systems, see [Docker and OverlayFS in 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 Example implementations of union file systems are
[UnionFS](https://en.wikipedia.org/wiki/UnionFS) and [UnionFS](https://en.wikipedia.org/wiki/UnionFS) and

View File

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