Skip to main content

Allow your user to run Docker without sudo

sudo usermod -aG docker $USER
newgrp docker