bocker
bocker copied to clipboard
Write Dockerfile completely in Bash/Bourne. Extensible and simple.
Would be great if bocker can support Dockerfile `ARG` command! Thanks
That supports capitalized commands, like `FROM`, `VOLUME`,... (as same as the original `Dockerfile` syntax.)
``` Dockerfile -> Bockerfile -> Dockerfile ``` It's fun now...
Users may invoke some commands that don't exist at run-time. Should add a simple check if an `ed_foo` function doest exist...
Printer some useful staticstics (number of layers, number of RUN, ports,...) to `STDERR`.
If a `Dockerfile` is provided to someone, they should be able to check if `base64` strings aren't altered.