summaryrefslogtreecommitdiffstats
path: root/docker/build/README.Slackware
blob: 1bdf9d33293668f79fbf1687a152573d03cfa6be (about) (plain)
1
2
3
4
5
6
7
8
9
Slackware notes
===============
Docker daemon starts and runs as root.
To use the Docker command-line interface (the 'docker' program)
as a non-root user, you must add yourself to the 'docker' group:
  # gpasswd -a <your_username> docker
... and then restart the Docker daemon:
  # /etc/rc.d/rc.docker restart  
You will have to logoff and login again if you added yourself to the group.