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
Create a contain with a symlink bin/ points outside of a directory and then create a volume from that container. podman will issue an error as it attempts to copy the symlink.
Suppose I have a directory
/usr/bin
that contains a symlink from foo to ../bin/foo
I think attempt to create a volume of /usr/bin
When podman copies the symlink into the blank volume, we get an error.
The text was updated successfully, but these errors were encountered:
I believe we have an issue in podman right now where we are blocking some links that go outside of the volume. You might find it in one of Podman issues. If you can not find the issue, then open a new one, preferably with a reproducer in Podman.
Create a contain with a symlink bin/ points outside of a directory and then create a volume from that container. podman will issue an error as it attempts to copy the symlink.
Suppose I have a directory
/usr/bin
that contains a symlink from foo to ../bin/foo
I think attempt to create a volume of /usr/bin
When podman copies the symlink into the blank volume, we get an error.
The text was updated successfully, but these errors were encountered: