Containers – What are they? Why do you need one? – Part 1
January 20, 2015 • Containers
5 articles in this series
January 20, 2015 • Containers
February 6, 2015 • Containers
November 2, 2022 • aci, containers, Azure, Bicep
November 3, 2022 • aci, containers, Azure, Bicep
February 3, 2024
Development containers are a great way to develop modern applications. Cloud-native applications usually implement more than one service to provide the application functionality. Using dev containers for microservices-based application development requires more than one container. This is where using Docker Compose with dev containers is useful. This article explores creating a multi-container development environment using VS Code dev containers and Docker Compose.