1
0
mirror of https://github.com/rafacouto/docker-openwrt-builder synced 2025-07-25 02:35:21 +00:00

Docker variables documented.

This commit is contained in:
Rafa Couto 2016-12-22 14:45:10 +01:00
parent 20beeec38f
commit 2c6c1e6133

View File

@ -24,7 +24,16 @@ shows the help:
### Docker volumes
docker run -v $(pwd)/src:/usr/local/openwrt/src -e OPENWRT_TARGET=rpi-3 caligari/openwrt-builder
docker run -v $(pwd)/src:/usr/local/openwrt/src \
-e OPENWRT_TARGET=rpi-3 caligari/openwrt-builder
### Docker variables
docker run \
-e OPENWRT_TARGET=rpi-3 \
-e OPENWRT_RELEASE=master \
-e JOBS=3 \
caligari/openwrt-builder
### Compile an OpenWRT version to a hardware target