mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8337 from tjwebb123/patch-1
Update host_integration.md
This commit is contained in:
commit
23221c5566
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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.
|
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
|
running container, or start it if needed and forward all signals so that
|
||||||
the process manager can detect when a container stops and correctly
|
the process manager can detect when a container stops and correctly
|
||||||
restart it.
|
restart it.
|
||||||
|
|
Loading…
Reference in a new issue