Install Rancher 2.0 using Docker-Compose

Another short and sweet one here - installing Rancher 2.0 using a docker-compose.yml file. Why? Why not! I prefer to have a docker-compose file every time I setup a docker container, even if its just one container. Its an easy way to document how you want to configure…