New Utils - installers

This commit is contained in:
2022-09-05 11:34:04 +03:00
parent 19c5cd5e09
commit eaf6125445
7 changed files with 499 additions and 3624 deletions
+10
View File
@@ -0,0 +1,10 @@
echo '{
"hosts": ["unix:///var/run/docker.sock", "tcp://$INTERNALIP:2376"],
"tls": true,
"tlscacert": "/root/certs/ca.crt",
"tlscert": "/root/certs/server.crt",
"tlskey": "/root/certs/server.key",
"tlsverify": true
}' > /etc/docker/daemon.json
echo '' >