gvisor/runsc/container
Brielle Broder 4ececd8e8d Enable checkpoint/restore in cases of UDS use.
Previously, processes which used file-system Unix Domain Sockets could not be
checkpoint-ed in runsc because the sockets were saved with their inode
numbers which do not necessarily remain the same upon restore. Now,
the sockets are also saved with their paths so that the new inodes
can be determined for the sockets based on these paths after restoring.
Tests for cases with UDS use are included. Test cleanup to come.

PiperOrigin-RevId: 208268781
Change-Id: Ieaa5d5d9a64914ca105cae199fd8492710b1d7ec
2018-08-10 14:33:20 -07:00
..
BUILD Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00
container.go Moved restore code out of create and made to be called after create. 2018-07-18 16:58:30 -07:00
container_test.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00
hook.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00
status.go Added code for a pause command for a container process. 2018-06-15 16:09:09 -07:00
uds_test_app.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00