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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user