November 2018
Beginner
230 pages
6h 4m
English
All three of the install methods automatically create a docker group for you, but if you want to be able to run Docker commands without using root or sudo, then you will want to add your user to the docker group.
Adding the current user to the docker group is easily accomplished with the following command:
# add the current user to the docker groupsudo usermod -aG ...
Read now
Unlock full access