From 4149b93c3cbdcd52fe6ce57f17f933f4ab2ea057 Mon Sep 17 00:00:00 2001 From: tjwebb123 Date: Wed, 1 Oct 2014 14:51:47 +0100 Subject: [PATCH] Update host_integration.md Upstream-commit: f10a08887e939936662071e5609670f7da9fb62c Component: engine --- components/engine/docs/sources/articles/host_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/articles/host_integration.md b/components/engine/docs/sources/articles/host_integration.md index 2fe9744a90..53fc2890e8 100644 --- a/components/engine/docs/sources/articles/host_integration.md +++ b/components/engine/docs/sources/articles/host_integration.md @@ -15,7 +15,7 @@ automatically restart your containers when the host is restarted. When you have finished setting up your image and are happy with your running container, you can then attach a process manager to manage it. -When your run `docker start -a` docker will automatically attach to the +When you run `docker start -a` docker will automatically attach to the running container, or start it if needed and forward all signals so that the process manager can detect when a container stops and correctly restart it.