简体   繁体   中英

Azure windows self-hosted agent with docker installed

We are trying to develop Azure windows self-hosted to run Azure pipelines.

However, these agents are deployed on kubernetes . And we want these agents to be able to use docker for build/push operations. meaning we need docker inside docker.

Is it possible to install docker on these windows self-hosted agents ?

You need to set up a self-hosted agent in Azure Pipelines to run inside a Windows Server Core (for Windows hosts), or Ubuntu container (for Linux hosts) with Docker. Detailed steps you may refer to the following link:

https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM