-
Type:
Suggestion
-
Resolution: Low Engagement
-
None
-
Component/s: Docker
-
0
-
3
Problem Definition
Currently the Docker task only supports the low-level 'docker' command. But for development and testing the recommended method is to use Docker Compose (formerly Fig).
Suggested Solution
It would be nice to have first-class support for this in Bamboo. In particular adding Docker Compose support to the existing Docker Task, and a Compose capability to the supplied images would save a lot of work when setting up Compose tasks.
Workaround
- Script or Command Task to utilize docker-compose is currently the only option.