@Mac
Add route to local docker host VM to allow you to access content within the docker machines you create that will exist on the 172.17.x.x subnet
sudo route -n add 172.17.0.0/16 `docker-machine ip default`
# Requires Python
# Run as sudo
pip install awscli ssh -i ~/Dropbox/aws1.pem ec2-user@ec2-52-30-36-18.eu-west-1.compute.amazonaws.comsudo yum update -y
sudo yum install -y docker
sudo service docker start
sudo usermod -a -G docker ec2-user
exitRe-login to capture user group settings
docker info