Skip to content

Commit 9b54213

Browse files
authored
Update README.md
1 parent 7637a0f commit 9b54213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For a much increased ability to compute, better portability, and fine control of
4040
A set of commands for managing task may look like:
4141
```ruby
4242
# 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;
43+
docker run --network none --rm --name=<taskID> -v "C:\Program Files\DCC\TaskData\<taskID>:/dcc_output/" <taskIDImg> /bin/bash run.sh;
4444
# 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)
4545
docker wait <taskID>;
4646
# Stop the container

0 commit comments

Comments
 (0)