See the tutorial for more information.
docker build -t ado-agent:latest -f Dockerfile.azure-pipelines .
docker run -e AZP_URL="<AZURE_DEVOPS_ORG_URL>" -e AZP_TOKEN="<AZURE_DEVOPS_PAT>" -e AZP_POOL="<AZURE_DEVOPS_AGENT_POOL>" ado-agent:latest
See the tutorial for more information.
docker build -t ado-agent:latest -f Dockerfile.azure-pipelines .
docker run -e AZP_URL="<AZURE_DEVOPS_ORG_URL>" -e AZP_TOKEN="<AZURE_DEVOPS_PAT>" -e AZP_POOL="<AZURE_DEVOPS_AGENT_POOL>" ado-agent:latest