docker to sudoers
# my case solution
sudo setfacl -m user:$USER:rw /var/run/docker.sock
#other solution
sudo usermod -aG docker $USER
#an other solution
sudo groupadd docker
sudo gpasswd -a $USER docker
docker run hello-world
docker to sudoers
# my case solution
sudo setfacl -m user:$USER:rw /var/run/docker.sock
#other solution
sudo usermod -aG docker $USER
#an other solution
sudo groupadd docker
sudo gpasswd -a $USER docker
docker run hello-world
write command docker without need write sudo
#for write command docker without need write sudo #add all command in your terminal
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us