[Bamboo Cloud docs]
[Bamboo Knowledge Base]
You need to define (that is, 'register') a Docker capability in Bamboo before you can use a Docker task in Bamboo builds and deployments.
A capability typically defines the path to a module or executable that has already been installed, and must be defined in Bamboo before Bamboo or its agents can make use of that.
For Bamboo 5.8, and later versions, stock images already provide Docker, but you might still need to add the capability manually if you have upgraded from Bamboo 5.7 or an earlier version. See Existing stock images require manual update if new capabilities are needed for more details.
Note that Bamboo requires Docker 1.3.3 or later.
Use the 'Add Capability' panel at the end of the page to add the new Docker capability to the image:
From Capability type, choose Docker.
For Path, enter the path to the Docker executable, for example /usr/bin/docker
.
Click Add.
From Capability type, choose Docker.
For Path, enter the path to the Docker executable, for example /usr/bin/docker
.
Click Add.
Use the 'Add Capability' panel at the end of the page to add the new Docker capability to the server:
From Capability type, choose Docker.
For Path, enter the path to the Docker executable, for example /usr/bin/docker
.