a new approach to shipping software
in ComputerCraft
What is it?
Containers
What's a Container?
A not modifiable "container". Used as a base for other containers and images.
Intoducing the ccDockerfile
# Example CCDockerFile
FROM tardix/chameleon:latest
ADD myfile.txt
ADD catmyfile.lua
ENTRYPOINT catmyfile.lua
Build once ... run anywhere
I'm always on
https://gitter.im/TARDIX/Dev
http://bit.ly/ccdocker