From 875df0e7a11947741d3d687f557a4912e0a441f0 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Wed, 4 Sep 2024 07:25:58 -0400 Subject: [PATCH] auto --- assign0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign0.md b/assign0.md index 714c380..e3f9504 100644 --- a/assign0.md +++ b/assign0.md @@ -28,7 +28,7 @@ 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, chagGPT says the following would work: `docker run -it -v "%cd%":/424 424`. + On a windows box, chatGPT says the following would work: `docker run -it -v "%cd%":/424 424`. 1. `cd /424` from within the container. You are now inside the docker container in a directory (`/424`) that -- GitLab