install_docker.sh aktualisiert
parent
dc0596a156
commit
58e5c06ebe
|
|
@ -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
|
||||||
Loading…
Reference in New Issue