-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dovker创建不了macvlan #91
Comments
看看macvlan父接口选择的是否正确 |
是eth0 |
有可能是驱动不支持, 其他情况我也没有思路了 |
--net=macnet --ip=10.0.0.99 --dns=223.5.5.5 --mac-address C2: |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
之前我用树莓派4b + Ubuntu用的macvlan模式,正常使用,跑量很高
最近重刷了一遍Ubuntu,使用
docker run -itd
-v /mnt/data/ttnode:/mnts
--name ttnode
--hostname ttnode
--net=macnet --ip=192.168.0.123
--privileged=true
--restart=always
ericwang2006/ttnode
的时候提示错误
docker: Error response from daemon: failed to create the macvlan port: device or resource busy.
我以为是系统问题,重刷了一遍,结果再次尝试还是提示错误
我的混杂模式打开了,网络也创建了,求如何解决
The text was updated successfully, but these errors were encountered: