Add check-config container and test

Currently the test will never fail, planning to fix this upstream.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-10-28 12:39:31 +01:00
parent 1a0b395496
commit 8cfc2c753f
3 changed files with 37 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
set -ex
ifconfig
docker version
docker info
docker ps
docker pull alpine
@@ -12,3 +13,4 @@ wget -O - -q localhost/hostname
docker kill webserver
docker rm webserver
docker swarm init
docker run mobylinux/check-config