The Context:
- Got minio (s3 compatible storage) from docker hub
- Run the minio docker image in Unbuntu (VirtualBox)
- Host OS: Mac or Win10
- Set up network -> port forwarding -> 9000:9000 in VirtualBox
The Problem: - In Ubuntu, minio works perfectly, http://localhost:9000 - Outside Ubuntu, in Win10 or Mac (host), any client failed to connect to the minio server. Error: connection reset.
Alternative Test: - Installed and run minio directly in host machine - Connection from any client was successful
The Question: - Why did I connect to minio server in Ubuntu (VirtualBox) failed from host machine? What was the root cause?
Thank you for your time.