From a28f7b1c3a417e757f990ea8001379e72e40a927 Mon Sep 17 00:00:00 2001 From: codewithdaniel1 <55808718+codewithdaniel1@users.noreply.github.com> Date: Sun, 2 Aug 2026 23:19:31 -0400 Subject: [PATCH] docs: remove linked containers restart policy note --- .../manuals/engine/containers/start-containers-automatically.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/containers/start-containers-automatically.md b/content/manuals/engine/containers/start-containers-automatically.md index 7589b749d9bd..22aa181c7f3c 100644 --- a/content/manuals/engine/containers/start-containers-automatically.md +++ b/content/manuals/engine/containers/start-containers-automatically.md @@ -12,7 +12,7 @@ aliases: Docker provides [restart policies](/reference/cli/docker/container/run/#restart) to control whether your containers start automatically when they exit, or when -Docker restarts. Restart policies start linked containers in the correct order. +Docker restarts. Docker recommends that you use restart policies, and avoid using process managers to start containers.