add tls=false flag to insecure option (#112)

misterspo
2025-06-21 16:19:18 -04:00
committed by GitHub
parent e7a8e6f173
commit 41ec0c4307

@@ -31,6 +31,7 @@ Update the daemon configuration located at `/etc/docker/daemon.json`:
#any additional parameters should be kept
#Insecure option, only use this if you are running on a closed network
"tls": false,
"hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2375"]
#Secure option