You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
HI I'm trying to just do a hello-world bamboo exercise by running a container, I have already added a task to pull from docker hub hello-world, but in the run container task under docker image, what do I type in? Just hello-world? Or https://hub.docker.com/_/hello-world ?
I just typed in hello-world and I got error:
/usr/bin/docker: Error response from daemon: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: \"docker\": executable file not found in $PATH": unknown.
Failing task since return code of [/usr/bin/docker run --volume /home/bamboo-admin/bamboo-home/xml-data/build-dir/mybuildDIR:/data --workdir /data --rm hello-world docker run hello-world] was 127 while expected 0
Update: I got it to work now, not sure why, but I removed the default /data folder under a run container and that worked.