Parsa2820 / docker-azure-agent-dind

Azure Pipelines Agent with Docker Installed

Home Page:https://hub.docker.com/r/parsa2820/azure-agent-dind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-azure-agent-dind

Docker

Intro

The official Microsoft documentation recommends to use bind mount in order to run docker inside the agent. Considering security implications of mounting Docker socket, I have installed a complete Docker inside the agent image itself.

Usage

docker run -e AZP_URL=<Azure DevOps instance> -e AZP_TOKEN=<PAT token> -e AZP_AGENT_NAME=<agnet name> -e AZP_POOL=<pool name> parsa2820/azure-agent-dind:latest

Build

docker build .

About

Azure Pipelines Agent with Docker Installed

https://hub.docker.com/r/parsa2820/azure-agent-dind


Languages

Language:Shell 67.0%Language:Dockerfile 33.0%