github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/man/runc-checkpoint.8.md (about) 1 # NAME 2 runc checkpoint - checkpoint a running container 3 4 # SYNOPSIS 5 runc checkpoint [command options] <container-id> 6 7 Where "<container-id>" is the name for the instance of the container to be 8 checkpointed. 9 10 # DESCRIPTION 11 The checkpoint command saves the state of the container instance. 12 13 # OPTIONS 14 --image-path value path for saving criu image files 15 --work-path value path for saving work files and logs 16 --leave-running leave the process running after checkpointing 17 --tcp-established allow open tcp connections 18 --ext-unix-sk allow external unix sockets 19 --shell-job allow shell jobs 20 --page-server value ADDRESS:PORT of the page server 21 --file-locks handle file locks, for safety 22 --manage-cgroups-mode value cgroups mode: 'soft' (default), 'full' and 'strict' 23 --empty-ns value create a namespace, but don't restore its properies