Update Docker TLS Instructions with tlscacert option (#118)
Without adding this to the docker daemon config, I would get an "unknown certificate authority" error
parent
0e13c96bd0
commit
9c7c51f569
@ -36,6 +36,7 @@ Update the daemon configuration located at `/etc/docker/daemon.json`:
|
||||
|
||||
#Secure option
|
||||
"tls": true,
|
||||
"tlscacert": "/var/docker/ca.pem",
|
||||
"tlscert": "/var/docker/server.pem",
|
||||
"tlskey": "/var/docker/serverkey.pem",
|
||||
"hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2376"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user