mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 23:46:31 +01:00
Add profiler flag (#336)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,7 @@ func (c *Client) listServiceImage() []model.Image {
|
||||
c.logger.Error().Err(err).Msg("Cannot create Docker client")
|
||||
return []model.Image{}
|
||||
}
|
||||
defer cli.Close()
|
||||
|
||||
svcs, err := cli.ServiceList(filters.NewArgs())
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user