Skip to content

Commit 1cd803f

Browse files
committed
Moved Docker or Kubernetes in container section to h3
1 parent 3c94bdf commit 1cd803f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/remote/containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ For example:
400400
401401
```json
402402
{
403-
"name": "My Node.js Container App",
403+
"name": "My Node.js App",
404404
"dockerFile": "Dockerfile",
405405
"appPort": 3000,
406406
"extensions": [
@@ -416,7 +416,7 @@ The example below uses `runArgs` to change the security policy to enable the ptr
416416
417417
```json
418418
{
419-
"name": "My Go Container App",
419+
"name": "My Go App",
420420
"dockerFile": "Dockerfile",
421421
"extensions": [
422422
"ms-vscode.go"
@@ -565,7 +565,7 @@ The following are dev container definitions that use Docker Compose:
565565
566566
* [Docker-in-Docker Compose](https://aka.ms/vscode-remote/samples/docker-in-docker-compose) - Includes the Docker CLI and illustrates how you can use it to access your local Docker install from inside a dev container by volume mounting the Docker Unix socket.
567567
568-
## Using Docker or Kubernetes from a container
568+
### Using Docker or Kubernetes from a container
569569
570570
While you can build, deploy, and debug your application inside a dev container, you may also need to test it by running it inside a set of production-like containers. Fortunately, by installing the needed Docker or Kubernetes CLIs, you can build and deploy your app's container images from inside your dev container.
571571

0 commit comments

Comments
 (0)