- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33
Open
Description
When using the girder_worker docker image, unable to run docker from within the worker container due to permission issue. Specifically the docker group does not appear to be created and worker user added to the group.
Docker executable and socket were mounted into the girder_worker container as previously described: #89
-v  /tmp:/tmp
-v  /var/run/docker.sock:/var/run/docker.sock
-v  /usr/bin/docker:/usr/bin/docker
Error when trying to run docker from within the container:
worker@af4c874402be:/$ docker images
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.39/images/json: dial unix /var/run/docker.sock: connect: permission denied
Metadata
Metadata
Assignees
Labels
No labels