官方文档:http://service.oray.com/question/4287.html 本镜像在Docker测试通过 由于花生壳的SN是根据MAC产生的 如果无法使用可以使用命令行创建容器时指定MAC 例如: docker run -dit --name "oray" --restart=always --mac-address "00:0C:29:4F:39:5C" tznb/oray:1.0 在线MAC生成 https://www.jisuan.mobi/pBNz13N3Nmm6HyWW.html 开始MAC 00:0C:29:00:00:00 结束 00:0C:29:ff:ff:ff 或者你也可以让容器单独使用IP和MAC 具体请百度ocker bridge-host 创建好桥接网卡后使用命令行创建容器 例如: docker run -itd --name oray-bridge --network=bridge-host --ip=192.168.1.211 --dns=114.114.114.114 --mac-address C2:F2:9C:C1:11:01 --restart=always tznb/oray:1.0 注意:通常情况映射IP不是127.0.0.1,除非你使用的Host模式.否则必须输入正确的IP地址! 登入 http://b.oray.com 进行绑定激活