mirror of
https://github.com/rafacouto/docker-openwrt-builder
synced 2025-06-07 16:06:16 +00:00
Readme notes.
This commit is contained in:
parent
e19e2b8e7a
commit
603c371dcf
@ -12,12 +12,15 @@ This image provides a toolchain to build OpenWRT for different hardware devices.
|
||||
### From Dockerfile
|
||||
|
||||
git clone git@github.com:rafacouto/docker-openwrt-builder.git
|
||||
cd docker-openwrt-builder
|
||||
docker build -t caligari/openwrt-builder .
|
||||
docker build -t caligari/openwrt-builder:latest ./docker-openwrt-builder
|
||||
|
||||
## Usage
|
||||
|
||||
docker run -v $(pwd):/usr/local/openwrt/src --rm caligari/openwrt-builder
|
||||
docker run --rm caligari/openwrt-builder
|
||||
|
||||
### Docker volumes
|
||||
|
||||
docker run -v $(pwd)/src:/usr/local/openwrt/src --rm caligari/openwrt-builder
|
||||
|
||||
will show the help:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user