注意:
容器网络基于host模式,包含iStore,bypass,openclash基础包。
其他插件可通过istore或者opkg自行安装。
openclash添加config直接运行,不建议更改参数。
openwrt使用lean源码,表示感谢
下面开始:
1、棒子基于debian系统,且安装好docker
2、pull镜像 docker pull picc745514/stickwrt:latest
3、运行容器 docker run --name openwrt -d --network host --privileged picc745514/stickwrt:latest
4、登录IP为debian网卡上的IP,SSH端口221,密码password
5、推荐使用istorex镜像
(istorex是基于小宝团队的源码编译的R4Srootfs制成,内置passwall和openclash)
docker run --name openwrt -d --network host --privileged picc745514/stickwrt:istorex
PS:由于openwrt使用privileged ,重启容器会导致宿主机跟着重启,不建议使用 --restart
Content type
Image
Digest
sha256:70735e480…
Size
44 MB
Last updated
about 4 years ago
docker pull picc745514/stickwrt