Skip to content
Hire me

Chris Taylor Developer

Freelance software engineer United Kingdom

  • Services
  • Prices
  • Contact
  • About
    • Background & CV
    • Testing experience
    • On GitHub
    • On Digital Guernsey
  • Projects
  • Engineering

Docker Compose

Docker Compose on Azure

13 February 20255 February 2025 by Chris Taylor

Updated: 13 February 2025

At the time or writing I cannot find a simple way of running my Docker Compose project on Azure. Some option:

  1. Deploy a multi-container group using a YAML file
  2. Container groups in Azure Container Instances
  3. Run a custom container in Azure

Q&A on Microsoft Support Community

Categories Docker Compose Leave a comment

Docker Compose

1 April 20248 May 2023 by Chris Taylor

Updated: 23 June 2023

Compose file version 3 reference


Start just one service

docker compose up -d start_me

List containers in json format

docker compose ps --format json | jq .
Categories Docker Compose Leave a comment
© 2025 Chris Taylor Developer • Built with GeneratePress