Skip to the content.

Run Docker without Root

To run Docker as non-root user, we can add our user to “docker” group, to do run this -

$ sudo usermod -aG docker ${USER}

Reference(s)