1runc-restore(8) System Manager's Manual runc-restore(8)
2
3
4
6 runc restore - restore a container from a previous checkpoint
7
8
9
11 runc restore [command options] <container-id>
12
13
14 Where "<container-id>" is the name for the instance of the container to
15 be restored.
16
17
18
20 Restores the saved state of the container instance that was previously
21 saved using the runc checkpoint command.
22
23
24
26 --image-path value path to criu image files for restoring
27 --work-path value path for saving work files and logs
28 --tcp-established allow open tcp connections
29 --ext-unix-sk allow external unix sockets
30 --shell-job allow shell jobs
31 --file-locks handle file locks, for safety
32 --manage-cgroups-mode value cgroups mode: 'soft' (default), 'full' and 'strict'
33 --bundle value, -b value path to the root of the bundle directory
34 --detach, -d detach from the container's process
35 --pid-file value specify the file to write the process id to
36 --no-subreaper disable the use of the subreaper used to reap reparented processes
37 --no-pivot do not use pivot root to jail process inside rootfs. This should be used whenever the rootfs is on top of a ramdisk
38
39
40
41
42 runc-restore(8)