xia-lab / MetaboAnalyst_Docker

Docker for MetaboAnalyst 4.0
23 stars 17 forks source link

Deploy Metaboanalyst on EC2 #5

Open shashj opened 5 years ago

shashj commented 5 years ago

Hi,

I wanted to deploy metaboanalyst on an EC2 instance on AWS. I built the docker successfully but I don't see anything on 8080 port on the instance. Can you help me out?

Thanks

jsychong commented 5 years ago

Hi,

Can you check all the processes listening on your ports? From Ubuntu it's "sudo netstat -peanut". Also from docker check if the container was successfully created using "docker ps -a"

shashj commented 5 years ago

Hi @jsychong,

I was successfully able to run Docker. I have created a docker image as well which is accessible here. https://hub.docker.com/r/shashj/metab_docker

Also pacman isn't installed in the docker, so I had manually do it. Are you guys planning it to update it to latest Metaboanalyst?

mdehollander commented 5 years ago

Which version of MetaboAnalyst is used in the docker image on hub.docker.com? I see that the latest version in the Dockerfile is 4.53.

It would be nice to have a maintained image on docker hub, that would speed up the installation and update process.

jsychong commented 5 years ago

Hi, it's a good point to maintain an image on the docker hub - I will add this using the latest MetaboAnalyst version (currently 4.61).

mdehollander commented 5 years ago

Great. Thanks.