add initial setup scripts used for by-02 host (vpnwg.ulakar.com)

This commit is contained in:
v.karaychentsev
2026-02-13 18:24:00 +03:00
parent cc467dcdf4
commit 428f694eaa
5 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
echo "== Docker: install from get.docker.com =="
curl -fsSL https://get.docker.com | sh
echo "== Docker: add $NEW_USER into docker group =="
usermod -aG docker "$NEW_USER"
systemctl enable --now docker
echo "== Finished docker installation =="