Create docker-compose.yaml with context:
version: '3.3'
services:
test:
container_name: test
environment:
- 'AZP_URL=https://dev.azure.com/<username>'
- AZP_TOKEN=<token>
- AZP_POOL=<agent pool>
- AZP_AGENT_NAME=<agent name>
image: 'vuph3/azure_agent-docker:latest'
restart: always
volumes:
- <path>/Dockerfile:/Dockerfile
or
- <path>/docker-compose.yaml:/docker-compose.yaml
Then run docker-compose up -d
Content type
Image
Digest
sha256:56248c037…
Size
440.3 MB
Last updated
about 4 years ago
docker pull vuph3/azure_agent-docker