Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.61 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.61 KB

Dredd in Docker

DockerHub: apiaryio/dredd

Travis CI Build Status Docker Build Status Docker Pulls Docker Stars

Dredd is an HTTP API testing tool. You can find out more about it at its documentation or its code repository. This repository contains Docker setup for Dredd in form of a Dockerfile and the tooling necessary to regularly publish a Docker image with the latest Dredd version available.

How to run Dredd using Docker?

Please read the Docker section of the Dredd's installation guide.

How does this repository work?

This repository has Travis CI builds set up. Travis CI supports setting up a cron build, which triggers every day. The build ensures the Dredd image isn't behind the latest Dredd version for more than one day.