You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2023. It is now read-only.
按照:在Docker 中运行 OpenWrt 旁路网关 https://mlapp.cn/376.html
SSH进了绿联的UGOS,打开了网卡混杂模式和创建了macvlan。
执行:
docker run --restart always --name openwrt -d --network macnet --privileged sulinggg/openwrt:x86_64 /sbin/init
提示:
docker: Error response from daemon: failed to create the macvlan port: operation not supported.
请问怎么解决?
The text was updated successfully, but these errors were encountered: