docker engine version

Darren Chiu April 26, 2017

the new docker support for bitbucket pipelines is perfect, but I would like to know what is the version of the docker cli version and if the version will be updated?

1 answer

1 vote
davina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 22, 2017

Hi Darren,

You can run docker version in your pipeline configuration to find out.

Here is an example bitbucket-pipelines.yml

pipelines:
default:
- step:
script:
- docker version

options:
docker: true

 See the official docs for more info :)

Darren Chiu May 23, 2017

so is there any ways to specify the version of the docker version?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events