mirror of
https://github.com/alljoynsville/openwrt-builder
synced 2025-06-28 01:56:13 +00:00
16 lines
320 B
Markdown
16 lines
320 B
Markdown
openwrt-builder
|
|
========================
|
|
|
|
This is a docker container for building [OpenWRT](https://openwrt.org/)
|
|
|
|
|
|
To run a shell in the buildroot, execute the following command:
|
|
```sh
|
|
docker run -t -i alljoynsville/openwrt-builder:18.06 bash
|
|
```
|
|
or
|
|
```sh
|
|
docker run -t -i alljoynsville/openwrt-builder:15.05 bash
|
|
```
|
|
|