Question: Interactive environment: Docker can't access Galaxy
0
xgaia • 0 wrote:
Hi,
I am running Galaxy in my local computer. It is accessible from localhost:8080
When I am lauching an Interative environment, I can't access my datasets, because docker can't connect to Galaxy.
When I log into the docker, I can launch the following commands
wget 172.17.0.1
(Work)
wget 172.17.0.1:8890
(an other web service, Work)
wget 172.17.0.1:8080
(Galaxy, Don't Work)
wget 172.17.0.1:8800
(Proxy? Don't Work)
Is the IE Galaxy proxy running? Can you do an namp on 172.17.0.1?
Yes the proxy is running, command return
Nmap done: 1 IP address (1 host up) scanned in 8.08 seconds
. I finally solve the problem by settinghost = 0.0.0.0
in thegalaxy.ini
file. Without this, the galaxy server was not accessible from the outside.