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:
parent
20beeec38f
commit
2c6c1e6133
11
README.md
11
README.md
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user