Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy errors when copying a symlink that extends out of a volume #148

Open
joequant opened this issue Apr 14, 2020 · 3 comments
Open

copy errors when copying a symlink that extends out of a volume #148

joequant opened this issue Apr 14, 2020 · 3 comments

Comments

@joequant
Copy link

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.

@muayyad-alsadi
Copy link
Collaborator

podman-compose does not copy anything, it just pass arguments to podman

in that case your problem might be with podman not podman compose.

@rhatdan
Copy link
Member

rhatdan commented Apr 20, 2020

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.

@joequant
Copy link
Author

joequant commented Aug 9, 2020

It's a podman issue

containers/podman#6003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants