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

bug: Docker cannot mount files from Worker host #4669

Open
Bilge opened this issue Nov 7, 2024 · 0 comments
Open

bug: Docker cannot mount files from Worker host #4669

Bilge opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Bilge
Copy link

Bilge commented Nov 7, 2024

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

@Bilge Bilge added the bug Something isn't working label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants