OptionalAttachAttach to stderr of the exec command.
OptionalAttachAttach to stdin of the exec command.
OptionalAttachAttach to stdout of the exec command.
OptionalCmdCommand to run, as a string or array of strings.
OptionalDetachOverride the key sequence for detaching a container. Format is a single character [a-Z] or ctrl-<value> where <value> is one of: a-z, @, ^, [, , or _.
OptionalEnvA list of environment variables in the form [\"VAR=value\", ...].
OptionalPrivilegedRuns the exec process with extended privileges.
OptionalTtyAllocate a pseudo-TTY.
OptionalUserThe user, and optionally, group to run the exec process inside the container. Format is one of: user, user:group, uid, or uid:gid.
OptionalWorkingThe working directory for the exec process inside the container.
ExecConfig