DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Pull Dog: Automatic Docker Test Environments for Pull Requests

4 years ago dogger.io

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com