Docker image for testing Docker images
1.6K
Docker image for testing Docker images.
Based on the official Docker image, has bats installed, and runs make test by default. Invoke like so:
$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd):/app mbodenhamer/docker-test
The latest tag is an image with Docker version 17.07.0 installed. Specific docker versions are available via the following tags:
Content type
Image
Digest
Size
42.7 MB
Last updated
about 9 years ago
docker pull mbodenhamer/docker-test