1
0
Fork 0
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
Find a file
Andrea Luzzardi 24dac22892 Docker: Clean shutdown of containers.
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.
2013-01-21 18:03:23 -08:00
docker Moved 100% of arg parsing to dockerd. Even help messages are generated on the server 2013-01-20 00:44:44 -08:00
dockerd Fix the height of the terminal window in the web UI 2013-01-20 22:23:11 -08:00
container.go Docker: Clean shutdown of containers. 2013-01-21 18:03:23 -08:00
container_test.go Docker: Clean shutdown of containers. 2013-01-21 18:03:23 -08:00
docker.go Initial commit 2013-01-18 16:13:39 -08:00
docker_test.go Initial commit 2013-01-18 16:13:39 -08:00
filesystem.go Initial commit 2013-01-18 16:13:39 -08:00
filesystem_test.go Initial commit 2013-01-18 16:13:39 -08:00
lxc_template.go Initial commit 2013-01-18 16:13:39 -08:00
state.go Initial commit 2013-01-18 16:13:39 -08:00
utils.go Initial commit 2013-01-18 16:13:39 -08:00
utils_test.go Initial commit 2013-01-18 16:13:39 -08:00