some tweaks to the configuration

This commit is contained in:
2025-04-20 10:35:40 -05:00
parent b32412314d
commit f5e9a950be
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
systemctl enable docker
systemctl start docker
groupadd docker
gpasswd -a pi docker
newgrp docker