How to run a public docker container with a private OAuth token
Dockerhub makes it incredibly easy to host docker builds for re-use. You can setup your ideal world software environment in a container and ship that anywhere really. In this instance I needed to run unit tests against a PHP 5.6 composer project. I wanted to run the tests in a wa ...