3.2K
A container to compile OpenWrt by Docker
To run this compiler in Docker, following base command will be used:
docker run -d --name foo -v /path/to/source/code:/compile -v /path/to/output/storage:/output -v /path/to/pre_or_post_run/folder:/config xosadmin/docker-compilewrt:latest
Notes:
/compile and /output are required. The /config is optional.precompile.shpostcompile.sh/config folder within docker containerOptional environment variable(s):
NPROC: To define how many thread(s) will be used while compling. The default value is 1.Enjoy~
Content type
Image
Digest
sha256:12e549d3e…
Size
374.4 MB
Last updated
over 1 year ago
docker pull xosadmin/docker-compilewrt