remove duplicated log file

This commit is contained in:
xhiena 2025-04-14 08:54:53 +02:00 committed by GitHub
parent 90a8b2a709
commit d7e4a7caf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,7 +192,6 @@ func (client dockerClient) StopContainer(c t.Container, timeout time.Duration) e
shortID := c.ID().ShortID()
if c.IsRunning() {
log.Infof("Stopping %s (%s) with %s", c.Name(), shortID, signal)
var maxWaitSeconds int = int(timeout.Milliseconds())
stopOptions := container.StopOptions{
Signal: "",