GMOD / docker-apollo

:whale: Apollo 2.X Docker Image
GNU General Public License v3.0
10 stars 12 forks source link

commonsDirectory not created correctly via docker on ubuntu #40

Closed nathandunn closed 5 years ago

nathandunn commented 5 years ago

When running:

sudo docker run -it -v jbrowse-data:/data -v postgres-data:/var/lib/postgresql -p 8888:8080 quay.io/gmod/docker-apollo:latest

It fails to ever do a mkdirs() when the directories are there or not and world-readable or not. Using this method, though, it seems to work correctly.

sudo docker run -it -v /opt/jbrowse:/data -v postgres-data:/var/lib/postgresql -p 8888:8080 quay.io/gmod/docker-apollo:latest