From a46b1c4b4050094c5d257223395c53c498cf9221 Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Tue, 27 Jun 2017 15:00:34 -0500 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c81237c..a4622a9 100644 --- a/README.md +++ b/README.md @@ -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)