mirror of https://github.com/docker/docs.git
parent
2a31bb8da6
commit
3d5b40fc20
|
@ -53,7 +53,7 @@ If you want to reuse other Compose files, or factor out parts of your applicatio
|
|||
|
||||
## CLI
|
||||
|
||||
The Docker CLI lets you to interact with your Docker Compose applications through the `docker compose` command, and its subcommands. Using the CLI, you can manage the lifecycle of your multi-container applications defined in the `compose.yaml` file. The CLI commands enable you to start, stop, and configure your applications effortlessly.
|
||||
The Docker CLI lets you interact with your Docker Compose applications through the `docker compose` command, and its subcommands. Using the CLI, you can manage the lifecycle of your multi-container applications defined in the `compose.yaml` file. The CLI commands enable you to start, stop, and configure your applications effortlessly.
|
||||
|
||||
### Key commands
|
||||
|
||||
|
|
Loading…
Reference in New Issue