Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception opening file /trace/wiki2018.tr #13

Open
guilhermedefalque opened this issue Apr 20, 2020 · 1 comment
Open

Exception opening file /trace/wiki2018.tr #13

guilhermedefalque opened this issue Apr 20, 2020 · 1 comment

Comments

@guilhermedefalque
Copy link

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?

@sunnyszy
Copy link
Contributor

sunnyszy commented Aug 2, 2020

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants