mirror of
https://github.com/rafacouto/docker-openwrt-builder.git
synced 2026-08-22 05:32:54 +00:00
Docker variables documented.
This commit is contained in:
@@ -24,7 +24,16 @@ shows the help:
|
|||||||
|
|
||||||
### Docker volumes
|
### 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
|
### Compile an OpenWRT version to a hardware target
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user