docker/docker-install

Need solution for running dev container with rootless Docker

jcr010910 opened this issue · 1 comments

Writing to the host filesystem fails unless the container is run with root privileges.

Steps to Reproduce:

  1. Set up rootless Docker environment (dockerd-rootless-setuptool.sh install)
  2. Start a development container (docker run ...)
  3. Attempt to write files from the container to the host filesystem (echo "test" > /host/path/file.txt)

Expected Behavior:
Files should be written successfully to the host filesystem without needing to run the container as root.

Closing, as off-topic for this issue tracker, and because this GitHub issue tracker is not intended as a general support, consider using one of;

I'm closing this ticket because of the above, but feel free to continue the conversation 👍