为使用 Docker 部署节点进行网络上行限速的一种解决办法 #47
SnowballXueQiu
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
前言
步骤
确保您的节点可以正常使用
更改您的
docker-compose.yml
文件:您需要在原文件的基础上, 添加
network
参数使用
wondershaper
程序进行限速wondershaper
获取
container_id
docker ps -a 输出: 9dc1b9328878 bangbang93/openbmclapi "docker-entrypoint.s…" 1 hours ago Up 1 hours 0.0.0.0:4000
其中
9dc1b932887
即为本容器的container_id
安装并使用
wondershaper
其中, 网卡为
'br-' + '您的 container_id'
, 例如br-9dc1b9328878
; 下行速度和上行速度单位为 `Kbits/s, 请自行根据需求填写示例, 为节点限制上下行均为 10 Mib/s 速度:
那么, 现在就大功告成了!!
关闭限制方法
Beta Was this translation helpful? Give feedback.
All reactions