Last active
April 19, 2018 15:34
-
-
Save j-mprabhakaran/13de774e82ed30a546d0b1f1e2837513 to your computer and use it in GitHub Desktop.
Docker-Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install -y docker | |
sudo systemctl start docker.service | |
sudo systemctl enable docker.service | |
sudo usermod -a -G docker ec2-user | |
sudo usermod -a -G docker jenkins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment