From c3bc63edf10edecbd3837bb86b36f7c7bb9ed09d Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Tue, 9 Mar 2021 13:59:05 +0000 Subject: [PATCH] Minor wording update Signed-off-by: Usha Mandya --- compose/cli-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/cli-command.md b/compose/cli-command.md index ea911a70c4..818b77c69b 100644 --- a/compose/cli-command.md +++ b/compose/cli-command.md @@ -15,7 +15,7 @@ title: Compose CLI Tech Preview The Docker CLI now supports the `compose` command, including most of the `docker-compose` features and flags, without the need for a separate tool. -You can replace the dash (`-`) with a space when you use `docker-compose` to switch over to `docker compose`. You can also use them interchangeably, so that you are not locked-in with the new compose command and, if needed, can still use `docker-compose` if needed. +You can replace the dash (`-`) with a space when you use `docker-compose` to switch over to `docker compose`. You can also use them interchangeably, so that you are not locked-in with the new `compose` command and, if needed, you can still use `docker-compose`. Introduction of the [Compose specification](https://github.com/compose-spec/compose-spec){:target="_blank" rel="noopener" class="_"} makes a clean distinction between the Compose YAML file model and the `docker-compose` implementation. Making this change has enabled a number of enhancements, including the launch of [Amazon ECS](/cloud/ecs-integration) and [Microsoft ACI](/cloud/aci-integration), being able to “up” a Compose application on cloud platforms simply by switching Docker context, and adding compose command directly into the Docker CLI. As the Compose specification evolves, new features land faster in the Docker CLI. While `docker-compose` is still supported and maintained, Compose in the Docker CLI Go implementation relies directly on the compose-go bindings which are maintained as part of the specification. This allows us to include community proposals, experimental implementations by the Docker CLI and/or Engine, and deliver features faster to users. Compose in the Docker CLI already supports some of the newer additions to the Compose specification such as profiles and GPU devices.