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 c2df8ab8a2 set LAN_ID also if container exists 2020-02-19 22:32:28 +02:00
etc change dns domain to home 2020-02-19 10:30:09 +02:00
.env
.gitignore
Dockerfile
Makefile
README.md
run.sh set LAN_ID also if container exists 2020-02-19 22:32:28 +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