sickcodes / dock-droid

Docker Android - Run QEMU Android in a Docker! X11 Forwarding! CI/CD for Android!
https://hub.docker.com/r/sickcodes/dock-droid
GNU General Public License v3.0
1.02k stars 74 forks source link

What about using TAP networking to improve performance? #9

Open HMaker opened 2 years ago

HMaker commented 2 years ago

QEMU docs states that User Networking has poor performance due the need to emulate a whole TCP/IP stack. TAP networking has the best performance.

As reference, qemu-docker is an image for QEMU VMs with TAP networking enabled.

sickcodes commented 2 years ago

Similar issue here:

https://github.com/sickcodes/Docker-OSX/issues/72

I get 800Mbps using vmxnet3, what speeds are you getting?