Docker: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Ebramth15 (talk | contribs)
page created
 
Ebramth15 (talk | contribs)
No edit summary
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 18: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.