You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a simple sample with the docker, but it is showing an error:
Command: docker run -it -v Downloads:/trace sunnyszy/webcachesim:v0.1 wiki2018.tr LRU 1099511627776
error: running sanity check on trace: /trace/wiki2018.tr
terminate called after throwing an instance of 'std::runtime_error'
what(): Exception opening file /trace/wiki2018.tr
I am not sure if I am executing the commands correctly.
Could you help me with this, please?
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. I realized I put a wrong issue URL (not my forked branch).
Would you like to verify that docker correctly mount the directory by running below command? docker run -it --entrypoint /bin/bash -v ${YOUR TRACE DIRECTORY}:/trace sunnyszy/webcachesim:v0.2 -c "ls /trace"
Hello,
I am trying to run a simple sample with the docker, but it is showing an error:
Command: docker run -it -v Downloads:/trace sunnyszy/webcachesim:v0.1 wiki2018.tr LRU 1099511627776
error: running sanity check on trace: /trace/wiki2018.tr
terminate called after throwing an instance of 'std::runtime_error'
what(): Exception opening file /trace/wiki2018.tr
I am not sure if I am executing the commands correctly.
Could you help me with this, please?
The text was updated successfully, but these errors were encountered: