An unofficial docker image with Dredd.
- Up to date!
- Super tiny (5x smaller than official)
- With defined ENTRYPOINT
$ 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