podman run --volumes-from is parsed incorrectly #7701
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.
/kind bug
Description
Steps to reproduce the issue:
id=$(podman run -v test:/test -d alpine touch /test/abc)
podman run -v ${id}:z,rw alpine ls /test
Describe the results you received:
Error: error looking up container "rw" for volumes-from: no container with name or ID rw found: no such container
Describe the results you expected:
abc
master @ 8529435
The text was updated successfully, but these errors were encountered: