Reputation: 13089
Is it possible to install Docker on the build agent or set it as a requirement?
My tests try to run Docker on the command line but this doesn't seem to work.
I would have expected to add it as a Demand
but adding docker
doesn't work.
Upvotes: 0
Views: 129
Reputation: 59020
If you're using the hosted agent, no. You can't install additional software on the hosted agent.
The software available on the hosted agent is well-documented.
If you need software installed beyond those that can't be installed as a local package, you'll need to set up your own private agent and configure it appropriately.
Upvotes: 1