KatharaFramework / Kathara

A lightweight container-based network emulation system.
https://www.kathara.org/
GNU General Public License v3.0
461 stars 64 forks source link

`tc` does not work on Windows hosts (WSL 2) #266

Open tcaiazzi opened 10 months ago

tcaiazzi commented 10 months ago

Currently, Docker for Windows does not support the usage of the tc (Traffic Control) command, as documented in docker/for-win#13882.

This implies that Windows users are unable to use tc commands in their Kathará devices.

tcaiazzi commented 9 months ago

Docker included the support to tc on Hyper-v.

However, as they suggested, the WSL 2 case depends on the WSL 2 kernel configuration.

Indeed, there is already an open issue in the WSL 2 repository: microsoft/wsl#6065