1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-07 07:56:33 +00:00
openwrt-builder/README.md
Natanael Arndt 0b115b5c80 Update README.md
Fix name of docker image at the hub.
2016-10-09 17:02:53 +02:00

1014 B

docker-openwrt-buildroot

Docker Build Status License: MIT

This is a docker container for the OpenWRT buildroot.

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:

docker run -t -i alljoynsville/docker-openwrt-buildroot:14.07 bash

or

docker run -t -i alljoynsville/docker-openwrt-buildroot:15.05 bash

More information on how to use this buildroot can be found on the OpenWRT wiki.