Add Whales

Whales is a tool to automatically dockerize your applications.
It works as command line interface that tames the
features analyzers and outputs necessary Docker files to run your application with Docker

Made with love by IcaliaLabs: https://github.com/IcaliaLabs
This commit is contained in:
Mayra Cabrera 2017-06-27 15:00:34 -05:00
parent 0c389fe825
commit a46b1c4b40

View File

@ -256,6 +256,7 @@ Services to securely store your Docker images.
* [portainer](https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by [@duedil-ltd](https://github.com/duedil-ltd)
* [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](grammarly).
* [SkinnyWhale](https://github.com/djosephsen/skinnywhale) Skinnywhale helps you make smaller (as in megabytes) Docker containers.
* [Whales](https://github.com/Gueils/whales) - A tool to automatically dockerize your applications by [@icalialabs](https://github.com/IcaliaLabs).
## Linter / Validator
* [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) - A rule-based 'linter' for Dockerfiles by [@redhataccess](https://github.com/redhataccess)