Closed
Description
Description
Steps to reproduce
- Run
limactl start --name=lima-vz --vm-type=vz --mount-type=virtiofs template://docker
- Run
docker run --detach --name mariadb -p 127.0.0.1:10099:3606 --env MARIADB_DATABASE=db --env MARIADB_ROOT_PASSWORD=root mariadb:latest --port 3606
- Run
mysql -uroot -proot --database=db --host=127.0.0.1 --port=10099 -e "SHOW TABLES;"
from host and notice it hangs - Same running from guest works
Note: Identified this issue by running ddev tests