inex / IXP-Manager

Full stack web application powering peering at over 200 Internet Exchange Points (IXPs) globally.
https://www.ixpmanager.org/
GNU General Public License v2.0
375 stars 160 forks source link

Master branch docker-compose setup broken; web interface error #875

Closed jbemmel closed 11 months ago

jbemmel commented 11 months ago

Following the steps at https://docs.ixpmanager.org/dev/docker/#tldr-guide-to-get-docker-running leads to

image

Could this have something to do with composer install not being run?

barryo commented 11 months ago

Hi @jbemmel - I haven't used Docker is some years for IXP Manager development and probably not since mainline version 4. Unfortunately, any use of Docker for development would need a complete overhaul of the docker-compose files and associated scripts.

IMHO, you're better off developing locally (e.g. on MacOS we use Valet + Homebrew) or use the Vagrant system.

Sorry for the bad news :-(