lukaszlach / docker-tc

:whale: :vertical_traffic_light: Docker Traffic Control - network rate limiting, emulating delays, losses, duplicates, corrupts and reorders of network packets using only container labels or a command-line interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bandwidth Limiter does not work

SpartacusIam opened this issue · comments

Does this project no longer work with newer versions of docker? I'm trying to use the traffic limiter but it is not working at all even though tc shows it's limiting the bandwidth to what is being set by the label.

Same problem here...
Logs show:

Set delay=1000ms on veth0c37108
Set bandwidth-limit=5000bps on veth0c37108
Controlling traffic of the container /my-target-container on veth0c37108

But no effect at all.
I think the problem might be some networking stuff between docker-tc and my-target-container.
Any explanation about how to use docker-tc inside docker-compose..?