add sysadmin to docker group

This commit is contained in:
Marcel Stangenberger 2025-04-11 18:39:38 +00:00
parent beafb57340
commit 2a30296bb1

View File

@ -1,6 +1,7 @@
#!/bin/bash
pacman --noconfirm -S docker docker-compose ducker
usermod -a -G docker sysadmin
mkdir -p /opt/docker
mkdir -p /etc/docker
curl -o /etc/docker/daemon.json https://git.xoservice.nl/marcel/linux_configuration/raw/master/docker/daemon.json