Skip to content
Snippets Groups Projects
Commit 39784ff8 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 91786f34
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ Desktop](https://www.docker.com/products/docker-desktop/) for our
projects this semester. The specification for the docker container is
in `Dockerfile`.
1. [Install docker](https://www.docker.com/get-started/)
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``).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment