/vsoagent

Docker images with Build.vNext agent baked in

MIT LicenseMIT

vsoagent (VSTS Agent on Docker)

Assorted Docker images with the new Build.vNext xplat agent baked in. Apologies for the old nomenclature.

Currently Supported Tags

Usage

Feel free to clone this repo and use only the directory you wish for local image builds. Replace the contents of the agent.config file with the parameters you need for setting up the agent.

As of right now, you will need to configure the agent prior to first use. Getting that automated is currently a WIP.

Then, from a command prompt, type the following:

docker run -d <<image_name>> node host -u <<user>> -p <<password>>