Docker version 19.03.5
, build 633a0ea
.
Apollo version 2.5.0
Server Architecture: SUSE Linux 15
I can connect to my site when I edit /srv/www/htdocs/index.html
, but I am unable to connect to the Apollo instance generated by Docker when I use the following command:
sudo docker run -d --rm -it -v /path_to_jbrowse_data/:/data -v /path_to_post-gres/:/var/lib/postgresql -p 8888:8080 quay.io/gmod/apollo:2.5.0
Apollo from GMOD is available from the link.
Rerun instructions:
1: create jbrowse
and post-gres
directories.
2: within the docker command, point /path_to_jbrowse_data/
and /path_to_post-gres/
to these directories.
3: run the command as above.
What you should be able to do is like to your website.
For example, my website is genemodels.ua.edu, so I should be able to connect to _genemodels.ua.edu:8888) since the docker instance binds it to port 8888
.
However, I am unable to connect to it…
Any help would be highly appreciated.
Thank you
CR