Script for installing docker
Open Terminal
curl -sSL https://get.docker.com | sh
piping it into sh will run the shell script