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.
667 stars 38 forks source link

Can support for linux/arm64 ? #22

Open MoreBulingBuling opened 4 months ago

MoreBulingBuling commented 4 months ago

Can support linux/arm64 ?

AmnaSnene commented 1 month ago

@MoreBulingBuling You can change s6-overlay-amd64.tar.gz to s6-overlay-aarch64.tar.gz in the Dockerfile (for ARM64) and build the project as shown in the README on an ARM machine. You can also use my image: asnene/docker-tc.

MoreBulingBuling commented 1 month ago

@AmnaSnene Thank you very much for your help. I have used your image asnene/docker-tc, it works well~