You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Immagine base: Ubuntu 24.04 (Noble) con MySQL 8, GCC 12 e toolchain ODB via build2
La build scarica ODB da pkg.cppget.org (script scripts/install-odb-toolchain.sh, retry DNS). Serve rete durante docker compose build; se fallisce, riprova o verifica DNS/firewall Docker Desktop
docker-run.sh auto-detects the host architecture (Intel or Apple Silicon) and sets the correct platform
On Apple Silicon, ODB files (src/odb/account-odb*.cxx) are pre-generated in the repo. If missing, docker-run.sh regenerates them automatically before building
MySQL runs inside the container, same as Vagrant. Data is persisted in the mud_data Docker volume
The server listens on 127.0.0.1 only by default (see docker-compose.yml to expose it publicly)
MySQL migration helper (legacy MySQL 5.7 datadir -> MySQL 8): ./docker_migrate_mysql57_to_8.sh
Vagrant/MySQL migration helper (no Docker, import da dump): ./vagrant_migrate_mysql57_to_8.sh /path/to/dump.sql