unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

`host.docker.internal` does not exist on Linux #230

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

On Windows and macOS its possible to connect to a Docker container from within another one with the hostname host.docker.internal. On Linux however, this trick does not work and causes the application to stop working.

A workaround for the time being is to add 172.17.0.1 host.docker.internal to the /etc/hosts file on Linux.

pverscha commented 2 years ago

Fixed in #231