Files
linuxkit/alpine/packages/test/usr/bin/mobytest
Justin Cormack 1d71d7c3e1 Update check-config script
Now misses the ext3 error messages.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-11-02 20:05:48 +00:00

17 lines
339 B
Bash
Executable File

#!/bin/sh
set -ex
ifconfig
docker version
docker info
docker ps
docker pull alpine
docker run alpine true
docker run --name webserver -d -p 80:80 alpine httpd -f -h /etc
wget -O - -q localhost/hostname
docker kill webserver
docker rm webserver
docker swarm init
docker run mobylinux/check-config:9f02bb6a71b0a2b52d9c9ca796f72c076414c2a7