You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-18Lines changed: 33 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Not another Node.js Docker.io Remote API module.
7
7
Why `dockerode` is different from other Docker node.js modules:
8
8
9
9
***streams** - `dockerode` does NOT break any stream, it passes them to you allowing for some stream voodoo.
10
-
***stream demux** - Supports optional demultiplexing of the new attach stream system implemented in Remote API v1.6.
10
+
***stream demux** - Supports optional demultiplexing of the new attach stream system implemented in Remote API v1.6.
11
11
***entities** - containers and images are defined entities and not random static methods.
12
12
***run** - `dockerode` allow you to seamless run commands in a container ala `docker run`.
13
13
***tests** - `dockerode` really aims to have a good test set, allowing to follow `Docker` changes easily, quickly and painlessly.
@@ -20,7 +20,7 @@ Why `dockerode` is different from other Docker node.js modules:
20
20
21
21
## Usage
22
22
23
-
* Input options are directly passed to Docker.io. Check [Docker Remote API documentation](http://docs.docker.io/en/latest/api/docker_remote_api/) for more details.
23
+
* Input options are directly passed to Docker.io. Check [Docker Remote API documentation](http://docs.docker.io/reference/api/docker_remote_api/) for more details.
24
24
* Return values are unchanged from Docker, official Docker.io documentation will also apply to them.
0 commit comments