luci-app-macvlan files root/usr/share Makefile luci-app-mail luci-app-memos luci-app-mentohust luci-app-mfun luci-app-microsocks luci-app-mihomo luci-app-minieap luci-app-miniproxy luci-app-mmconfig luci-app-mnh luci-app-modem luci-app-modemband luci-app-modeminfo luci-app-mosd...
This branch is216 commits behindlisaac/luci-app-dockerman:master. Folders and files Name Last commit message Last commit date Latest commit lisaac add docker-macvlan hotplug Mar 15, 2020 d4facc3·Mar 15, 2020 History 165 Commits .github/workflows ...
LuCI ---> Applications ---> luci-app-commands #Shell命令模块 LuCI ---> Applications ---> luci-app-cshark #CloudShark捕获工具 LuCI ---> Applications ---> luci-app-ddns #动态域名 DNS(集成阿里DDNS客户端) LuCI ---> Applications ---> luci-app-diag-core #core诊断工具 LuCI ---> Appli...
一、跨主机网络解决方案1.docker原生的overlay和macvlan 2.第三方的flannel、weave、calico1.2这些解决方案怎么和docker集成在一起? libnetwork(docker容器网络库, 其中CNM (ContainerNetworkModel)是它的核心,它对容器网络进行了抽象)1.3macvlan网络方案实现(使用的是linux内核虚拟化技术,无需桥接,直 ...
LuCI ---> Applications ---> luci-app-syncdial#多拨虚拟网卡(原macvlan) LuCI ---> Applications ---> luci-app-tinyproxy#Tinyproxy是 HTTP(S)代理服务器 LuCI ---> Applications ---> luci-app-transmission#BT下载工具 LuCI ---> Applications ---> luci-app-travelmate#旅行路由器 ...
luci-app-usb-printer_1.0-1_all.ipk.zip luci-app-usb-printer_1.0-1_all,用于在luci界面上管理usb打印机。 上传者:thisismeabc时间:2020-04-27 luci-app-macvlan_0.12+svn-r601-1_ralink.ipk opwnwrt下安装 luci-app-macvlan_0.12+svn-r601-1_ralink.ipk ...
luci-app-usb-printer_1.0-1_all,用于在luci界面上管理usb打印机。 上传者:thisismeabc时间:2020-04-27 luci-app-macvlan_0.12+svn-r601-1_ralink.ipk opwnwrt下安装 luci-app-macvlan_0.12+svn-r601-1_ralink.ipk 上传者:johnny_yjc时间:2016-02-18 ...
LuCI —> Applications —> luci-app-S-S R-plus #S-S R兲朝上网 LuCI —> Applications —> luci-app-syncdial #多拨虚拟网卡(原macvlan) LuCI —> Applications —> luci-app-upnp #通用即插即用(UPnP) LuCI —> Applications —> luci-app-v2ray-pro #V2Ray透明代理 ...
master 1Branch5Tags Code This branch is207 commits behindimmortalwrt-collections/luci-app-dockerman:master. README AGPL-3.0 license 适用于 LuCI 的 Docker 管理插件 用于管理 Docker 容器、镜像、网络,适用于自带 Docker 的 Openwrt系统、运行在 Docker 中的 openwrt 或LuCI-in-docker. ...
16 changes: 16 additions & 0 deletions 16 root/etc/hotplug.d/iface/01-docker-macvlan Original file line numberDiff line numberDiff line change @@ -0,0 +1,16 @@ #!/bin/sh[ "$ACTION" = "ifup" ] && { DK_MACVLANS=$(docker network ls -qf driver=macvlan)...