Skip to content

Commit

Permalink
Latest update on compatibility list
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tardif <[email protected]>
  • Loading branch information
gtardif committed Mar 5, 2021
1 parent 2d73f6c commit d4628b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ manuals:
- path: /compose/cli-command/
title: Compose CLI Tech Preview
- path: /compose/cli-command-compatibility/
title: Tech preview compatibility
title: Compose Tech preview compatibility
- path: /compose/install/
title: Install Compose
- path: /compose/gettingstarted/
Expand Down
6 changes: 2 additions & 4 deletions compose/cli-command-compatibility.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Docker Compose command compatibility with docker-compose
description: Compose command compatibility with docker-compose
keywords: documentation, docs, docker, compose, containers
title: Docker Compose command compatibility with docker-compose
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`. However, there are a few remaining flags that have not been implemented yet. We are prioritizing the implementation of those based on usage metrics and user feedback.
Expand All @@ -21,12 +21,10 @@ Let us know if these commands are a higher priority for your usecases.
* `compose config --services`
* `compose config --volumes`
* `compose config --hash`
* `compose events`
* `compose images`
* `compose port`
* `compose pull --ignore-pull-failures`
* `compose push --ignore-push-failures`
* `compose run --service-ports`

## Flags that will not be implemented

Expand Down

0 comments on commit d4628b9

Please sign in to comment.