Enable swarm mode in test suite

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-07-26 16:20:29 +01:00
parent 1cf7eb62a2
commit 3bed9a18e9

View File

@ -5,3 +5,4 @@ set -e
docker info
docker ps
docker run alpine true
docker swarm init