oofnikj / docker-openwrt

OpenWrt running in Docker
GNU General Public License v2.0
310 stars 63 forks source link

It would be great if there is a version without wifi #8

Closed SmallPackage closed 4 years ago

SmallPackage commented 4 years ago

I get a device without wifi, so I just comment all wifi stuffs

when I do " make run", I got """ Could not find config file. Usage: run.sh [/path/to/openwrt.conf] """

oofnikj commented 4 years ago

Hi @SmallPackage, can you please try to checkout the branch nowifi and try it?

Also, you need to create a config file by copying the example config, e.g.

$ cp openwrt.conf.example openwrt.conf
oofnikj commented 4 years ago

Implemented in #9

SmallPackage commented 4 years ago

that's great! nowifi branch start up succeefully But, I just got confused about interface config, and couldn't got the dhpcd of my main router (which from my ips) work correctly with docker macvlan interface. so I failed to access the web administrator page;

And I have tried some other images such as "crazygit/openwrt-x86-64", or "openwrt/rootfs", and got even more confusing;

I realized, I should learn more about this topic, So that I could tell what I'm exactly doing;

Thanks for your work anyway!