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 --empty-ns value create a namespace, but don't restore its properties
39 --auto-dedup enable auto deduplication of memory images
40 --lazy-pages use userfaultfd to lazily restore memory pages
41 --lsm-profile value Specify an LSM profile to be used during restore in the form of TYPE:NAME.
42
43
44
46 --lsm-profile
47
48
49 Specify an LSM profile to be used during restore in the form of
50 TYPE:NAME.
51
52
53 TYPE can either be apparamor or selinux and is followed by : and a
54 valid LSM label.
55
56
57 runc restore --lsm-profile "selinux:system_u:system_r:container_t:s0:c82,c137" <container-id>
58
59
60
61
62 runc-restore(8)