1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Update host_integration.md

Upstream-commit: f10a08887e939936662071e5609670f7da9fb62c
Component: engine
This commit is contained in:
tjwebb123
2014-10-01 14:51:47 +01:00
parent dbbb1fe8c4
commit 4149b93c3c

View File

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