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.
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.
A new version of content is available.