File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Not another Node.js Docker Remote API module.
77* ** streams** - ` dockerode ` does NOT break any stream, it passes them to you allowing for some stream voodoo.
88* ** stream demux** - Supports optional [ stream demultiplexing] ( https://github.com/apocas/dockerode#helper-functions ) .
99* ** entities** - containers, images and execs are defined entities and not random static methods.
10- * ** run** - ` dockerode ` allow you to seamless run commands in a container ala ` docker run ` .
10+ * ** run** - ` dockerode ` allow you to seamless run commands in a container aka ` docker run ` .
1111* ** tests** - ` dockerode ` really aims to have a good test set, allowing to follow ` Docker ` changes easily, quickly and painlessly.
1212* ** feature-rich** - There's a real effort in keeping ** All** ` Docker ` Remote API features implemented and tested.
1313* ** interfaces** - Features ** callback** and ** promise** based interfaces, making everyone happy :)
You can’t perform that action at this time.
0 commit comments