To pull the Docker image from Docker Hub, type:
docker pull patrickirwinoxford/docker_nemesis
To run an executable from your current local directory, type:
docker run --rm -i -v "$(pwd)":/data -w /data patrickirwinoxford/docker_nemesis <executable>
For example, to run Nemesis in the current directory, type:
docker run --rm -i -v "$(pwd)":/data -w /data patrickirwinoxford/docker_nemesis Nemesis <runname.nam> test.prc&
Content type
Image
Digest
sha256:f9303763a…
Size
568.3 MB
Last updated
24 days ago
docker pull patrickirwinoxford/docker_nemesis