This is a docker container for building OpenWRT
To run a shell in the buildroot, execute the following command:
docker run -t -i alljoynsville/openwrt-builder:18.06 bash
or
docker run -t -i alljoynsville/openwrt-builder:15.05 bash
and then
cd /home/openwrt/openwrt ./scripts/feeds update -a ./scripts/feeds install -a make defconfig make