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

SYNOPSIS

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

DESCRIPTION

19       The checkpoint command saves the state of the container instance.
20
21
22

OPTIONS

24       --image-path value           path for saving criu image files
25          --work-path value            path for saving work files and logs
26          --parent-path value          path for previous criu image  files  in
27       pre-dump
28          --leave-running               leave the process running after check‐
29       pointing
30          --tcp-established            allow open tcp connections
31          --ext-unix-sk                allow external unix sockets
32          --shell-job                  allow shell jobs
33          --lazy-pages                 use userfaultfd to lazily restore  mem‐
34       ory pages
35          --status-fd   value             criu  writes  \0  to  this  FD  once
36       lazy-pages is ready
37          --page-server value          ADDRESS:PORT of the page server
38          --file-locks                 handle file locks, for safety
39          --pre-dump                    dump  container's  memory  information
40       only, leave the container running after this
41          --manage-cgroups-mode  value  cgroups mode: 'soft' (default), 'full'
42       and 'strict'
43          --empty-ns value             create a namespace, but  don't  restore
44       its properties
45          --auto-dedup                  enable  auto  deduplication  of memory
46       images
47
48
49
50                                                                        NAME()
Impressum