You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that running podman cp /tmp/test fedora-toolbox-34:/tmp/test --log-level debug on freshly booted system or when container is not running it does not return any errors.
While when I run toolbox enter or start toolbox container with podman and then run the same command it gives Error: "/tmp/test" could not be found on container fedora-toolbox-34: operation not permitted
Describe the bug
Unable to "cp" into toolbox created containers on F34
Steps how to reproduce the behaviour
podman cp /tmp/test fedora-toolbox-34:/tmp/test
Expected behaviour
Podman should copy the file without error
Actual behaviour
Error: "/tmp/test" could not be found on container fedora-toolbox-34: operation not permitted
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.1
Toolbox package info (
rpm -q toolbox
)toolbox-0.0.99.1-1.fc34.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-3.1.0-1.fc34.x86_64
Info about your OS
Fedora Silverblue 34 beta
Additional context
This might be podman bug however I'm unable to determine it myself so I thought I would let you guys have a look at it first.
The text was updated successfully, but these errors were encountered: