install_docker.sh aktualisiert

main
sebastian.serfling 2025-03-14 09:51:23 +00:00
parent dc0596a156
commit 58e5c06ebe
1 changed files with 3 additions and 1 deletions

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