Category: Docker, github, yaml

Pull Dog is a GitHub app that will automatically provision a Docker-based test server for your feature as you open a pull request. Today, almost every developer is using a managed Git service like GitHub.

After pushing, Pull Dog is enabled for the given repository and will run for any future pull requests that are opened.

Upon opening my pull request, I am greeted with the following comment from pull-dog where I can see that it is provisioning a server for me.

After closing the pull request, the server is shut down again, and the comment is updated to reflect that.

Related Articles