From db3d5da406a94872180e0c247a4f99ea934f96ed Mon Sep 17 00:00:00 2001 From: David Birks Date: Mon, 10 Jun 2024 10:07:55 -0400 Subject: [PATCH] Add another command to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43cf2c8..fdfc970 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # devcontainer-images +## wip + ``` npx @devcontainers/cli build --workspace-folder ./src/fabric-runtime/1.2 + +docker run --rm -it -v .:/mnt mcr.microsoft.com/devcontainers/python:1-3.10-bullseye bash ```