Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1001 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 1001 Bytes

Dredd

An unofficial docker image with Dredd.

docker layers docker pulls

Why

  • Up to date!
  • Super tiny (5x smaller than official)
  • With defined ENTRYPOINT

Usage

$ docker run \
    --rm \
    --tty \
    --link 'container_name' \
    --network 'network_name' \
    --volume '/path/to/api-description.apib:/blueprint.apib' \
    --volume '/path/to/hook.js:/hook.js' \
    bugyik/dredd /blueprint.apib container_name --hookfiles /hook.js