Connection is slow in container

Hello,

I have a container running a fedora 29 and it connects to another computer by sshfs in the docker.
I use a tool to download file from the computer to my container.
I observed that the speed connection in docker is quite slow (around 40 MB/s).
I say it’s slow because i tried WSL 2 with fedoraremix and the same mechanism and i had a connection speed at 160 MB/s.

I tried several things to speed up the connection but without any changes :

  • disable IPV6
  • disable Windows Defender
  • add the user to the docker-user groups
  • try to change the network card (DockerNat) in Hyper-V manager

Does someone has an idea how to speed-up the connection ?

Thanks for reading :slight_smile: