From 1271b966ea713686f97d883ed027294542aeb3fd Mon Sep 17 00:00:00 2001 From: Pedro Dias Date: Mon, 7 Oct 2024 19:11:53 +0100 Subject: [PATCH] Fixes https://github.com/apocas/dockerode/issues/779 --- lib/plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/plugin.js b/lib/plugin.js index e119257..a40ad2d 100644 --- a/lib/plugin.js +++ b/lib/plugin.js @@ -299,6 +299,7 @@ Plugin.prototype.configure = function(opts, callback) { abortSignal: args.opts.abortSignal, statusCodes: { 200: true, + 204: true, 404: 'plugin not installed', 500: 'server error' },