An open API service indexing awesome lists of open source software.

https://github.com/burakince/docker-dredd

Dredd Dockerfile
https://github.com/burakince/docker-dredd

api-blueprint apiblueprint blueprint cdc docker docker-image dockerfile dredd node nodejs

Last synced: 6 days ago
JSON representation

Dredd Dockerfile

Awesome Lists containing this project

README

          

# Dredd

[![dredd docker image build and push](https://github.com/burakince/docker-dredd/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/burakince/docker-dredd/actions/workflows/docker-publish.yml)
![Docker Pulls](https://img.shields.io/docker/pulls/burakince/docker-dredd)
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/burakince/docker-dredd?sort=date)
![Docker Image Version (latest semver)](https://img.shields.io/docker/v/burakince/docker-dredd?sort=semver)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/dredd)](https://artifacthub.io/packages/search?repo=dredd)

## Usage

```
docker run -it --rm -v $(pwd):/blueprints --entrypoint dredd burakince/docker-dredd /blueprints/*.md http://localhost
```