diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-21 06:11:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 06:11:10 -0400 |
commit | 0ef01c881f291982bd8eebc9c92cb6e09b1473aa (patch) | |
tree | 77b044e178c7c8f64a79cb8f4649a75627bb0090 /libpod | |
parent | a7dcae5abc81d4c4809aebca39b2ac9db1bca3d7 (diff) | |
parent | db2f474284b18b4a2d9c3671278500c92a9c19d7 (diff) | |
download | podman-0ef01c881f291982bd8eebc9c92cb6e09b1473aa.tar.gz podman-0ef01c881f291982bd8eebc9c92cb6e09b1473aa.tar.bz2 podman-0ef01c881f291982bd8eebc9c92cb6e09b1473aa.zip |
Merge pull request #10999 from rhatdan/quota1
Drop support for the --storage-opt container flag
Diffstat (limited to 'libpod')
-rw-r--r-- | libpod/container_internal.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/container_internal.go b/libpod/container_internal.go index 2555f15ec..e7694227a 100644 --- a/libpod/container_internal.go +++ b/libpod/container_internal.go @@ -420,7 +420,6 @@ func (c *Container) setupStorage(ctx context.Context) error { if c.config.Rootfs == "" && (c.config.RootfsImageID == "" || c.config.RootfsImageName == "") { return errors.Wrapf(define.ErrInvalidArg, "must provide image ID and image name to use an image") } - options := storage.ContainerOptions{ IDMappingOptions: storage.IDMappingOptions{ HostUIDMapping: true, |