1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 15:41:45 +01:00

feat: supports container actions for agents (#3164)

This commit is contained in:
Amir Raminfar
2024-07-29 12:16:38 -07:00
committed by GitHub
parent f09e294f38
commit 638889ed58
9 changed files with 410 additions and 120 deletions

View File

@@ -65,5 +65,5 @@ func (d *agentService) SubscribeContainersStarted(ctx context.Context, container
}
func (a *agentService) ContainerAction(container docker.Container, action docker.ContainerAction) error {
panic("not implemented")
return a.client.ContainerAction(container.ID, action)
}