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

README installation instructions #19

Open
slmcevoy opened this issue Jan 10, 2019 · 1 comment
Open

README installation instructions #19

slmcevoy opened this issue Jan 10, 2019 · 1 comment

Comments

@slmcevoy
Copy link

I ran into a couple of issues following the installation instructions:

docker run -itd -p 8080:80 -p 5432:5432 --name tripal3 -v .:/modules/mycustom statonlab/tripal3
docker: Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters.

I had to use a path for the volume, not a '.'

Mac for OS /var symlinked to /private/var so I had to modify the Dockerfile WORK_DIR to /private/var/www/html

After that this command worked:
docker run -itd -p 8080:80 -p 5432:5432 --name tripal3 -v /private/var/www/html:/modules/mycustom statonlab/tripal3

@bradfordcondon
Copy link
Contributor

thank you for the feedback! we'll get to fixing this after the hackathon probably.

👍

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