mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-06 01:23:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user