mirror of https://github.com/docker/docs.git
fix missing stubs and TOC entries for docker compose
Also updated one link in language/golang to .md Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
86d0ee1607
commit
54ed39dd1e
|
@ -548,6 +548,8 @@ reference:
|
|||
title: docker compose build
|
||||
- path: /engine/reference/commandline/compose_convert/
|
||||
title: docker compose convert
|
||||
- path: /engine/reference/commandline/compose_cp/
|
||||
title: docker compose cp
|
||||
- path: /engine/reference/commandline/compose_create/
|
||||
title: docker compose create
|
||||
- path: /engine/reference/commandline/compose_down/
|
||||
|
@ -566,12 +568,16 @@ reference:
|
|||
title: docker compose ls
|
||||
- path: /engine/reference/commandline/compose_pause/
|
||||
title: docker compose pause
|
||||
- path: /engine/reference/commandline/compose_port/
|
||||
title: docker compose port
|
||||
- path: /engine/reference/commandline/compose_ps/
|
||||
title: docker compose ps
|
||||
- path: /engine/reference/commandline/compose_pull/
|
||||
title: docker compose pull
|
||||
- path: /engine/reference/commandline/compose_push/
|
||||
title: docker compose push
|
||||
- path: /engine/reference/commandline/compose_restart/
|
||||
title: docker compose restart
|
||||
- path: /engine/reference/commandline/compose_rm/
|
||||
title: docker compose rm
|
||||
- path: /engine/reference/commandline/compose_run/
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_cp
|
||||
title: docker compose cp
|
||||
---
|
||||
<!--
|
||||
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-cli
|
||||
-->
|
||||
{% include cli.md datafolder=page.datafolder datafile=page.datafile %}
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_port
|
||||
title: docker compose port
|
||||
---
|
||||
<!--
|
||||
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-cli
|
||||
-->
|
||||
{% include cli.md datafolder=page.datafolder datafile=page.datafile %}
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
datafolder: compose-cli
|
||||
datafile: docker_compose_restart
|
||||
title: docker compose restart
|
||||
---
|
||||
<!--
|
||||
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-cli
|
||||
-->
|
||||
{% include cli.md datafolder=page.datafolder datafile=page.datafile %}
|
|
@ -12,7 +12,7 @@ Now, that we have configured a CI/CD pipleline, let's look at how we can deploy
|
|||
|
||||
The Docker Azure Integration enables developers to use native Docker commands to run applications in Azure Container Instances (ACI) when building cloud-native applications. The new experience provides a tight integration between Docker Desktop and Microsoft Azure allowing developers to quickly run applications using the Docker CLI or VS Code extension, to switch seamlessly from local development to cloud deployment.
|
||||
|
||||
For detailed instructions, see [Deploying Docker containers on Azure](/cloud/aci-integration/).
|
||||
For detailed instructions, see [Deploying Docker containers on Azure](../../cloud/aci-integration.md).
|
||||
|
||||
## Docker and AWS ECS
|
||||
|
||||
|
|
Loading…
Reference in New Issue