bocker icon indicating copy to clipboard operation
bocker copied to clipboard

Write Dockerfile completely in Bash/Bourne. Extensible and simple.

Results 8 bocker issues
Sort by recently updated
recently updated
newest added

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.)

enhancement

``` Dockerfile -> Bockerfile -> Dockerfile ``` It's fun now...

enhancement

Users may invoke some commands that don't exist at run-time. Should add a simple check if an `ed_foo` function doest exist...

enhancement

Printer some useful staticstics (number of layers, number of RUN, ports,...) to `STDERR`.

enhancement

If a `Dockerfile` is provided to someone, they should be able to check if `base64` strings aren't altered.

enhancement