linuxkit / lcow

Linux containers on Windows built with LinuxKit
Apache License 2.0
225 stars 42 forks source link

Reorganise the test to follow 'docker <command>' #13

Closed rn closed 6 years ago

rn commented 6 years ago

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.

rn commented 6 years ago

Test only changes. merging