mirror of https://github.com/docker/docs.git
Merge pull request #12727 from pagdot/patch-2
Fix compose file and compose-cli links
This commit is contained in:
commit
07cd9aba1b
|
@ -12,7 +12,7 @@ various APIs, CLIs, and file formats.
|
|||
| File format | Description |
|
||||
|:--------------------------------------------------------------------|:----------------------------------------------------------------|
|
||||
| [Dockerfile](/engine/reference/builder/) | Defines the contents and startup behavior of a single container |
|
||||
| [Compose file](/compose/compose-file/index.md) | Defines a multi-container application |
|
||||
| [Compose file](/compose/compose-file/) | Defines a multi-container application |
|
||||
|
||||
|
||||
## Command-line interfaces (CLIs)
|
||||
|
@ -20,7 +20,7 @@ various APIs, CLIs, and file formats.
|
|||
| CLI | Description |
|
||||
|:---------------------------------------------------------------|:-------------------------------------------------------------------------------------------|
|
||||
| [Docker CLI](/engine/reference/commandline/cli/) | The main CLI for Docker, includes all `docker` commands |
|
||||
| [Compose CLI](/compose/reference/index.md) | The CLI for Docker Compose, which allows you to build and run multi-container applications |
|
||||
| [Compose CLI](/compose/reference/) | The CLI for Docker Compose, which allows you to build and run multi-container applications |
|
||||
| [Daemon CLI (dockerd)](/engine/reference/commandline/dockerd/) | Persistent process that manages containers |
|
||||
|
||||
|
||||
|
@ -37,4 +37,4 @@ various APIs, CLIs, and file formats.
|
|||
|:-------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
||||
| [Image specification](/registry/spec/manifest-v2-2/) | Describes the various components of a Docker image |
|
||||
| [Registry token authentication](/registry/spec/auth/) | Outlines the Docker registry authentication scheme |
|
||||
| [Registry storage drivers](/registry/storage-drivers/) | Enables support for given cloud providers when storing images with Registry |
|
||||
| [Registry storage drivers](/registry/storage-drivers/) | Enables support for given cloud providers when storing images with Registry |
|
||||
|
|
Loading…
Reference in New Issue