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 db0a32a50b move network stuff to separate function 2020-02-15 23:15:23 +02:00
etc
.env
.gitignore
Dockerfile
README.md
run.sh move network stuff to separate function 2020-02-15 23:15:23 +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]