Skip to content

angelo-v/docker-testinfra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testing docker images via testinfra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published