From 9aec9dddd8a7df29035aca9650458e14c5675588 Mon Sep 17 00:00:00 2001 From: jevinjosh Date: Sun, 9 Nov 2025 11:51:44 +0530 Subject: [PATCH] Docs: Add Docker setup section to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0349143d..26351444 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,14 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio Copyright © Microsoft Corporation All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for license information. + +--- + +## Docker Setup Guide + +This repository can also be used directly with Docker for running the sample app or for experimenting with the development container image. + +### 🧱 Build the Docker image + +```bash +docker build -t vscode-python .