From: charleswrayjr Date: Sat, 6 Sep 2025 01:39:20 +0000 (-0500) Subject: Testing get docker containers path. X-Git-Url: https://git.phasecustomsoft.com/stylesheets/static/git-favicon.png?a=commitdiff_plain;h=2d96255efd4f18bfd037fe04b1c35ebf2fae8250;p=phs-api.git Testing get docker containers path. --- diff --git a/src/controllers/docker.controller.js b/src/controllers/docker.controller.js index f9b42ef..4cd990b 100644 --- a/src/controllers/docker.controller.js +++ b/src/controllers/docker.controller.js @@ -1,4 +1,6 @@ const { Client } = require( 'ssh2' ); +const Docker = require('dockerode'); +const docker = new Docker(); module.exports = { stopContainer:async ( req, res, next ) => {