diff --git a/compose/cli-command-compatibility.md b/compose/cli-command-compatibility.md index 838df3e26c..877a06f929 100644 --- a/compose/cli-command-compatibility.md +++ b/compose/cli-command-compatibility.md @@ -4,11 +4,9 @@ keywords: documentation, docs, docker, compose, containers title: Compose command compatibility with docker-compose --- -The `compose` command in the Docker CLI supports most of the `docker-compose` commands and flags. It is expected to be a drop-in replacement for `docker-compose`. There are a few remaining flags that have yet to be implemented, and we are prioritizing these implementations based on usage metrics and user feedback. +The `compose` command in the Docker CLI supports most of the `docker-compose` commands and flags. It is expected to be a drop-in replacement for `docker-compose`. -You can follow progress on the implementation of the remaining commands and flags in the [Compose-CLI](https://github.com/docker/compose-cli/issues/1283){:target="_blank" rel="noopener" class="_"} GitHub repository. - -If you see any Compose functionality that is not available in the `compose` command, create an issue in the [Compose-CLI](https://github.com/docker/compose-cli/issues){:target="_blank" rel="noopener" class="_"} GitHub repository so we can prioritize it. +If you see any Compose functionality that is not available in the `compose` command, create an issue in the [Compose](https://github.com/docker/compose/issues){:target="_blank" rel="noopener" class="_"} GitHub repository so we can prioritize it. ## Commands or flags not yet implemented diff --git a/compose/cli-command.md b/compose/cli-command.md index 0270be076b..4df09a259e 100644 --- a/compose/cli-command.md +++ b/compose/cli-command.md @@ -19,7 +19,7 @@ Starting with Docker Desktop 3.4.0, you can run Compose V2 commands without modi We will gradually turn this option on automatically for Docker Desktop users, so that users can seamlessly move to Docker Compose V2 without the need to upgrade any of their scripts. If you run into any problems with Compose V2, you can easily switch back to Compose v1 by either by making changes in Docker Desktop **Experimental** Settings, or by running the command `docker-compose disable-v2`. -Your feedback is important to us. Let us know your feedback on the new 'compose' command by creating an issue in the [Compose-CLI](https://github.com/docker/compose-cli/issues){:target="_blank" rel="noopener" class="_"} GitHub repository. +Your feedback is important to us. Let us know your feedback on the new 'compose' command by creating an issue in the [Compose](https://github.com/docker/compose/issues){:target="_blank" rel="noopener" class="_"} GitHub repository. {: .important} ## Context of Docker Compose evolution @@ -63,10 +63,10 @@ $ docker-compose disable-v2 ### Install on Linux You can install Compose V2 by downloading the adequate binary for your system -from the [project release page](https://github.com/docker/compose-cli/releases){:target="_blank" rel="noopener" class="_"} and copying it into `$HOME/.docker/cli-plugins` as `docker-compose`. +from the [project release page](https://github.com/docker/compose/releases){:target="_blank" rel="noopener" class="_"} and copying it into `$HOME/.docker/cli-plugins` as `docker-compose`. ```console $ mkdir -p ~/.docker/cli-plugins/ -$ curl -SL https://github.com/docker/compose-cli/releases/download/v2.0.0-rc.1/docker-compose-linux-amd64 -o ~/.docker/cli-plugins/docker-compose +$ curl -SL https://github.com/docker/compose/releases/download/v2.0.0-rc.3/docker-compose-linux-amd64 -o ~/.docker/cli-plugins/docker-compose $ chmod +x ~/.docker/cli-plugins/docker-compose ``` diff --git a/engine/reference/commandline/compose.md b/engine/reference/commandline/compose.md index a7f1a70b2f..1cbe69f0af 100644 --- a/engine/reference/commandline/compose.md +++ b/engine/reference/commandline/compose.md @@ -7,6 +7,6 @@ title: docker compose Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_build.md b/engine/reference/commandline/compose_build.md index c5ea7841b4..6417bfcf7c 100644 --- a/engine/reference/commandline/compose_build.md +++ b/engine/reference/commandline/compose_build.md @@ -7,6 +7,6 @@ title: docker compose build Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_convert.md b/engine/reference/commandline/compose_convert.md index 5f67b6b5eb..6305b8504b 100644 --- a/engine/reference/commandline/compose_convert.md +++ b/engine/reference/commandline/compose_convert.md @@ -7,6 +7,6 @@ title: docker compose convert Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_cp.md b/engine/reference/commandline/compose_cp.md index a8bd69ed73..d200eca15a 100644 --- a/engine/reference/commandline/compose_cp.md +++ b/engine/reference/commandline/compose_cp.md @@ -7,6 +7,6 @@ title: docker compose cp Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_create.md b/engine/reference/commandline/compose_create.md index d845e72b92..6e565d5e4a 100644 --- a/engine/reference/commandline/compose_create.md +++ b/engine/reference/commandline/compose_create.md @@ -7,6 +7,6 @@ title: docker compose create Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_down.md b/engine/reference/commandline/compose_down.md index bbb3aa7d37..59a3084203 100644 --- a/engine/reference/commandline/compose_down.md +++ b/engine/reference/commandline/compose_down.md @@ -7,6 +7,6 @@ title: docker compose down Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_events.md b/engine/reference/commandline/compose_events.md index 6576f48c5d..a8d0f6dd5a 100644 --- a/engine/reference/commandline/compose_events.md +++ b/engine/reference/commandline/compose_events.md @@ -7,6 +7,6 @@ title: docker compose events Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_exec.md b/engine/reference/commandline/compose_exec.md index bf6dc296a7..72157b4a7f 100644 --- a/engine/reference/commandline/compose_exec.md +++ b/engine/reference/commandline/compose_exec.md @@ -7,6 +7,6 @@ title: docker compose exec Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_images.md b/engine/reference/commandline/compose_images.md index 6ee29cbf80..9967126edb 100644 --- a/engine/reference/commandline/compose_images.md +++ b/engine/reference/commandline/compose_images.md @@ -7,6 +7,6 @@ title: docker compose images Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_kill.md b/engine/reference/commandline/compose_kill.md index 297e4a0895..64c1c8bd0d 100644 --- a/engine/reference/commandline/compose_kill.md +++ b/engine/reference/commandline/compose_kill.md @@ -7,6 +7,6 @@ title: docker compose kill Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_logs.md b/engine/reference/commandline/compose_logs.md index df641109eb..db64e14ff7 100644 --- a/engine/reference/commandline/compose_logs.md +++ b/engine/reference/commandline/compose_logs.md @@ -7,6 +7,6 @@ title: docker compose logs Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_ls.md b/engine/reference/commandline/compose_ls.md index a049f85e6b..5487055257 100644 --- a/engine/reference/commandline/compose_ls.md +++ b/engine/reference/commandline/compose_ls.md @@ -7,6 +7,6 @@ title: docker compose ls Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_pause.md b/engine/reference/commandline/compose_pause.md index cb27aea5bb..71ed3fdf89 100644 --- a/engine/reference/commandline/compose_pause.md +++ b/engine/reference/commandline/compose_pause.md @@ -7,6 +7,6 @@ title: docker compose pause Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_port.md b/engine/reference/commandline/compose_port.md index 1a65253dc0..846bf43037 100644 --- a/engine/reference/commandline/compose_port.md +++ b/engine/reference/commandline/compose_port.md @@ -7,6 +7,6 @@ title: docker compose port Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_ps.md b/engine/reference/commandline/compose_ps.md index 9a4a15d462..a7cba76b15 100644 --- a/engine/reference/commandline/compose_ps.md +++ b/engine/reference/commandline/compose_ps.md @@ -7,6 +7,6 @@ title: docker compose ps Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_pull.md b/engine/reference/commandline/compose_pull.md index fdbe5fa946..53f08258d5 100644 --- a/engine/reference/commandline/compose_pull.md +++ b/engine/reference/commandline/compose_pull.md @@ -7,6 +7,6 @@ title: docker compose pull Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_push.md b/engine/reference/commandline/compose_push.md index 63487adfef..98a10b137a 100644 --- a/engine/reference/commandline/compose_push.md +++ b/engine/reference/commandline/compose_push.md @@ -7,6 +7,6 @@ title: docker compose push Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_restart.md b/engine/reference/commandline/compose_restart.md index 7286358514..a249b6df50 100644 --- a/engine/reference/commandline/compose_restart.md +++ b/engine/reference/commandline/compose_restart.md @@ -7,6 +7,6 @@ title: docker compose restart Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_rm.md b/engine/reference/commandline/compose_rm.md index 5f36f50033..12e1dffa5c 100644 --- a/engine/reference/commandline/compose_rm.md +++ b/engine/reference/commandline/compose_rm.md @@ -7,6 +7,6 @@ title: docker compose rm Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_run.md b/engine/reference/commandline/compose_run.md index 129aa58c3b..b878270ee1 100644 --- a/engine/reference/commandline/compose_run.md +++ b/engine/reference/commandline/compose_run.md @@ -7,6 +7,6 @@ title: docker compose run Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_start.md b/engine/reference/commandline/compose_start.md index d78d8ca2aa..6cdf7cc606 100644 --- a/engine/reference/commandline/compose_start.md +++ b/engine/reference/commandline/compose_start.md @@ -7,6 +7,6 @@ title: docker compose start Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_stop.md b/engine/reference/commandline/compose_stop.md index 817694ce78..989d31b7fe 100644 --- a/engine/reference/commandline/compose_stop.md +++ b/engine/reference/commandline/compose_stop.md @@ -7,6 +7,6 @@ title: docker compose stop Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_top.md b/engine/reference/commandline/compose_top.md index c5e67c7d2b..40f4626cf0 100644 --- a/engine/reference/commandline/compose_top.md +++ b/engine/reference/commandline/compose_top.md @@ -7,6 +7,6 @@ title: docker compose top Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_unpause.md b/engine/reference/commandline/compose_unpause.md index 9f72bc17bc..c2e246b1c4 100644 --- a/engine/reference/commandline/compose_unpause.md +++ b/engine/reference/commandline/compose_unpause.md @@ -7,6 +7,6 @@ title: docker compose unpause Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %} diff --git a/engine/reference/commandline/compose_up.md b/engine/reference/commandline/compose_up.md index ae507f255c..53c18f7a6f 100644 --- a/engine/reference/commandline/compose_up.md +++ b/engine/reference/commandline/compose_up.md @@ -7,6 +7,6 @@ title: docker compose up Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://github.com/docker/compose-cli +https://github.com/docker/compose --> {% include cli.md datafolder=page.datafolder datafile=page.datafile %}