Internet speed prioritization in containers
How can I prioritize a container with regards to internet speed? Let’s assume I’ve got two podman (docker) containers and both upload stuff.
Reasoning
My upload bandwidth is limited. One container needs to reliably upload stuff and the other doesn’t. Thus, I want to prioritize one container over the over in order to deliver content in this container reliably.
Example
Syncthing can sync over a long time period but jellyfin can’t.
thx. If I read it correctly, you can set a bandwidth limit to a container, e.g. busybox. Can you prioritize as well?
I don’t know. This docker allows you to use the standard Linux command tc on a docker container. Perhaps check to see if tc allows you to prioritize traffic like you. This isbgenerall called “quality of service”. That search term may help as well.