Serdar Yegulalp
Senior Writer

Docker’s Compose specification is now an open standard

news
Apr 7, 20202 mins

Docker’s system for creating applications from multiple containers is now available on GitHub for all to contribute to

white blocks stacked containers misaligned alignment fragile falling apart flickr
Credit: Philippe Put

Docker Compose, the system created by Docker to define multi-container applications, is now to be developed as an open standard.

The Compose Specification, as the new standard is called, is meant to allow Compose-created apps to work on other multi-container definition systems on platforms such as Kubernetes and Amazon Elastic Container Service.

Until now, Compose existed only in its Docker implementation, and as a file format reference. Although it was open source, it was still chiefly controlled by Docker (the company) and used only in Docker (the product). Docker’s plan is to make the spec available as an open standard, and to solicit for maintainers who wish to help build tooling and expand support for the standard.

Compose is less complex than other multi-container app solutions, such as Kubernetes Helm, and remains popular with developers who need only enough functionality to coordinate containers together into an app. (Docker swarm mode has the same appeal, as a lightweight alternative to Kubernetes.) Examples of common composite applications created with Docker Compose are readily available on GitHub.

In a blog post, Docker noted that partners for the Compose Specification include Amazon Web Services and Microsoft, although other organizations weren’t named explicitly. Both of those companies offer container services in their cloud platforms that use Docker Compose files natively — Amazon by way of Amazon Elastic Container Service, and Microsoft through the Azure Container Registry (which also supports Kubernetes Config files).

The draft Compose Specification is available in an initial form on GitHub and is accepting contributions by way of pull requests.

Serdar Yegulalp

Serdar Yegulalp is a senior writer at InfoWorld. A veteran technology journalist, Serdar has been writing about computers, operating systems, databases, programming, and other information technology topics for 30 years. Before joining InfoWorld in 2013, Serdar wrote for Windows Magazine, InformationWeek, Byte, and a slew of other publications. At InfoWorld, Serdar has covered software development, devops, containerization, machine learning, and artificial intelligence, winning several B2B journalism awards including a 2024 Neal Award and a 2025 Azbee Award for best instructional content and best how-to article, respectively. He currently focuses on software development tools and technologies and major programming languages including Python, Rust, Go, Zig, and Wasm. Tune into his weekly Dev with Serdar videos for programming tips and techniques and close looks at programming libraries and tools.

More from this author