From e055c798479632fd4cdce702fa32c8dde89f5fca Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 30 May 2025 18:18:27 +0200 Subject: [PATCH] engine: add redirects for old URLs Signed-off-by: Sebastiaan van Stijn --- content/get-started/_index.md | 3 ++- content/manuals/engine/daemon/live-restore.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/get-started/_index.md b/content/get-started/_index.md index c4ffafafcd..c0b9075646 100644 --- a/content/get-started/_index.md +++ b/content/get-started/_index.md @@ -29,7 +29,8 @@ params: link: /get-started/workshop/ icon: desk aliases: - - /get-started/what-is-a-container + - /engine/tutorials/usingdocker/ + - /get-started/what-is-a-container/ --- If you're new to Docker, this section guides you through the essential resources to get started. diff --git a/content/manuals/engine/daemon/live-restore.md b/content/manuals/engine/daemon/live-restore.md index 264afacf5c..ab27f50ec5 100644 --- a/content/manuals/engine/daemon/live-restore.md +++ b/content/manuals/engine/daemon/live-restore.md @@ -4,8 +4,9 @@ keywords: docker, upgrade, daemon, dockerd, live-restore, daemonless container title: Live restore weight: 40 aliases: - - /engine/admin/live-restore/ - /config/containers/live-restore/ + - /engine/admin/live-restore/ + - /engine/containers/live-restore/ --- By default, when the Docker daemon terminates, it shuts down running containers.