From 1dad45a1128650f672659fee2a8780e4652fcb63 Mon Sep 17 00:00:00 2001 From: Pedro Dias Date: Sun, 17 Sep 2017 22:50:28 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9014088..81d752d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # dockerode -[![NPM](https://nodei.co/npm/dockerode.png?downloads=true&downloadRank=true)](https://nodei.co/npm/dockerode/) -[![NPM](https://nodei.co/npm-dl/dockerode.png?months=6&height=3)](https://nodei.co/npm/dockerode/) - Not another Node.js Docker Remote API module. -Why `dockerode` is different from other Docker node.js modules: +`dockerode` objectives: * **streams** - `dockerode` does NOT break any stream, it passes them to you allowing for some stream voodoo. * **stream demux** - Supports optional demultiplexing. @@ -13,7 +10,7 @@ Why `dockerode` is different from other Docker node.js modules: * **run** - `dockerode` allow you to seamless run commands in a container ala `docker run`. * **tests** - `dockerode` really aims to have a good test set, allowing to follow `Docker` changes easily, quickly and painlessly. * **feature-rich** - There's a real effort in keeping **All** `Docker` Remote API features implemented and tested. -* **interfaces** - Features a **callback** and a **promise** based interfaces, making everyone happy :) +* **interfaces** - Features **callback** and **promise** based interfaces, making everyone happy :) ## Installation