Skip to content

Commit 0abb2cf

Browse files
Merge pull request #22735 from thaJeztah/engine_redirects
engine: add redirects for old URLs
2 parents 0c151dc + e055c79 commit 0abb2cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/get-started/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ params:
2929
link: /get-started/workshop/
3030
icon: desk
3131
aliases:
32-
- /get-started/what-is-a-container
32+
- /engine/tutorials/usingdocker/
33+
- /get-started/what-is-a-container/
3334
---
3435

3536
If you're new to Docker, this section guides you through the essential resources to get started.

content/manuals/engine/daemon/live-restore.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ keywords: docker, upgrade, daemon, dockerd, live-restore, daemonless container
44
title: Live restore
55
weight: 40
66
aliases:
7-
- /engine/admin/live-restore/
87
- /config/containers/live-restore/
8+
- /engine/admin/live-restore/
9+
- /engine/containers/live-restore/
910
---
1011

1112
By default, when the Docker daemon terminates, it shuts down running containers.

0 commit comments

Comments
 (0)