#RaspberryPi – Manage #docker 🐳 as a non-root user

Hi ! The next step for my [use Docker in a Raspberry Pi to build and deploy images] step is to configure docker as non-root user. Lucky us, this is officially documented and easy. Create the docker group. sudo groupadd docker Add your user to the docker group. sudo usermod -aG docker $USER Log out…… Continue reading #RaspberryPi – Manage #docker 🐳 as a non-root user