Files
linuxkit/alpine/packages/test/mobytest
Justin Cormack 3bed9a18e9 Enable swarm mode in test suite
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-07-26 16:20:29 +01:00

9 lines
82 B
Bash
Executable File

#!/bin/sh
set -e
docker info
docker ps
docker run alpine true
docker swarm init