Dockerized bamboo service, built on top of official Debian images.
411
Dockerized bamboo service, built on top of official Debian images.
| Product | Version | Tags | Dockerfile |
|---|---|---|---|
| Bamboo Software | 6.1.1 | v6.1.1, latest | Dockerfile |
Docker-Compose:
$ curl -O https://raw.githubusercontent.com/thinegan/debian-bamboo/master/docker-compose.yml
$ docker-compose pull && docker-compose up -d
$ docker run -d -p 8000:8085 \
-v /home/user/bamboo-data:/home/www/public_html/bamboo-data.server.com \
--name bamboo thinegan/debian-bamboo:v6.1.1
bamboo-data.
If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-bamboo repo, which is the source for this image.
Content type
Image
Digest
Size
1007.3 MB
Last updated
about 9 years ago
docker pull thinegan/debian-bamboo