tomspark wrote:
The error is clear: your user doesn't have permission to talk to the Docker daemon. Run: bash sudo sparkbox logs sb-pihole All sparkbox commands that touch Docker need sudo. If you want to skip typing sudo every time, add your user to the docker group: bash sudo usermod -aG docker $USER newgrp docker Then log out and back in, and sparkbox logs / sparkbox status / etc. will work without sudo. After that, run sparkbox up to make sure everything starts, then sparkbox status to confirm all 6 are healthy.