79073833

Date: 2024-10-10 10:05:56
Score: 1
Natty:
Report link

I faced the same issue earlier and here is what I done.

  1. Check the owner of the directory and use chown if needed (I think at least user in "docker" group able to access it)
  2. add privileged option
  3. Specify the root user (or any other user you running the docker) by --user 0:0
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: C.Andrew