statonlab/docker-containers

docker volume flag incorrect in readme?

Opened this issue · 2 comments

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.

I have to instead specify a directory: ie modules:/modules/my-modules

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