Skip to content

Commit

Permalink
Merge pull request #20606 from dvdksn/fix-running-containers-redirect
Browse files Browse the repository at this point in the history
redirect: fix more engine redirects
  • Loading branch information
dvdksn authored Aug 15, 2024
2 parents 3283434 + 764c62a commit baa30f4
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 16 deletions.
6 changes: 2 additions & 4 deletions content/engine/storage/drivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/engine/storage/drivers/aufs-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/engine/storage/drivers/btrfs-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/engine/storage/drivers/device-mapper-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion content/engine/storage/drivers/overlayfs-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions content/engine/storage/drivers/select-storage-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/engine/storage/drivers/vfs-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/engine/storage/drivers/zfs-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/glossary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions data/redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baa30f4

Please sign in to comment.