Skip to content

Commit 215bfec

Browse files
authored
Merge pull request #23019 from thaJeztah/fix_restart_policy_link
engine/containers: fix link to restart policies
2 parents b81ce61 + 0473921 commit 215bfec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/engine/containers/start-containers-automatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
- /config/containers/start-containers-automatically/
1111
---
1212

13-
Docker provides [restart policies](/manuals/engine/containers/run.md#restart-policies---restart)
13+
Docker provides [restart policies](/reference/cli/docker/container/run.md#restart)
1414
to control whether your containers start automatically when they exit, or when
1515
Docker restarts. Restart policies start linked containers in the correct order.
1616
Docker recommends that you use restart policies, and avoid using process
@@ -22,7 +22,7 @@ a Docker upgrade, though networking and user input are interrupted.
2222

2323
## Use a restart policy
2424

25-
To configure the restart policy for a container, use the `--restart` flag
25+
To configure the restart policy for a container, use the [`--restart`](/reference/cli/docker/container/run.md#restart) flag
2626
when using the `docker run` command. The value of the `--restart` flag can be
2727
any of the following:
2828

0 commit comments

Comments
 (0)