You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
https://gist.github.com/npearce/6f3c7826c7499587f00957fee62f8ee9
sudo amazon-linux-extras install docker sudo service docker start sudo usermod -a -G docker ec2-user sudo chkconfig docker on sudo yum install -y git sudo reboot