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…

A Quick and Dirty Docker-Compose Managed Reverse Proxy

This one is going to be short and sweet. Many of you have probably read and/or used the very popular docker nginx-proxy by jwilder. This is not another guide for that. I recommend you read the readme on the linked GitHub for that, or find a different guide. No,…