Inspired by other projects that run hostapd in a Docker container. This goes one step further and boots a full network OS intended for embedded devices called OpenWrt, so you can manage all aspects of your network from a user-friendly web UI.
 
 
 
 
Go to file
Jordan Sokolic fc321525da don't need to exclude LAN_HOST 2020-02-19 21:29:08 +02:00
etc change dns domain to home 2020-02-19 10:30:09 +02:00
.env switch lan_host and lan_addr 2020-02-19 10:29:56 +02:00
.gitignore
Dockerfile
Makefile
README.md
run.sh don't need to exclude LAN_HOST 2020-02-19 21:29:08 +02:00

README.md

OpenWRT in Docker

Inspired by other projects that run hostapd in a Docker container. This goes one step further.

Build

$ make build

Configure

See .env

Run

$ make run

Cleanup

$ make clean