mviereck / dockerfile-x11docker-deepin

3D desktop deepin from China
MIT License
33 stars 11 forks source link

File transfer with wechat in Deepin paricot docker container started through x11docker using bridge network is inefficient and unstable. #39

Closed hongyi-zhao closed 3 years ago

hongyi-zhao commented 3 years ago

I noticed that the file transfer with wechat in Deepin paricot docker container started through x11docker using bridge network is inefficient and unstable, which will be fixed by --hostnet option. The file used for the testing is created by the following method:

$ dd if=/dev/urandom of=file.txt count=90 bs=1048576

mviereck commented 3 years ago

The difference might be related to your special proxy setup.

hongyi-zhao commented 3 years ago

The difference might be related to your special proxy setup.

I've tried with curl to download a huge Debian install DVD ISO image with/without proxy in the container for the bridge case, but the observed speed is excellent for both.

mviereck commented 3 years ago

Than I have no idea why wechat has a problem. After all, and as your test with curl shows, it is a wechat issue.