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

auto

parent 70b2fac2
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,9 @@ in `Dockerfile`. ...@@ -30,7 +30,9 @@ in `Dockerfile`.
1. Verify that the imeage has been build in your docker 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` 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. 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. On **windows**, the following worked for me: `docker run -it -v
"${PWD}:/424" 424`. You might have to install WSL 2, and for
this powershell will have to be running as administrator as well.
1. `cd /424` from within the container. 1. `cd /424` from within the container.
......
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