Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1ba1420

Browse files
committed
Minor readme.md issues (no more docker desktop stable/edge, etc.)
I noted that some statements in the README.md were outdated, minor updates. You might want to do still more with the confusion about being v1 here but v2 in docker-compose Signed-off-by: Randy Fay <[email protected]>
1 parent 32fccdd commit 1ba1420

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using the Docker commands you already know.
1515

1616
## Compose v2 (a.k.a "Local Docker Compose")
1717

18-
The `docker compose` local command is meant to be the next major version for docker-compose, and it supports the same commands and flags, in order to be used as a drop-in replacement.
18+
The `docker compose` local command is the next major version for docker-compose, and it supports the same commands and flags, in order to be used as a drop-in replacement.
1919
[Here](https://github.com/docker/compose-cli/issues/1283) is a checklist of docker-compose commands and flags that are implemented in `docker compose`.
2020

2121
This `docker compose` local command :
@@ -31,9 +31,9 @@ Compose v2 can be installed manually as a CLI plugin, by downloading latest v2.x
3131

3232
To get started with Compose CLI, all you need is:
3333

34-
* Windows: The Stable or Edge release of
34+
* Windows: The current release of
3535
[Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
36-
* macOS: The Stable or Edge release of
36+
* macOS: The current release of
3737
[Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-mac)
3838
* Linux:
3939
[Install script](INSTALL.md)

0 commit comments

Comments
 (0)