summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-19 17:30:21 +0100
committerGitHub <noreply@github.com>2020-02-19 17:30:21 +0100
commitda249e2fe279659458abb6bee995e68813849f00 (patch)
treea3d9da4fc713adeacbb005caea1eb3d5ff3e969c /cmd
parent7efcca2818178fd815f234f8be66aca5dc5a676f (diff)
parent0fcaa935733d3cdacd0e462d060a984e8e1218ce (diff)
downloadpodman-da249e2fe279659458abb6bee995e68813849f00.tar.gz
podman-da249e2fe279659458abb6bee995e68813849f00.tar.bz2
podman-da249e2fe279659458abb6bee995e68813849f00.zip
Merge pull request #5225 from vrothberg/fix-5087
config: use built-in TOML merge and adhere to label setting
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/shared/create.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/podman/shared/create.go b/cmd/podman/shared/create.go
index 99538b3dc..5b244699c 100644
--- a/cmd/podman/shared/create.go
+++ b/cmd/podman/shared/create.go
@@ -701,9 +701,6 @@ func ParseCreateOpts(ctx context.Context, c *GenericCLIResults, runtime *libpod.
Sysctl: sysctl,
}
- if err := secConfig.SetLabelOpts(runtime, pid, ipc); err != nil {
- return nil, err
- }
if err := secConfig.SetSecurityOpts(runtime, c.StringArray("security-opt")); err != nil {
return nil, err
}