mirror of https://github.com/docker/docs.git
ENGDOCS-1724 (#18411)
This commit is contained in:
parent
3a0d153466
commit
30feb94b3f
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_alpha
|
||||
title: docker compose alpha
|
||||
layout: cli
|
||||
---
|
||||
|
||||
<!--
|
||||
Sorry, but the contents of this page are automatically generated from
|
||||
Docker's source code. If you want to suggest a change to the text that appears
|
||||
here, you'll need to find the string by searching this repo:
|
||||
https://github.com/docker/compose
|
||||
-->
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_alpha_dry-run
|
||||
title: docker compose alpha dry-run
|
||||
layout: cli
|
||||
---
|
||||
|
||||
<!--
|
||||
Sorry, but the contents of this page are automatically generated from
|
||||
Docker's source code. If you want to suggest a change to the text that appears
|
||||
here, you'll need to find the string by searching this repo:
|
||||
https://github.com/docker/compose
|
||||
-->
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_alpha_publish
|
||||
title: docker compose alpha publish
|
||||
layout: cli
|
||||
---
|
||||
|
||||
<!--
|
||||
Sorry, but the contents of this page are automatically generated from
|
||||
Docker's source code. If you want to suggest a change to the text that appears
|
||||
here, you'll need to find the string by searching this repo:
|
||||
https://github.com/docker/compose
|
||||
-->
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_alpha_scale
|
||||
title: docker compose alpha scale
|
||||
layout: cli
|
||||
---
|
||||
|
||||
<!--
|
||||
Sorry, but the contents of this page are automatically generated from
|
||||
Docker's source code. If you want to suggest a change to the text that appears
|
||||
here, you'll need to find the string by searching this repo:
|
||||
https://github.com/docker/compose
|
||||
-->
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_alpha_viz
|
||||
title: docker compose alpha viz
|
||||
layout: cli
|
||||
---
|
||||
|
||||
<!--
|
||||
Sorry, but the contents of this page are automatically generated from
|
||||
Docker's source code. If you want to suggest a change to the text that appears
|
||||
here, you'll need to find the string by searching this repo:
|
||||
https://github.com/docker/compose
|
||||
-->
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_wait
|
||||
title: docker compose wait
|
||||
layout: cli
|
||||
---
|
||||
|
||||
<!--
|
||||
Sorry, but the contents of this page are automatically generated from
|
||||
Docker's source code. If you want to suggest a change to the text that appears
|
||||
here, you'll need to find the string by searching this repo:
|
||||
https://github.com/docker/compose
|
||||
-->
|
|
@ -316,6 +316,16 @@ Reference:
|
|||
title: overview
|
||||
- path: /compose/environment-variables/envvars/
|
||||
title: environment variables
|
||||
- path: /engine/reference/commandline/compose_alpha/
|
||||
title: docker compose alpha
|
||||
- path: /engine/reference/commandline/compose_alpha_dry-run/
|
||||
title: docker compose alpha dry-run
|
||||
- path: /engine/reference/commandline/compose_alpha_publish/
|
||||
title: docker compose alpha publish
|
||||
- path: /engine/reference/commandline/compose_alpha_scale/
|
||||
title: docker compose alpha scale
|
||||
- path: /engine/reference/commandline/compose_alpha_viz/
|
||||
title: docker compose alpha viz
|
||||
- path: /engine/reference/commandline/compose/
|
||||
title: docker compose
|
||||
- path: /engine/reference/commandline/compose_build/
|
||||
|
@ -370,6 +380,8 @@ Reference:
|
|||
title: docker compose up
|
||||
- path: /engine/reference/commandline/compose_version/
|
||||
title: docker compose version
|
||||
- path: /engine/reference/commandline/compose_wait/
|
||||
title: docker compose wait
|
||||
- path: /engine/reference/commandline/compose_watch/
|
||||
title: docker compose watch
|
||||
- sectiontitle: docker config
|
||||
|
|
Loading…
Reference in New Issue