Created
October 20, 2019 09:52
-
-
Save dimetron/c516fd3e7632ffd103e7342e2a60a7df to your computer and use it in GitHub Desktop.
install docker aws
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
| #!/bin/bash | |
| sudo yum update -y | |
| sudo amazon-linux-extras install docker | |
| sudo service docker start | |
| sudo usermod -a -G docker ec2-user | |
| docker info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment