mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
24dac22892
Stop() will send a SIGTERM to the init process of the container and give it 10 seconds to shutdown properly. After the timeout is reached, the process will be force killed (SIGKILL). Also available is Kill() which kills the process on the spot. |
||
---|---|---|
docker | ||
dockerd | ||
container.go | ||
container_test.go | ||
docker.go | ||
docker_test.go | ||
filesystem.go | ||
filesystem_test.go | ||
lxc_template.go | ||
state.go | ||
utils.go | ||
utils_test.go |