Skip to content

Commit 07a0537

Browse files
committed
compose: use plugin base cmd as cli overview
Signed-off-by: David Karlsson <[email protected]>
1 parent 547c602 commit 07a0537

File tree

14 files changed

+16
-98
lines changed

14 files changed

+16
-98
lines changed

content/compose/environment-variables/envvars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ underscores, and must begin with a lowercase letter or decimal digit. If the
6060
`basename` of the project directory or current directory violates this
6161
constraint, you must use one of the other mechanisms.
6262

63-
See also the [command-line options overview](../reference/index.md#command-options-overview-and-help) and [using `-p` to specify a project name](../reference/index.md#use--p-to-specify-a-project-name).
63+
See also the [command-line options overview](/reference/cli/docker/compose/_index.md#command-options-overview-and-help) and [using `-p` to specify a project name](/reference/cli/docker/compose/_index.md#use--p-to-specify-a-project-name).
6464

6565
### COMPOSE\_FILE
6666

@@ -75,7 +75,7 @@ The path separator can also be customized using `COMPOSE_PATH_SEPARATOR`.
7575

7676
Example: `COMPOSE_FILE=docker-compose.yml:docker-compose.prod.yml`.
7777

78-
See also the [command-line options overview](../reference/index.md#command-options-overview-and-help) and [using `-f` to specify name and path of one or more Compose files](../reference/index.md#use--f-to-specify-name-and-path-of-one-or-more-compose-files).
78+
See also the [command-line options overview](/reference/cli/docker/compose/_index.md#command-options-overview-and-help) and [using `-f` to specify name and path of one or more Compose files](/reference/cli/docker/compose/_index.md#use--f-to-specify-name-and-path-of-one-or-more-compose-files).
7979

8080
### COMPOSE\_PROFILES
8181

@@ -90,7 +90,7 @@ For example, calling `docker compose up`with `COMPOSE_PROFILES=frontend` selects
9090
Example: `COMPOSE_PROFILES=frontend,debug`
9191
This example enables all services matching both the `frontend` and `debug` profiles and services without a profile.
9292

93-
See also [Using profiles with Compose](../profiles.md) and the [`--profile` command-line option](../reference/index.md#use---profile-to-specify-one-or-more-active-profiles).
93+
See also [Using profiles with Compose](../profiles.md) and the [`--profile` command-line option](/reference/cli/docker/compose/_index.md#use---profile-to-specify-one-or-more-active-profiles).
9494

9595
### COMPOSE\_CONVERT\_WINDOWS\_PATHS
9696

content/compose/reference/_index.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

content/get-started/workshop/08_using_compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ the way you define and share multi-service applications.
281281
Related information:
282282
- [Compose overview](/compose/_index.md)
283283
- [Compose file reference](/reference/compose-file/_index.md)
284-
- [Compose CLI reference](/compose/reference/_index.md)
284+
- [Compose CLI reference](/reference/cli/docker/compose/_index.md)
285285

286286
## Next steps
287287

content/language/cpp/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ docker compose down
7171
```
7272

7373
For more information about Compose commands, see the [Compose CLI
74-
reference](../../compose/reference/_index.md).
74+
reference](/reference/cli/docker/compose/_index.md).
7575

7676
## Summary
7777

content/language/dotnet/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $ docker compose down
111111
```
112112

113113
For more information about Compose commands, see the [Compose CLI
114-
reference](../../compose/reference/_index.md).
114+
reference](/reference/cli/docker/compose/_index.md).
115115

116116
## Summary
117117

content/language/java/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ $ docker compose down
315315
```
316316

317317
For more information about Compose commands, see the
318-
[Compose CLI reference](../../compose/reference/_index.md).
318+
[Compose CLI reference](/reference/cli/docker/compose/_index.md).
319319

320320
## Summary
321321

content/language/nodejs/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ $ docker compose down
266266
```
267267

268268
For more information about Compose commands, see the [Compose CLI
269-
reference](../../compose/reference/_index.md).
269+
reference](/reference/cli/docker/compose/_index.md).
270270

271271
## Summary
272272

content/language/php/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $ docker compose down
112112
```
113113

114114
For more information about Compose commands, see the [Compose CLI
115-
reference](../../compose/reference/_index.md).
115+
reference](/reference/cli/docker/compose/_index.md).
116116

117117
## Summary
118118

content/language/python/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ $ docker compose down
356356
```
357357

358358
For more information about Compose commands, see the [Compose CLI
359-
reference](../../compose/reference/_index.md).
359+
reference](/reference/cli/docker/compose/_index.md).
360360

361361
## Summary
362362

content/language/r/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ docker compose down
7878
```
7979

8080
For more information about Compose commands, see the [Compose CLI
81-
reference](../../compose/reference/_index.md).
81+
reference](/reference/cli/docker/compose/_index.md).
8282

8383
## Summary
8484

0 commit comments

Comments
 (0)