1
0
mirror of https://github.com/rafacouto/docker-openwrt-builder.git synced 2026-08-11 16:33:04 +00:00

Docker variables documented.

This commit is contained in:
Rafa Couto
2016-12-22 14:45:10 +01:00
parent 20beeec38f
commit 2c6c1e6133
+10 -1
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