From 60856228ea028b50fcecd7ba64e36db7e33cbdbd Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 1 Sep 2021 16:07:47 +0200 Subject: [PATCH] document Compose v2 coming soon Signed-off-by: Nicolas De Loof --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d0d23d8af..f5175e56d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Docker Compose ![Docker Compose](logo.png?raw=true "Docker Compose Logo") +| ** Compose V2 is on his way! :star_struck: ** | +| --- | +| We are currently polishing the next generation of Docker Compose, to be released soon... :stopwatch:
- Read more on [RC1 announcement](https://www.docker.com/blog/start-dev-environments-locally-compose-v2-rc-1-and-more-in-docker-desktop-3-6/).
- Check the [v2 branch](https://github.com/docker/compose/tree/v2) on this repo. | + + Docker Compose is a tool for running multi-container applications on Docker defined using the [Compose file format](https://compose-spec.io). A Compose file is used to define how the one or more containers that make up