1runc-checkpoint(8) System Manager's Manual runc-checkpoint(8)
2
3
4
6 runc checkpoint - checkpoint a running container
7
8
9
11 runc checkpoint [command options] <container-id>
12
13
14 Where "<container-id>" is the name for the instance of the container to
15 be checkpointed.
16
17
18
20 The checkpoint command saves the state of the container instance.
21
22
23
25 --image-path value path for saving criu image files
26 --work-path value path for saving work files and logs
27 --parent-path value path for previous criu image files in pre-dump
28 --leave-running leave the process running after checkpointing
29 --tcp-established allow open tcp connections
30 --ext-unix-sk allow external unix sockets
31 --shell-job allow shell jobs
32 --lazy-pages use userfaultfd to lazily restore memory pages
33 --status-fd value criu writes \0 to this FD once lazy-pages is ready
34 --page-server value ADDRESS:PORT of the page server
35 --file-locks handle file locks, for safety
36 --pre-dump dump container's memory information only, leave the container running after this
37 --manage-cgroups-mode value cgroups mode: 'soft' (default), 'full' and 'strict'
38 --empty-ns value create a namespace, but don't restore its properties
39 --auto-dedup enable auto deduplication of memory images
40
41
42
43
44 runc-checkpoint(8)