Print docker version.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
7c6e7e0dce
commit
f228173660
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue