mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-08 15:16:40 +00:00
chore(pockethost): enhance daemon docker stop logging
This commit is contained in:
parent
21c663fe73
commit
7fb6303621
@ -35,6 +35,7 @@ export async function daemon() {
|
|||||||
container.Image === DOCKER_INSTANCE_IMAGE_NAME
|
container.Image === DOCKER_INSTANCE_IMAGE_NAME
|
||||||
) {
|
) {
|
||||||
await docker.getContainer(container.Id).stop()
|
await docker.getContainer(container.Id).stop()
|
||||||
|
info(`Stopped ${container.Id}`)
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user