Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Adding known issue of etc/docker/certs documentation. #23

Merged

Conversation

abbytiz
Copy link
Contributor

@abbytiz abbytiz commented Aug 17, 2017

@abbytiz
Copy link
Contributor Author

abbytiz commented Aug 17, 2017

fixes #21

@aaron-prindle
Copy link
Collaborator

LGTM

@aaron-prindle aaron-prindle merged commit e6d04ae into GoogleContainerTools:master Aug 17, 2017
@duggelz
Copy link
Contributor

duggelz commented Aug 18, 2017

rm -rf /etc/docker? This sounds like something important? What exactly am I wiping out?

$ sudo ls -al /etc/docker
total 24
drwx------   2 root root  4096 Sep  8  2015 .
drwxr-xr-x 186 root root 16384 Aug 18 16:10 ..
-rw-------   1 root root   281 Sep  8  2015 key.json

$ sudo cat /etc/docker/key.json
{
    "crv": "P-256",
    "d": "long string off stuff",
    "kid": "long string of stuff",
    "kty": "EC",
    "x": "long string of stuff",
    "y": "long string of stuff"
}

@nkubala
Copy link
Contributor

nkubala commented Aug 21, 2017

Hmm, I wonder if we could get away with doing something like sudo chmod -R 755 /etc/docker? @aaron-prindle @dlorenc @duggelz WDYT

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants