Azure Pipelines Docker Agents: Bind Mounts & Docker-in-Docker

Опубликовано: 02 Август 2026
на канале: Peter's Tech Toolbox
77
1

Building on my containerised Azure Pipelines agent series, this video tackles bind mounts and Docker-in-Docker scenarios. From understanding the differences between bind mounts and volume mounts to implementing secure read-only access and building Docker images within containers, learn how to leverage persistent storage for debugging and development workflows.

We'll explore when to use bind mounts vs volumes, security considerations with read-only mounts, and solve the Docker-in-Docker challenge by mounting the Docker socket to enable image building and sharing between agents.

Code repository and documentation referenced in video available on GitHub: https://github.com/prime-computing-la...

References:
Docker bind mounts documentation: https://docs.docker.com/engine/storag...
Azure Pipelines Docker-in-Docker: https://learn.microsoft.com/en-us/azu...