ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

FTP to Metavisitor docker containers (or other flavors built with galaxykickstarter) #139

Closed drosofff closed 4 years ago

drosofff commented 8 years ago

Is indeed not easy at all. For instance the container running on the IFB 192.54.201.178, the "get data" by FTP return "localhost" as information to the user...

(used to work with a flat ansible-artimed installation)

mvdbeek commented 8 years ago

This is more complicated to get it right. You can use docker run -e "IP_ADDRESS=", but very often you actually want localhost, right? If we autodetect it, people might complain if they would actually want the localhost address, instead of the public IP address.

mvdbeek commented 8 years ago

I think the actionable item here is that we'll have to mention how to get the correct IP address in the documentation.