Skip to content

Commit

Permalink
Make docker compose v2 the reference implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof committed Nov 13, 2021
1 parent cf9408e commit 1a9d876
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -55,12 +55,14 @@ The specification and code is licensed under the Apache 2.0 license found in the

## Implementations

* [docker-compose](https://github.com/docker/compose)
* Docker CLI (`docker stack` command)
[Docker Compose](https://github.com/docker/compose) is the Rerefence Implementation of the Compose Specification.

Compose Specification is also implemented by:

* [Kompose](https://github.com/kubernetes/kompose)
* [containerd/nerdctl](https://github.com/containerd/nerdctl)
* [Nerdctl](https://github.com/containerd/nerdctl)
* [Okteto Stacks](https://okteto.com/docs/reference/stacks)
* [docker/compose-cli](https://github.com/docker/compose-cli)
* [Docker Cloud Integrations](https://github.com/docker/compose-cli)

| Metadata | |
| -------- | ---------------: |
Expand Down

0 comments on commit 1a9d876

Please sign in to comment.