mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 08:21:51 +02:00
ci speedup
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/sirupsen/logrus"
|
||||
U "github.com/yusing/go-proxy/internal/utils"
|
||||
)
|
||||
|
||||
@@ -33,9 +32,6 @@ func FromDocker(c *types.Container, dockerHost string) (res Container) {
|
||||
StopSignal: res.getDeleteLabel(LabelStopSignal),
|
||||
Running: c.Status == "running" || c.State == "running",
|
||||
}
|
||||
if res.NetworkMode == "" {
|
||||
logrus.Debugf("%v", res.NetworkSettings.Networks)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user