Merge pull request #484 from justincormack/testlog

log what we are doing in tests, and split pull and run
This commit is contained in:
Justin Cormack
2016-09-08 17:34:11 +01:00
committed by GitHub

View File

@@ -1,8 +1,9 @@
#!/bin/sh
set -e
set -ex
docker info
docker ps
docker pull alpine
docker run alpine true
docker swarm init