https://docs.docker.com/desktop/install/mac-install/
https://docs.docker.com/engine/install/ubuntu/
https://docs.docker.com/desktop/windows/wsl/
docker compose up
sudo apt install mysql-client
without index
sudo mysql -h 127.0.0.1 -P 3308 -u root -proot
with index
sudo mysql -h 127.0.0.1 -P 3309 -u root -proot
Go to http://localhost:9091
Server: intro_db
Username: root
Passoword: root
Go to http://localhost:9091
Server: intro_db_index
Username: root
Passoword: root
docker compose down
docker volume prune
docker compose -f ./docker-compose-10m.yml up
sudo apt install mysql-client
without index
sudo mysql -h 127.0.0.1 -P 3308 -u root -proot
with index
sudo mysql -h 127.0.0.1 -P 3309 -u root -proot
Go to http://localhost:9091
Server: intro_db_10m
Username: root
Passoword: root
Go to http://localhost:9091
Server: intro_db_index_10m
Username: root
Passoword: root
docker compose -f ./docker-compose-10m.yml down
docker volume prune