Add a docker version print to CI

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2017-06-09 15:50:42 -04:00
parent a74e715b1a
commit cda8281da8
1 changed files with 2 additions and 0 deletions

View File

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