Wraps Google Container Structure Test binaries in Ubuntu and Windows with Docker.
4.5K
Containerized wrapper for github.com/GoogleContainerTools/container-structure-test.
Purpose is to make it easy to use Docker sockets to grab local images for testing.
docker pull ubuntu:latest
docker pull 3shape/containerized-structure-test
docker run --rm -v ${PWD}:/configs -v /var/run/docker.sock:/var/run/docker.sock 3shape/containerized-structure-test test -c /configs/gc-linux-config.yml -i ubuntu:latest
docker run --rm -v ${PWD}:C:/configs -v \\.\pipe\docker_engine:\\.\pipe\docker_engine 3shape/containerized-structure-test test -c /configs/gc-windows-config.yml -i mcr.microsoft.com/windows/nanoserver:1809
Content type
Image
Digest
Size
35.2 MB
Last updated
over 5 years ago
docker pull 3shape/containerized-structure-test