mirror of
https://github.com/docker/compose.git
synced 2025-04-07 19:55:07 +02:00
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…
x
Reference in New Issue
Block a user