mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
Add comment to describe postConfigureNetNS
Provide information stating what the postConfigureNetNS option is used for. Signed-off-by: Gabi Beyer <gabrielle.n.beyer@intel.com>
This commit is contained in:
@ -377,6 +377,9 @@ type ContainerConfig struct {
|
||||
RestartRetries uint `json:"restart_retries,omitempty"`
|
||||
// TODO log options for log drivers
|
||||
|
||||
// PostConfigureNetNS needed when a user namespace is created by an OCI runtime
|
||||
// if the network namespace is created before the user namespace it will be
|
||||
// owned by the wrong user namespace.
|
||||
PostConfigureNetNS bool `json:"postConfigureNetNS"`
|
||||
|
||||
// OCIRuntime used to create the container
|
||||
|
Reference in New Issue
Block a user