cedana restore runc
Restore a runc container
cedana restore runc [flags]Options
-b, --bundle string bundle
--console-socket string path to an AF_UNIX socket which will receive a file descriptor referencing the master end of the console's pseudoterminal
-d, --detach detach from the container's process, ignored if not using --no-server and is always true
-h, --help help for runc
--id string new id
--log string log file to write logs to if --no-server
--log-format string log format to use if --no-server (json, text) (default "text")
--netns-eth0-ipv4-addr string new IPv4 address for eth0 in the restored container
--no-new-keyring do not create a new session keyring.
--no-pivot do not use pivot root to jail process inside rootfs.
--no-subreaper disable the use of the subreaper used to reap reparented processes
--root string root
--rootless string ignore cgroup permission errors (true, false, auto) (default "auto")
--systemd-cgroup enable systemd cgroup support, expects cgroupsPath to be of form 'slice:prefix:name' for e.g. 'system.slice:runc:434234'Options inherited from parent commands
SEE ALSO
cedana restore - Restore a container/process
Last updated
Was this helpful?