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

Problem to launch “quay.io/bgruening/galaxy-hicexplorer” container with export function #11

Open
g-apostolova opened this issue May 14, 2019 · 0 comments

Comments

@g-apostolova
Copy link

Docker Version: 18.09.2
API version: 1.39
Go version: go1.10.6
Git commit: 6247962
Host- Windows 10 Version 1809

By executing the command

docker run -d -p 8080:80 -v /home/user/galaxy_storage/:/export/ quay.io/bgruening/galaxy-hicexplorer

it is impossible to access Galaxy-HiCexplorer instance. The following error appears:
Localhost:8080 - 403 Forbidden

When the “image only” version is run,

docker run -d -p 8080:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy-hicexplorer

there is no problem to access and work with Galaxy-HiCexplorer instance, however the changes are lost and the data cannot be stored!

The Docker log is attached.
service.txt

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

1 participant