Skip to content

Commit

Permalink
Merge pull request #13453 from ndeloof/compose.rc3
Browse files Browse the repository at this point in the history
document compose.v2 new repository and RC3 release
  • Loading branch information
usha-mandya committed Sep 7, 2021
2 parents 49ea13d + 041277d commit fcddef8
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 32 deletions.
6 changes: 2 additions & 4 deletions compose/cli-command-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions compose/cli-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_cp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_down.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_kill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_port.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_top.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_unpause.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion engine/reference/commandline/compose_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit fcddef8

Please sign in to comment.