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.
I have a bamboo server running on windows, and I'm trying to add a remote agent.
The remote agent is a windows server, and I'm trying to set it up to support docker builds. The bamboo documentation says to use Docker Machine, with no further instructions on how to set that up.
I've installed docker machine on my remote agent, create a machine, and changed by environment variables so docker.exe on my agent will point to the docker machine host. But it doesn't work.
The first issue is volume mounting. I get "invalid mode" because of the colon in the windows path. When I hard code the path to something that works, I get an issue that the inline script tasks in my build return -1 instead of 0.
Does anyone have any idea how to set up a windows agent to use Docker Machine?