ERROR install both EDGE Bioinformatics and EDGE-COVID19 docker

21 views
Skip to first unread message

wudtichai manasatienkij

unread,
Dec 29, 2022, 8:18:37 PM12/29/22
to edge-users
How to install both EDGE Bioinformatics and EDGE-COVID19 docker on RHEL9?

Lo, Chien-Chi

unread,
Jan 3, 2023, 4:27:01 PM1/3/23
to wudtichai manasatienkij, edge-users

Hi,

 

We have running EDGE and EDGE-COVID19 guide on docker hub.

 

EDGE-COVID19

https://hub.docker.com/r/bioedge/edge-covid19

 

EDGE

https://hub.docker.com/r/bioedge/edge_24_ubuntu

 

To run both instance, you will need to use different host port to publish a container’s port. Otherwise, the host will be confused and conflict with port usage.  In the docker run command, the -p option is for this purpose. The number prior colon “:” symbol is for host and after colon symbol is the container port. You should keep the container port the same in the guide documentation but update the host port according to your environment.

 

For example in my local machine, I used the following port for EDGE. The landing page will be http://localhost:80

 

-p 80:80 -p 8080:8080           

 

And for EDGE-COVID19, I used 2002 and 8088 for the host ports. The landing page will be http://localhost:2002

-p 2002:80 -p 8088:8080         

 

Best regards,

Chienchi

--
You received this message because you are subscribed to the Google Groups "edge-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to edge-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/edge-users/686455b7-60cf-43ec-8512-5566fcf89cb8n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages