1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-28 10:06:12 +00:00
openwrt-builder/README.md
2014-07-10 22:46:05 -05:00

18 lines
620 B
Markdown

Docker OpenWRT buildroot
========================
This is a docker container for the [OpenWRT](https://openwrt.org/)
[buildroot](http://wiki.openwrt.org/doc/howto/buildroot.exigence).
Because the build system requires that its command are not executed by root,
the user `openwrt` was created. The buildroot can be found in
`/home/openwrt/openwrt`.
To run a shell in the buildroot, execute the following command:
```sh
docker run -t -i noonien/openwrt-buildroot:12.09 sudo -iu openwrt bash
```
More information on how to use this buildroot can be found on the
[OpenWRT wiki](http://wiki.openwrt.org/doc/howto/build).