Support, or at least just ignore, Docker Volume :delegated option #3340
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Docker, apparently, supports Volume options
:cached
and:delegated
and I've run into this Podman failing withError: invalid option type "delegated"
on adocker run ... -v /cache:/cache:delegated
which (presumably) works in "real" Docker; see kubernetes/test-infra#13044.Steps to reproduce the issue:
see kubernetes/test-infra#13044
Describe the results you received:
Works like Docker.
Describe the results you expected:
Fails with
Error: invalid option type "delegated"
(actually first withError: Invalid --security-opt 1: "label:disable"
but kubernetes/test-infra#13045 takes care of that).Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:The text was updated successfully, but these errors were encountered: