install_docker.sh aktualisiert
This commit is contained in:
+3
-1
@@ -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
|
||||||
Reference in New Issue
Block a user