Update Docker TLS Instructions with tlscacert option (#118)

Without adding this to the docker daemon config, I would get an "unknown certificate authority" error
getBoolean
2025-09-07 04:41:27 -05:00
committed by GitHub
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"]