We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems Docker cannot mount a file from an overlayfs source.
docker run --interactive --rm --mount type=bind,source="$PWD"/myfile,target=/myfile some_image ls -lah /myfile
File is mounted as a file (but since Docker cannot read the file, it silently fails by mounting it as an empty directory instead).
No response
Firefox 131.0.3 (64-bit)
CE v1.419.0-2-gf767d92ec
The text was updated successfully, but these errors were encountered:
rubenfiszel
No branches or pull requests
Describe the bug
It seems Docker cannot mount a file from an overlayfs source.
To reproduce
docker run --interactive --rm --mount type=bind,source="$PWD"/myfile,target=/myfile some_image ls -lah /myfile
Expected behavior
File is mounted as a file (but since Docker cannot read the file, it silently fails by mounting it as an empty directory instead).
Screenshots
No response
Browser information
Firefox 131.0.3 (64-bit)
Application version
CE v1.419.0-2-gf767d92ec
Additional Context
No response
The text was updated successfully, but these errors were encountered: