diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-25 16:19:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 16:19:34 -0400 |
commit | 3944d8c142c59a293069fda5254e0088662b8d7b (patch) | |
tree | 7929f25201c14a9f4d5a963a905e072f86650633 /libpod/container_config.go | |
parent | e11feb230923a169c1e235552afa2f7bec7f0fff (diff) | |
parent | 9fcfea7643b243a3ad691daaf07fe358f85491cb (diff) | |
download | podman-3944d8c142c59a293069fda5254e0088662b8d7b.tar.gz podman-3944d8c142c59a293069fda5254e0088662b8d7b.tar.bz2 podman-3944d8c142c59a293069fda5254e0088662b8d7b.zip |
Merge pull request #14329 from mheon/fixmes_1
First batch of resolutions to FIXMEs
Diffstat (limited to 'libpod/container_config.go')
-rw-r--r-- | libpod/container_config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/container_config.go b/libpod/container_config.go index 3e85ad4d5..ae3bc5865 100644 --- a/libpod/container_config.go +++ b/libpod/container_config.go @@ -372,7 +372,6 @@ type ContainerMiscConfig struct { // restart the container. Used only if RestartPolicy is set to // "on-failure". 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. |