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

auto

parent 19595426
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,10 @@ in `Dockerfile`. ...@@ -30,9 +30,10 @@ 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 1. On **windows**, use the following to start and enter a container:
"${PWD}:/424" 424`. You might have to install WSL 2, and for 1. PowerShell: `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. this powershell will have to be running as administrator as well.
1. CMD: `docker run -it -v "%cd%:/424" 424`. The above caveats might apply 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