Files
showpiece-pi/stage9/01-docker/03-run-chroot.sh
2025-08-14 18:04:45 -05:00

6 lines
94 B
Bash
Executable File

#!/bin/bash
systemctl enable docker
systemctl start docker
gpasswd -a pi docker
newgrp docker