1NAME()                                                                  NAME()
2
3
4
5       runc restore - restore a container from a previous checkpoint
6
7
8

SYNOPSIS

10       runc restore [command options] <container-id>
11
12
13       Where "<container-id>" is the name for the instance of the container to
14       be restored.
15
16
17

DESCRIPTION

19       Restores the saved state of the container instance that was  previously
20       saved using the runc checkpoint command.
21
22
23

OPTIONS

25       --image-path value           path to criu image files for restoring
26          --work-path value            path for saving work files and logs
27          --tcp-established            allow open tcp connections
28          --ext-unix-sk                allow external unix sockets
29          --shell-job                  allow shell jobs
30          --file-locks                 handle file locks, for safety
31          --manage-cgroups-mode  value  cgroups mode: 'soft' (default), 'full'
32       and 'strict'
33          --bundle value, -b value     path to the root of the  bundle  direcā€
34       tory
35          --detach, -d                 detach from the container's process
36          --pid-file  value              specify the file to write the process
37       id to
38          --no-subreaper               disable the use of the  subreaper  used
39       to reap reparented processes
40          --no-pivot                    do  not use pivot root to jail process
41       inside rootfs.  This should be used whenever the rootfs is on top of  a
42       ramdisk
43
44
45
46                                                                        NAME()
Impressum