You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,12 +24,6 @@ your application are configured.
23
24
Once you have a Compose file, you can create and start your application with a
24
25
single command: `docker compose up`.
25
26
26
-
# About update and backward compatibility
27
-
28
-
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). The installation instructions for Compose V2 differ from V1. V2 is not a standalone binary anymore, and installation scripts will have to be adjusted. Some commands are different.
29
-
30
-
For a smooth transition from legacy docker-compose 1.xx, please consider installing [compose-switch](https://github.com/docker/compose-switch) to translate `docker-compose ...` commands into Compose V2's `docker compose .... `. Also check V2's `--compatibility` flag.
31
-
32
27
# Where to get Docker Compose
33
28
34
29
### Windows and macOS
@@ -85,3 +80,8 @@ Want to help develop Docker Compose? Check out our
0 commit comments