Jenkins – Docker cloud agent VS Docker in Pipeline
I’m trying to understand why so many people have taken the route of setting up “Docker cloud agent” (tutorial1, tutorial2) inside Manage Jenkins -> Clouds, instead of just going with “Docker agent” inside pipeline, which is officially supported (official documentation).