luka032
luka032

Reputation: 955

Azure DevOps pipelines Windows VM Agents with Docker

Do Azure DevOps Release Pipelines support Agent Pools using Windows OS based images, which do have Docker preinstalled?

Or is it possible to install Docker on Windows VM agents? According to official docs, installing Docker requires VM reboot, so I assume rebooting the VM would cause whole workflow to crash.

Upvotes: 0

Views: 100

Answers (1)

richardsefton
richardsefton

Reputation: 370

You can install the agent software on your own Windows OS machine and use that as an agent as opposed to the devops pool. It will have access to resources such as docker that are available on the host machine.

Upvotes: 1

Related Questions