add Area metadata and other
This commit is contained in:
Родитель
3d02433124
Коммит
f515026573
|
@ -76,7 +76,7 @@ The simplest way to enable container development with a remote machine is to do
|
|||
|
||||
#### Reusing the host Docker daemon
|
||||
|
||||
Alternatively, you can install just the Docker CLI inside development environment and point the CLI to the Docker host (daemon) running on the developer workstation using [Docker context mechanism](https://docs.docker.com/engine/context/working-with-contexts/). The main concern with this approach is to ensure network connectivity from the VM to the Docker daemon on the host, **and to do so in a secure way**. One option is to use [[SSH tunelling|SSH]] to developer workstation. Another option is to [make Docker daemon listen on HTTPS port](https://docs.docker.com/engine/security/https/). Both options are considered advanced and outside the scope of this document.
|
||||
Alternatively, you can install just the Docker CLI inside development environment and point the CLI to the Docker host (daemon) running on the developer workstation using [Docker context mechanism](https://docs.docker.com/engine/context/working-with-contexts/). The main concern with this approach is to ensure network connectivity from the VM to the Docker daemon on the host, **and to do so in a secure way**. One option is to use [SSH tunelling](ssh.md) to developer workstation. Another option is to [make Docker daemon listen on HTTPS port](https://docs.docker.com/engine/security/https/). Both options are considered advanced and outside the scope of this document.
|
||||
|
||||
## Debugging in a container
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
Order: 8
|
||||
Order: 10
|
||||
Area: containers
|
||||
TOCTitle: Debug
|
||||
ContentId: A1371726-5310-4923-B43B-240F36C6264E
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
Area: containers
|
||||
ContentId: B1DF33C0-400C-413D-B60B-D1AA278F6DE3
|
||||
PageTitle: Debug a .NET Core app running in a Docker container
|
||||
DateApproved: 12/12/2019
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
Area: containers
|
||||
ContentId: F0C800DD-C477-492D-9545-745F570FE042
|
||||
PageTitle: Debug a Node.js app running in a Docker container
|
||||
DateApproved: 12/12/2019
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
Area: containers
|
||||
ContentId: DDE07043-BA8C-4D75-B392-ABACC31F6EA8
|
||||
PageTitle: Connect to Docker running on a remote machine
|
||||
DateApproved: 12/12/2019
|
||||
|
|
Загрузка…
Ссылка в новой задаче