Try
Learn
Question
Motivation
docker - setup
run docker as a non-root user
sudo groupadd docker
sudo usermod -aG docker [non-root user]
newgrp docker