install_docker.sh aktualisiert

This commit is contained in:
2025-03-14 09:51:23 +00:00
parent dc0596a156
commit 58e5c06ebe
+3 -1
View File
@@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
curl -sSL https://get.docker.com/ | CHANNEL=stable sh curl -sSL https://get.docker.com/ | CHANNEL=stable sh
sudo usermod -aG docker zabbix mkdir enc
openssl rand -hex 32 >> enc/zabbix_agentd.psk
chown 1997:1997 enc/zabbix_agentd.psk