Skip to content

Commit d324b36

Browse files
committed
1.0.9 increased maxBuffer
1 parent b0ffbde commit d324b36

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Docker.prototype.command = function(command, callback) {
5656
HOME: process.env.HOME,
5757
PATH: process.env.PATH,
5858
DEBUG: ''
59-
}
59+
},
60+
maxBuffer: 200 * 1024 *1024
6061
};
6162
if (self.cwd) {
6263
exec_options.cwd = self.cwd;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-cli-js",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A wrapper for the docker CLI",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)