傘工場 -- Umbrella Factory. Docker for compiling https://github.com/hello/kasa
- Ubuntu host, other linux distro will work in theory but not tested.
- docker
#simplified install(no key check)
$ sudo add-apt-repository \
"deb https://apt.dockerproject.org/repo/ \
ubuntu-$(lsb_release -cs) \
main"
$ sudo apt-get update
$ sudo apt-get -y install docker-engine
- kasa repo checked out as following
+-- parent
| +-- kasa
| +-- kasanojo (this)
run KASACMD="./home/hello/scripts/build_ironman.sh" host/start.sh
to build.
tools/start.sh
will build the container required for the build env, and log you into the container if successful
+-- kasanojo
| +-- Dockerfile : image builder
| +-- host/* : scripts to be called by the host
| +-- scripts/* : scripts mounted inside the container, invoked within.