using set -x could produce more debug info.

This commit is contained in:
Shao Yu Lung 2017-05-19 19:47:57 +08:00
parent bf4a5beb0b
commit fc8ffe5731

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
#### halt script on error
set -e
set -xe
echo '##### Print docker version'
docker --version