From 3615e77d3ec5c68e1807c084271f90dcb46012b3 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Mon, 10 Apr 2023 18:20:13 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94c7e162..3ab070ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Devbox with kickstart.nvim - +# Python Devbox with kickstart.nvim ### Python Devbox @@ -11,7 +11,7 @@ docker build -t devbox -f devbox.Dockerfile . # To run the container in background docker run -td --name mydevbox -v $(pwd):/workspaces devbox -# -v $(pwd) is used to create volume inside container . IF you run from the folder where source code is present then your container will have source code in it. You can use this for development +# -v $(pwd) is used to create volume inside container . IF you run from the folder where your source code is available then your container will have source code in it. You can use this as development box docker exec -it mydevbox /bin/bash # To enter into devbox