mirror of https://github.com/docker/docs.git
engine: add redirects for old URLs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
585e4cb1ba
commit
e055c79847
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue