Update start-containers-automatically.md (#3867)

This commit is contained in:
p1wdotnl 2017-07-12 21:00:15 +02:00 committed by John Mulhausen
parent fb576bf383
commit 4b5d2bfd4b
1 changed files with 1 additions and 1 deletions

View File

@ -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