Docker Version permissions
Closed this issue · 2 comments
colemai commented
I'm running docker but getting permission denied for accessing the associations file
Command:
docker run -v /home/Documents/thesis/opa-dat:/opt/data kaustborg/opa2vec
Error:
/opt/data/myassociations permission denied
fzohrasmaili commented
Have you tried running the command as sudo ? Also the association file and ontology file should be in your /home/Documents/thesis/opa-dat so that when you run the command above, they get transferred into the container
colemai commented
Thanks for your help! I pulled a fresh version of the code and ran it again, working perfectly