pull/1/head
Jordan Sokolic 2020-02-14 18:19:46 +02:00
parent b4de7bc4e3
commit f4c4257cc8
1 changed files with 10 additions and 2 deletions

View File

@ -1,8 +1,16 @@
build
# 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 .
```
run
## Configure
See `.env`
## Run
```
$ ./run.sh [WIFI_INTERFACE]
```