Mounting docker.sock

Looking to install drone.io using rancher. Drone needs docker.sock mounted at:

/var/run/docker.sock

When I do this, it mounts but permission is denied to drone when trying to spin up containers.

I’m guessing this is because the container creating the drone service has not been given access?

Is there a solution for this?

--privileged / Advanced -> Host/Security ->“full access to the host”?