From 49ef3d92f66ed19f0051eff4ec346646e65c3314 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Wed, 6 Sep 2017 08:00:26 +0200 Subject: [PATCH] add runlike --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1eb772b..1b4b0f9 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [MicroBadger][microbadger] - Analyze the contents of images and add metadata labels * [packer](https://www.packer.io/docs/builders/docker.html) - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef, puppet, ansible * [portainer](https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by [@duedil-ltd](https://github.com/duedil-ltd) +* [runlike](https://github.com/lavie/runlike) - Generate `docker run`command and options from running containers by [@lavie](https://github.com/lavie) * [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).