Sign inSign up

aveltens/docker-testinfra

By aveltens

Updated over 4 years ago

Testing other docker images via testinfra

Image
0

100K+

aveltens/docker-testinfra repository overview

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

Tag summary

Content type

Image

Digest

Size

94 MB

Last updated

over 4 years ago

docker pull aveltens/docker-testinfra