What is the difference between Bamboo agent and Docker?
Thank you for the reply. It helps a lot.
Hi @Rakesh Yadav How are you doing?
Bamboo agent could be read as Directly on Bamboo agent. All of the tasks (like getting the source code, calling Maven etc.) will be done by your Bamboo Agent.
Docker would be read as In a Bamboo Agent that will create a container and run this Job inside it. An agent with the Docker capability will create a container based on the image you informed, run your tasks inside this container and destroy the container in the end.
Although the first option looks lighter, the second one solves a few issues you could have in a larger environment, for example:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.