docker volume flag incorrect in readme?
Opened this issue · 2 comments
bradfordcondon commented
docker run -itd -p 8080:80 -p 5432:5432 --name tripal2 -v .:/modules/my-modules statonlab/tripal2
docker: Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters.
bradfordcondon commented
I have to instead specify a directory: ie modules:/modules/my-modules
bradfordcondon commented
it needs to be the ABSOLUTE PATH. I think we should update the instructions to, for example:
-v /absollute/path/to/my/volume:/modules/my-modules