1
0
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:
Rafa Couto 2016-12-22 03:11:44 +01:00
parent e19e2b8e7a
commit 603c371dcf

View File

@ -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: