Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thanhtunguet/az-docker-agent

Docker Image for Azure Devops Agent (with Node.js and DotNET Core 3.1 installed)
https://github.com/thanhtunguet/az-docker-agent

Last synced: 23 days ago
JSON representation

Docker Image for Azure Devops Agent (with Node.js and DotNET Core 3.1 installed)

Awesome Lists containing this project

README

        

Azure Devops Agent
==================
# Prerequisites
- Docker installed

# Usage:
## Build the image
```bash
docker build -t thanhtunguet/azure-devops-agent:latest .
```

## Start image
```bash
docker-compose up -d
```

## Environment variables
```env
AZP_URL=
AZP_TOKEN=
AZP_AGENT_NAME=
AZP_POOL=
AZP_WORK=_work
```

© 2020 thanhtunguet