流量超出限制自动关机
Github: https://github.com/rust-net/limit
# show interfaces
sudo docker run --rm -it --name="test" --net="host" imgxx/limit
# help
sudo docker run --rm -it --name="test" --net="host" imgxx/limit -h
# run
sudo docker run -itd --name="limit" --restart="always" --net="host" -v limit:/limit -v /:/host imgxx/limit -i enp3s0 -l 100G
sudo docker logs -f limit
Content type
Image
Digest
sha256:807e1f7bf…
Size
5.2 MB
Last updated
about 1 year ago
docker pull imgxx/limit