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

auto

parent 4e53f378
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ windows as well, but I have no direct experience with that. ...@@ -54,7 +54,7 @@ windows as well, but I have no direct experience with that.
Steps: Steps:
- [Install docker](https://www.docker.com/get-started/) - [Install docker](https://www.docker.com/get-started/)
- Build your image: `docker build -t assign9 .` - Build your image: `docker build -t assign9 .`
- Start a container based on that image, and attach to a bash shell in it: `docker run -v "$(PWD)":/assign9 -it assign9`. - Start a container based on that image, and attach to a bash shell in it: `docker run -v "$(PWD)":/assign9 -it assign9` (`docker run -v `pwd`:/assign9 -it assign9` for `tcsh`).
- You will drop right into `/assign9`, which is where the enclosing - You will drop right into `/assign9`, which is where the enclosing
directory is mounted in the container. directory is mounted in the container.
- Any changes you make either in this container directory, or - Any changes you make either in this container directory, or
......
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