Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 669 Bytes

docker-testinfra

docker-testinfra is a docker image, that helps testing other docker images via testinfra.

Dockerhub badge

Quickstart

docker run --rm -t \
  -v /path/to/your-docker-project:/project \
  -v /var/run/docker.sock:/var/run/docker.sock:ro \
  aveltens/docker-testinfra

Examples

Take a look at this repo to see how the image is used, to test itself.

Development notes

  • ./build.sh to build the image
  • ./test.sh to test the image