From a3087e58c1cf4cdeb36bc2e127a2c0f26449f67c Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Sun, 14 Jan 2018 10:46:53 +0200 Subject: [PATCH] add Container Structure Test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 516466d..43964be 100644 --- a/README.md +++ b/README.md @@ -496,6 +496,7 @@ Services to securely store your Docker images. ### Testing +* [Container Structure Test](https://github.com/GoogleCloudPlatform/container-structure-test) - A framework to validate the structure of an image by checking the outputs of commands or the contents of the filesystem. By [@GoogleCloudPlatform](https://github.com/GoogleCloudPlatform) * [dgoss](https://github.com/aelsabbahy/goss/tree/master/extras/dgoss) - A fast YAML based tool for validating docker containers. * [Dockunit](https://github.com/dockunit/platform) :skull: - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By [@dockunit](https://github.com/dockunit) * [DockerSpec](https://github.com/zuazo/dockerspec) - A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily. By [@zuazo](https://github.com/zuazo)