Source: thomassuebwicha.medium.com

Atlassian Bamboo with Docker Compose

Category: Docker, bamboo

This guide will walk through the steps involved in setting up an initial instance of a Bamboo server instance inside a Docker container using docker-compose.

The software can be installed on a host machine running Linux, MacOS or Windows or alternatively inside a Docker container.

It’s important to remember these credentials because at the moment, they’re the only way to log in. By default (in version 7.0.4) the username is bamboo.

Installing Docker in Docker is the same for Bamboo as for any other CI/CD tool inside Docker.

In Bamboo, click the settings icon in the top right corner and then Overview.

Related Articles