This commit is contained in:
Vinay Dawani 2022-12-11 12:49:23 -05:00
parent c720df0805
commit 9188f5cdd9
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export default async function handler(req, res) {
}
try {
const dockerArgs = getDockerArguments(containerServer)
const dockerArgs = getDockerArguments(containerServer);
const docker = new Docker(dockerArgs.conn);
const containers = await docker.listContainers({
all: true,