diff --git a/daemon/libnetwork/portmapper/proxy_linux.go b/daemon/libnetwork/portmapper/proxy_linux.go index dc4f128e57..9486d03028 100644 --- a/daemon/libnetwork/portmapper/proxy_linux.go +++ b/daemon/libnetwork/portmapper/proxy_linux.go @@ -135,6 +135,7 @@ func StartProxy(pb types.PortBinding, return nil } stopped.Store(true) + log.G(context.Background()).WithField("pb", pb).Debug("Stopping userland proxy") if err := cmd.Process.Signal(os.Interrupt); err != nil { return err }