From 4b5d2bfd4bc9bccb1644a655d325d5ed46834a05 Mon Sep 17 00:00:00 2001 From: p1wdotnl Date: Wed, 12 Jul 2017 21:00:15 +0200 Subject: [PATCH] Update start-containers-automatically.md (#3867) --- engine/admin/start-containers-automatically.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/start-containers-automatically.md b/engine/admin/start-containers-automatically.md index 1d88aa58a0..1e4aabff04 100644 --- a/engine/admin/start-containers-automatically.md +++ b/engine/admin/start-containers-automatically.md @@ -67,7 +67,7 @@ A process manager runs within the container and checks whether a process is running and starts it if not. It is not Docker-aware, but just monitors operating system processes within the container. -Docker does not recommend this approach, because it is not platform-dependent +Docker does not recommend this approach, because it is platform-dependent and even differs within different versions of a given Linux distribution. > **Warning**: Do not try to combine Docker restart policies with host-level