Friday, October 18, 2024

After install docker, problems with running

 You may need after installing docker execute permissions to all users that execute docker, the commands are:

  • $ sudo usermod -aG docker $USER
  • $ sudo systemctl restart docker
  • (close terminal or restart machine)


Then docker will run without using sudo.

No comments:

Post a Comment