install_docker.sh hinzugefügt

main
sebastian.serfling 2025-03-14 09:27:30 +00:00
parent 229ae96cf3
commit 77c5f4fa00
1 changed files with 4 additions and 0 deletions

4
install_docker.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
curl -sSL https://get.docker.com/ | CHANNEL=stable sh
sudo usermod -aG docker zabbix