Open shashj opened 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"
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?
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.
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).
Great. Thanks.
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