gvisor/pkg/sentry/fs/gofer
Justine Olshan 80bdf8a406 Sets the restore environment for restoring a container.
Updated how restoring occurs through boot.go with a separate Restore function.
This prevents a new process and new mounts from being created.
Added tests to ensure the container is restored.
Registered checkpoint and restore commands so they can be used.
Docker support for these commands is still limited.
Working on #80.

PiperOrigin-RevId: 202710950
Change-Id: I2b893ceaef6b9442b1ce3743bd112383cb92af0c
2018-06-29 14:47:40 -07:00
..
BUILD Add a new cache policy FSCACHE_WRITETHROUGH. 2018-06-19 11:10:11 -07:00
attr.go Check in gVisor. 2018-04-28 01:44:26 -04:00
cache_policy.go Add a new cache policy FSCACHE_WRITETHROUGH. 2018-06-19 11:10:11 -07:00
context_file.go Check in gVisor. 2018-04-28 01:44:26 -04:00
device.go Check in gVisor. 2018-04-28 01:44:26 -04:00
file.go Add a new cache policy FSCACHE_WRITETHROUGH. 2018-06-19 11:10:11 -07:00
file_state.go Capture restore file system corruption errors in exit error. 2018-05-08 11:36:59 -07:00
fs.go Add a new cache policy FSCACHE_WRITETHROUGH. 2018-06-19 11:10:11 -07:00
gofer_test.go Check in gVisor. 2018-04-28 01:44:26 -04:00
handles.go Simplify some handle logic. 2018-06-22 14:10:30 -07:00
inode.go Add a new cache policy FSCACHE_WRITETHROUGH. 2018-06-19 11:10:11 -07:00
inode_state.go Sets the restore environment for restoring a container. 2018-06-29 14:47:40 -07:00
path.go Add a new cache policy FSCACHE_WRITETHROUGH. 2018-06-19 11:10:11 -07:00
session.go Add a new cache policy FSCACHE_WRITETHROUGH. 2018-06-19 11:10:11 -07:00
session_state.go Runsc checkpoint works. 2018-06-12 13:25:23 -07:00
socket.go Release mutex in BidirectionalConnect to avoid deadlock. 2018-05-16 13:07:12 -07:00
util.go Check in gVisor. 2018-04-28 01:44:26 -04:00