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

master
misterspo 2025-06-21 16:19:18 -04:00 committed by GitHub
parent e7a8e6f173
commit 41ec0c4307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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