showpiece-pi/stage9/01-docker/03-run-chroot.sh
2025-04-27 16:24:09 -05:00

6 lines
94 B
Bash
Executable File

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