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?