Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect compose v2 compatibility docs for docker compose --compatibility #13733

Closed
slieschke opened this issue Oct 25, 2021 · 4 comments
Closed
Labels
area/compose Relates to docker-compose.yml spec or docker-compose binary lifecycle/locked lifecycle/stale

Comments

@slieschke
Copy link
Contributor

File compose/cli-command-compatibility.md states that the compose --compatibility flag will not be implemented. This information is now incorrect as of the fixing of docker/compose#229, which has added back in support for the --compatibility flag per docker/compose#229 (comment).

@danBamikiya
Copy link
Contributor

Hi @slieschke for that, the problem is the wording. For docker-compose which is V1 commandline, --compatibility is deprecated as shown below (docker-compose version 1.29.2, build 5becea4c):

image

But for docker compose which is V2 commandline, --compatibility isn't deprecated:
(from the issue page you linked)

image

image

I'll send a PR to fix this!

@craig-osterhout craig-osterhout added the area/compose Relates to docker-compose.yml spec or docker-compose binary label Aug 2, 2022
@docker-robott
Copy link
Collaborator

There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.

Prevent issues from auto-closing with a /lifecycle frozen comment.

/lifecycle stale

@slieschke
Copy link
Contributor Author

Closing; I see the change at 9514d19 has addressed this.

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker docker locked and limited conversation to collaborators Dec 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/compose Relates to docker-compose.yml spec or docker-compose binary lifecycle/locked lifecycle/stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants