Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 713 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 713 Bytes

coova-docker-build is a fully dockerized packaging script for the coova-chilli open source project intended to serve as an instruction set on how to make, compile and package coova-chilli that is non-invasive to ones environment.

The CoovaChilli project can be located here: https://coova.github.io/

The only requirement for this project to run is a recent version of docker.

To get started after cloning the git repository, simply run:

./make.sh

Upon successful completion this build will output a coova-chilli*.deb package to the target/ directory.

See Dockerfile for full details and please feel free to offer suggestions for improvement etc.