Eng

Rus

Main page

Running Docker containers without sudo

To run Docker containers without having superuser rights (and without using sudo) all you need is to add your user to the docker group:
$ sudo usermod -aG docker $USER