Add a docker version print to CI

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: cda8281da8
Component: cli
This commit is contained in:
Daniel Nephin
2017-06-09 15:50:42 -04:00
parent 81261f8161
commit 1a30bcfcf2

View File

@ -11,6 +11,8 @@ jobs:
command: apk add -U git openssh
- checkout
- setup_remote_docker
- run:
command: docker version
- run:
name: "Lint"
command: |