Replies: 1 comment 1 reply
-
you would need to add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have been trying for the last 2 weeks to find the perfect security config to run docker swarm on production and I can't manage to find it. I am trying to follow the CIS checklist (https://github.com/docker/docker-bench-security) but I have the following errors when I use the docker-socket-proxy :
error in docker-socket-proxy
error in traefik
Here is my config
I have created the following network
/etc/docker/daemon.json
docker-compose-traefik.yaml
traefik-config.yaml
The problem is coming from the userns-remap option in the daemon config. When I switch if off (reinstall without), it is working but both containers have root permissions... Is there a way to make it work with the userns-remap option on?
Many thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions