Home Using Docker without sudo
Post
Cancel

Using Docker without sudo

source: https://www.baeldung.com/linux/docker-run-without-sudo

1
2
sudo groupadd docker
sudo usermod -aG docker username

You will need to logout and back in again for the OS to recognize your addition into the group.

This post is licensed under CC BY 4.0 by the author.