Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-09-29 17:01:30 +02:00
parent 9e749fa03d
commit 6e9d9bf86d
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ You can download Docker Compose binaries from the
Copy the relevant binary for your OS under `$HOME/.docker/cli-plugins/docker-compose` Copy the relevant binary for your OS under `$HOME/.docker/cli-plugins/docker-compose`
(might require to make the downloaded file executable with `chmod +x`) (might require to make the downloaded file executable with `chmod +x`)
For backward compatibility with legacy docker-compose 1.xx, please consider installing [compose-switc](https://github.com/docker/compose-switch) to translate `docker-compose ...` commands into Compose V2's `docker compose ...` ### Backward compatibility
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 ...`
Quick Start Quick Start