Runs Atlassian Bamboo in a docker container. Suitable for OpenShift deployments.
If you want to use docker inside your container you must mount provide the /var/run/docker.sock
and /usr/bin/docker files in the container
docker run -d \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/bin/docker:/usr/bin/docker:ro \
stpork/bamboo
oc new-app stpork/bamboo
Content type
Image
Digest
Size
516.6 MB
Last updated
over 8 years ago
docker pull stpork/bamboo