-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
With the caveat that I'm very new to docker...
Inside the container, /certificates is owned by the uid of the user who created
host$ $ docker -v
Docker version 1.6.0, build 4749651
host$ ${KEYMASTER} ca
cat: /certificates/password: Permission denied
host$ docker run -it --rm -v $(pwd)/certificates/:/certificates/ cloudpipe/keymaster /bin/bash
hagrid@string:$ ls -l /certificates/password$ id
-rw------- 1 2354 2354 175 May 7 00:08 password
hagrid@string:
uid=1000(hagrid) gid=1000(hagrid) groups=1000(hagrid)
Metadata
Metadata
Assignees
Labels
No labels