Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

nullforce-public/devops-docker-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devops-docker-agent

Ubuntu

Based on Running in Docker.

Building the Image

From within a directory, such as /ubuntu/minimal:

docker build -t dockeragent:latest .

Run the Container

This will install the latest version of the agent, configure it, and run the agent targeting the Default pool of a specified Azure DevOps or Azure DevOps Server instance of your choice:

docker run -e AZP_URL=<Azure DevOps instance> -e AZP_TOKEN=<PAT token> -e AZP_AGENT_NAME=mydockeragent dockeragent:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published