Infrastructure 2021-05-06

Docker CLI Now Supports Docker Compose

Docker CLI gained native Compose support as a tech preview, rewritten in Go vs. the original Python docker-compose. Covers compatibility notes and the difference between docker compose and docker-compose.

Read in: ja
Docker CLI Now Supports Docker Compose

Recently, an update has made it possible for the Docker CLI to support Docker Compose.

cf. docs.docker.com - Compose CLI Tech Preview

Since it's a Tech Preview, it's not yet recommended for production use.

For compatibility details, see here. docs.docker.com - Compose command compatibility with docker-compose

Docker Compose is implemented in Python, but the supported Docker Compose this time is apparently made with Golang.

cf. https://github.com/docker/compose cf. https://github.com/docker/compose-cli

Tags: Docker Docker Compose
Share: 𝕏 Post Facebook Hatena
✏️ View source / Discuss on GitHub
☕ Support

If you enjoy this blog, consider supporting it. Every bit helps keep it running!


Related Articles