summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-21 06:11:10 -0400
committerGitHub <noreply@github.com>2021-07-21 06:11:10 -0400
commit0ef01c881f291982bd8eebc9c92cb6e09b1473aa (patch)
tree77b044e178c7c8f64a79cb8f4649a75627bb0090 /libpod
parenta7dcae5abc81d4c4809aebca39b2ac9db1bca3d7 (diff)
parentdb2f474284b18b4a2d9c3671278500c92a9c19d7 (diff)
downloadpodman-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.go1
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,