there are now groups of tests for docker image and docker container. Volume and networking tests are still separate but they are kinda different. This re-org should make it simpler to add more tests later.
This also adds a docker image inspect test and removes the check for lcow in the docker info test to allow the tests to be run cross platform.
there are now groups of tests for
docker image
anddocker container
. Volume and networking tests are still separate but they are kinda different. This re-org should make it simpler to add more tests later.This also adds a
docker image inspect
test and removes the check forlcow
in thedocker info
test to allow the tests to be run cross platform.