Difference between revisions of "Docker"
Jump to navigation
Jump to search
(page created) |
|||
Line 1: | Line 1: | ||
+ | Docker docs found here: [https://docs.docker.com/] | ||
+ | |||
Docker is set-up on Krasner in the cluster world. Users can be added to the local group docker via '''$sudo usermod -aG docker $USER''' to gain access to docker and allow the user to run docker commands without sudo. | Docker is set-up on Krasner in the cluster world. Users can be added to the local group docker via '''$sudo usermod -aG docker $USER''' to gain access to docker and allow the user to run docker commands without sudo. |
Revision as of 13:28, 17 July 2018
Docker docs found here: [1]
Docker is set-up on Krasner in the cluster world. Users can be added to the local group docker via $sudo usermod -aG docker $USER to gain access to docker and allow the user to run docker commands without sudo.