github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/man/runc-restore.8.md (about) 1 # NAME 2 runc restore - restore a container from a previous checkpoint 3 4 # SYNOPSIS 5 runc restore [command options] <container-id> 6 7 Where "<container-id>" is the name for the instance of the container to be 8 restored. 9 10 # DESCRIPTION 11 Restores the saved state of the container instance that was previously saved 12 using the runc checkpoint command. 13 14 # OPTIONS 15 --image-path value path to criu image files for restoring 16 --work-path value path for saving work files and logs 17 --tcp-established allow open tcp connections 18 --ext-unix-sk allow external unix sockets 19 --shell-job allow shell jobs 20 --file-locks handle file locks, for safety 21 --manage-cgroups-mode value cgroups mode: 'soft' (default), 'full' and 'strict' 22 --bundle value, -b value path to the root of the bundle directory 23 --detach, -d detach from the container's process 24 --pid-file value specify the file to write the process id to 25 --no-subreaper disable the use of the subreaper used to reap reparented processes 26 --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