mirror of https://github.com/docker/compose.git
Print docker version.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
7c6e7e0dce
commit
f228173660
|
@ -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…
Reference in New Issue