We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdee9ad + fec6b0f commit 0fdc908Copy full SHA for 0fdc908
libcontainer/criu_opts_linux.go
@@ -23,7 +23,7 @@ type VethPairName struct {
23
type CriuOpts struct {
24
ImagesDirectory string // directory for storing image files
25
WorkDirectory string // directory to cd and write logs/pidfiles/stats to
26
- ParentImage string // direcotry for storing parent image files in pre-dump and dump
+ ParentImage string // directory for storing parent image files in pre-dump and dump
27
LeaveRunning bool // leave container in running state after checkpoint
28
TcpEstablished bool // checkpoint/restore established TCP connections
29
ExternalUnixConnections bool // allow external unix connections
0 commit comments