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 23cded76b6 use dummy interface for lan net 2020-02-17 22:16:36 +02:00
etc
.env use dummy interface for lan net 2020-02-17 22:16:36 +02:00
.gitignore
Dockerfile
README.md
run.sh use dummy interface for lan net 2020-02-17 22:16:36 +02:00

README.md

OpenWRT in Docker

I wanted a GUI frontend to managing my home network, so here is an implementation of OpenWRT in Docker.

Build

$ docker build -t openwrt .

Configure

See .env

Run

$ ./run.sh [WIFI_INTERFACE]