We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7637a0f commit 9b54213Copy full SHA for 9b54213
README.md
@@ -40,7 +40,7 @@ For a much increased ability to compute, better portability, and fine control of
40
A set of commands for managing task may look like:
41
```ruby
42
# Start container with limited network and file access
43
-docker run --network none --rm --name=<taskID> -v "C:\Program Files\DCC\TaskData\<taskID>:/out/" <taskIDImg> /bin/bash run.sh;
+docker run --network none --rm --name=<taskID> -v "C:\Program Files\DCC\TaskData\<taskID>:/dcc_output/" <taskIDImg> /bin/bash run.sh;
44
# Wait for the container to exit and return exit code (This will be done in a background thread, and will time out when mining ends)
45
docker wait <taskID>;
46
# Stop the container
0 commit comments