Wednesday, December 16, 2015

Docker script to launch docker containers and such

sudo yum update
curl -sSL https://get.docker.com/ | sh
sudo service docker start
sudo docker run hello-world
echo "you should see hello" if this worked
pause
sudo usermod -aG docker ec2-user
pause
echo "you now need to restart"
sudo reboot



- Today my Friend Adam and I were discussing things and from Amazon you can run these commands within the advanced tab inside of AWS aka Amazon Web Services