Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Feb 7, 2019
1 parent f2d21a5 commit 7fa3539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-containers/docker-in-docker-container/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker in Docker Container

When building an app that deploys into a container-based environment in production, you may want to sandbox your development using a dev container without sacrificing your ability build and deploy into separate Docker containers or take advantage of the [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) VS Code extension. This example illustrates how you can meet this need by using your local Docker Desktop installation with the `docker` CLI and [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) VS Code extension running inside a dev container.
When building an app that deploys into a container-based environment in production, you may want to sandbox your development using a dev container without sacrificing your ability build and deploy into separate Docker containers or take advantage of the [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) VS Code extension. This example illustrates how you can meet this need by using your local Docker Desktop installation from the `docker` CLI and [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) VS Code extension running inside a dev container.

While this will run example will run without any changes on macOS and Linux, there are **extra steps for Windows**.

Expand All @@ -20,4 +20,4 @@ While this will run example will run without any changes on macOS and Linux, the
```
> **Note:** Resolving [vscode-remote#669](https://github.com/Microsoft/vscode-remote/issues/669) will remove this step.
6. Run the **Remote: Reopen folder in Container"** command
6. Run the **Remote: Reopen folder in Container** command

0 comments on commit 7fa3539

Please sign in to comment.