This commit is contained in:
Gordon Hogenson 2020-04-21 09:59:34 -07:00
Родитель ec371d6b36
Коммит 3a8545f74b
9 изменённых файлов: 14 добавлений и 8 удалений

Просмотреть файл

@ -1,5 +1,5 @@
--- ---
Order: 7 Order: 8
Area: containers Area: containers
TOCTitle: Deploy to Azure TOCTitle: Deploy to Azure
ContentId: 044913F5-F99D-4228-A916-0443260AB7FB ContentId: 044913F5-F99D-4228-A916-0443260AB7FB

Просмотреть файл

@ -1,5 +1,5 @@
--- ---
Order: 8 Order: 9
Area: containers Area: containers
TOCTitle: Choose a dev environment TOCTitle: Choose a dev environment
ContentId: AF3D8F58-8F73-44CD-962C-B7F029E50478 ContentId: AF3D8F58-8F73-44CD-962C-B7F029E50478

Просмотреть файл

@ -157,4 +157,5 @@ Read on to learn more about:
- [Debugging Node.js within Docker containers](/docs/containers/debug-node.md) - [Debugging Node.js within Docker containers](/docs/containers/debug-node.md)
- [Debugging Python within Docker containers](/docs/containers/debug-python.md) - [Debugging Python within Docker containers](/docs/containers/debug-python.md)
- [Debugging .NET Core within Docker containers](/docs/containers/debug-netcore.md) - [Debugging .NET Core within Docker containers](/docs/containers/debug-netcore.md)
- [Debugging with Docker Compose](/docs/containers/docker-compose.md#debug)

Просмотреть файл

@ -1,8 +1,10 @@
--- ---
Order: 6
Area: containers Area: containers
TOCTitle: Docker Compose
ContentId: c63d86a0-48f8-4724-ba24-fa5ce4199632 ContentId: c63d86a0-48f8-4724-ba24-fa5ce4199632
PageTitle: Use Docker Compose to work with multiple containers PageTitle: Use Docker Compose to work with multiple containers
DateApproved: 03/16/2020 DateApproved: 04/21/2020
MetaDescription: Develop a multi-container app running in a Docker containers using Docker Compose and Visual Studio Code. MetaDescription: Develop a multi-container app running in a Docker containers using Docker Compose and Visual Studio Code.
--- ---
# Develop multi-container apps using Docker Compose # Develop multi-container apps using Docker Compose

Просмотреть файл

@ -155,4 +155,5 @@ You can use specific port on the host by changing the Docker run options used by
You're done! Now that your container is ready, you may want to: You're done! Now that your container is ready, you may want to:
- [Learn more about debugging .NET Core in a container](/docs/containers/debug-netcore.md) - [Learn more about debugging .NET Core in a container](/docs/containers/debug-netcore.md)
- [Deploy a containerized app to Azure App Service](/docs/containers/app-service.md) - [Deploy a containerized app to Azure App Service](/docs/containers/app-service.md)
- [Learn about using Docker Compose](/docs/containers/docker-compose.md)

Просмотреть файл

@ -1,5 +1,5 @@
--- ---
Order: 6 Order: 7
Area: containers Area: containers
TOCTitle: Registries TOCTitle: Registries
ContentId: 318A4299-AF24-4ADA-863D-E73B314FC440 ContentId: 318A4299-AF24-4ADA-863D-E73B314FC440

Просмотреть файл

@ -117,4 +117,5 @@ When the Docker extension adds files to the application, it also adds a **VS Cod
You're done! Now that your container is ready, you may want to: You're done! Now that your container is ready, you may want to:
[Learn more about debugging Node.js in a container](/docs/containers/debug-node.md) - [Learn more about debugging Node.js in a container](/docs/containers/debug-node.md)
- [Learn about using Docker Compose](/docs/containers/docker-compose.md)

Просмотреть файл

@ -142,3 +142,4 @@ You're done! Now that your container is ready, you may want to:
- [Push your Django image to an Azure Container Registry](/docs/containers/tutorial-django-push-to-registry.md) - [Push your Django image to an Azure Container Registry](/docs/containers/tutorial-django-push-to-registry.md)
- [Create a container registry using the Azure portal](https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal) - [Create a container registry using the Azure portal](https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal)
- [Deploy a containerized app to Azure App Service](https://docs.microsoft.com/azure/python/tutorial-deploy-containers-01) - [Deploy a containerized app to Azure App Service](https://docs.microsoft.com/azure/python/tutorial-deploy-containers-01)
- [Learn about using Docker Compose](/docs/containers/docker-compose.md)

Просмотреть файл

@ -1,5 +1,5 @@
--- ---
Order: 9 Order: 10
Area: containers Area: containers
TOCTitle: Customize TOCTitle: Customize
ContentId: 6784FBBE-9EE4-44A8-AC48-A52617EB1968 ContentId: 6784FBBE-9EE4-44A8-AC48-A52617EB1968