-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Workdir rejected when it's inside volume #11352
Comments
@rhn Could you try |
"Z", "rw", "ro" don't cause that error, but I would stop before calling it "working", because of different semantics :) |
|
Yes, the following works and /mnt/sources is populated:
|
@rhn So i checked we have a bug in podman , overlay mount happens after the check for |
@rhn Following patch should fix podman for your use-case https://github.com/containers/podman/pull/11353/files |
Thanks! |
/kind feature
I try to set workdir to be inside the volume I just set up, but it's rejected, even though podman could check for its existence.
Expected result: podman follows the volume mapping to determine whether the working directory is actually usable.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: