File: runc-restore.8.md

package info (click to toggle)
runc 0.1.1%2Bdfsg1-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,684 kB
  • sloc: ansic: 698; sh: 156; makefile: 71
file content (24 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# NAME
   runc restore - restore a container from a previous checkpoint

# SYNOPSIS
   runc restore [command options] <container-id>

Where "<container-id>" is the name for the instance of the container to be
restored.

# DESCRIPTION
   Restores the saved state of the container instance that was previously saved
using the runc checkpoint command.

# OPTIONS
   --image-path                 path to criu image files for restoring
   --work-path                  path for saving work files and logs
   --tcp-established            allow open tcp connections
   --ext-unix-sk                allow external unix sockets
   --shell-job                  allow shell jobs
   --file-locks                 handle file locks, for safety
   --manage-cgroups-mode        cgroups mode: 'soft' (default), 'full' and 'strict'.
   --bundle, -b                 path to the root of the bundle directory
   --detach, -d                 detach from the container's process
   --pid-file                   specify the file to write the process id to