hero

node-red-contrib-dockerode

Connects Node RED with Docker daemon

Get Started →

# Features of dockerode

streams

`dockerode` does NOT break any stream, it passes them to you allowing for some stream voodoo

stream demux

Supports optional demultiplexing

entities

containers, images and execs are defined entities and not random static methods.

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 **callback** and **promise** based interfaces, making everyone happy :)

# Getting Started

First of all install Node-RED (opens new window)

Install CLI:

cd ~/.node-red
npm install node-red-contrib-dockerode