Closed TomasTomecek closed 7 years ago
Runtime flags are global flags that we pass to the runtime command (specified with the --runtime
flag, runc
by default) when we use it to run a command in a container. In other words, they're options we place in the arguments list for the runtime before the run
command. Flags my installed copy of runc
recognizes include --debug
, --log
, and --root
, among others.
Perhaps we need to update the man page to clarify this.
I literally have no idea what the flags are and how I should specify them. I went on and read source code which didn't help me really: