1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-06 15:36:24 +00:00
George Jiglau 0d1e4c97fd Update base image to Ubuntu 14.10
Possible fix for #3 and #4
2015-01-07 23:05:02 +02:00
2015-01-07 23:05:02 +02:00
2014-07-10 22:46:05 -05:00

Docker OpenWRT buildroot

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 noonien/openwrt-buildroot:12.09 sudo -iu openwrt bash

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

Description
No description provided
Readme MIT 50 KiB
Languages
Dockerfile 100%