Skip to content

Commit

Permalink
Print docker version.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nephin <[email protected]>
  • Loading branch information
dnephin committed Oct 14, 2015
1 parent 9c7e8ab commit b6d7d91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# $ docker build -t "$TAG" .
# $ docker run --rm --volume="/var/run/docker.sock:/var/run/docker.sock" --volume="$(pwd)/.git:/code/.git" -e "TAG=$TAG" --entrypoint="script/ci" "$TAG"

set -e
set -ex

docker version

export DOCKER_VERSIONS=all
export DOCKER_DAEMON_ARGS="--storage-driver=overlay"
Expand Down

0 comments on commit b6d7d91

Please sign in to comment.