diff --git a/assign0.md b/assign0.md index e3f9504d3ee287fee1f83f30361dd998089e3aed..193b540dd16438350064b2f0b3fffa16b8dd9fea 100644 --- a/assign0.md +++ b/assign0.md @@ -27,8 +27,9 @@ in `Dockerfile`. 1. Build the container image as follows: `docker build --rm -t 424 .` 1. Verify that the imeage has been build in your docker - Desktop. Assuming you are using bash, run the image: `docker run -it -v $(pwd):/424 424` (or for *tcsh* use ``docker run -it -v `pwd`:/424 424``). - On a windows box, chatGPT says the following would work: `docker run -it -v "%cd%":/424 424`. + Desktop. Assuming you are using bash, run the image: `docker run -it -v $(pwd):/424 424` + 1. For *tcsh* use ``docker run -it -v `pwd`:/424 424``. + 1. On **windows**, the following worked for me: `docker run -it -v "${PWD}:/424" 424`. 1. `cd /424` from within the container. You are now inside the docker container in a directory (`/424`) that