DEV Community

Discussion on: Installing Docker and Docker Compose on the Raspberry Pi in 5 Simple Steps

Collapse
 
rhbroberg profile image
Rick Broberg

If you amend step 2 to include

newgrp docker

then you don't need to reboot or use 'sudo docker' while you're in that shell.

Also, if you amend step 4 to include '-y' in your 'apt-get install' lines it is more friendly to copy/paste. Everybody is going to answer 'y to the installation question anyway.