Rootless docker: permission denied - help me debug?
Hello, I have set up coder.com on dev and now I am getting ready for prod. I am struggling with setting up rootless docker containers though:
Linux debian-zaci 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux
I followed https://docs.docker.com/engine/security/rootless/
I tried fiddling with main.tf adding
to the default docker container template, but I am still getting:
I must have missed a step or haven't got enough information.
Linux debian-zaci 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux
I followed https://docs.docker.com/engine/security/rootless/
I tried fiddling with main.tf adding
to the default docker container template, but I am still getting:
I must have missed a step or haven't got enough information.
Docker Documentation
Run the Docker daemon as a non-root user (Rootless mode)
0