1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/execdriver/lxc
Ian Main b054569cde Add ability to pause/unpause containers via cgroups freeze
This patch adds pause/unpause to the command line, api, and drivers
for use on containers.  This is implemented using the cgroups/freeze
utility in libcontainer and lxc freeze/unfreeze.

Co-Authored-By: Eric Windisch <ewindisch@docker.com>
Co-Authored-By: Chris Alfonso <calfonso@redhat.com>
Docker-DCO-1.1-Signed-off-by: Ian Main <imain@redhat.com> (github: imain)
2014-06-04 13:33:44 -06:00
..
driver.go Add ability to pause/unpause containers via cgroups freeze 2014-06-04 13:33:44 -06:00
info.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
info_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
init.go Fixes #5749 2014-05-28 17:42:02 +00:00
lxc_init_linux.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
lxc_init_unsupported.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
lxc_template.go Refactor device handling code 2014-05-30 19:21:29 +00:00
lxc_template_unit_test.go Ensure all dev nodes are copied for privileged 2014-05-30 18:39:11 -07:00