mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
implement docker service discovery via labels
This commit is contained in:
parent
ef1c5dbcc9
commit
d66326b41d
8 changed files with 145 additions and 39 deletions
|
@ -13,7 +13,7 @@ export default async function handler(req, res) {
|
|||
}
|
||||
|
||||
try {
|
||||
const docker = new Docker(await getDockerArguments(containerServer));
|
||||
const docker = new Docker(getDockerArguments(containerServer));
|
||||
const containers = await docker.listContainers({
|
||||
all: true,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue