Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,26 @@ See the [pipx documentation](https://pipxproject.github.io/pipx/docs/) for addit
---

_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/python/devcontainer-template.json). Add additional notes to a `NOTES.md`._

---

## 🐳 Using this Dev Container with Docker

This template can also be run manually using Docker, without VS Code.

### Option 1 — VS Code Dev Containers
1. Install [Docker](https://docs.docker.com/get-docker/).
2. Install [Visual Studio Code](https://code.visualstudio.com/).
3. Install the **Dev Containers** extension.
4. Open this folder in VS Code.
5. When prompted, select **"Reopen in Container"**.

VS Code will automatically:
- Pull the image `mcr.microsoft.com/devcontainers/python`
- Build the environment
- Install dependencies (if any) from `requirements.txt`

### Option 2 — Run via Docker CLI
You can also launch the container directly using Docker:
```bash
docker run -it -p 9000:9000 mcr.microsoft.com/devcontainers/python