webcachesim icon indicating copy to clipboard operation
webcachesim copied to clipboard

Exception opening file /trace/wiki2018.tr

Open guilhermedefalque opened this issue 4 years ago • 1 comments

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?

guilhermedefalque avatar Apr 20 '20 03:04 guilhermedefalque

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"

sunnyszy avatar Aug 02 '20 02:08 sunnyszy