Closed cgwalters closed 4 months ago
This works around a goroutine leak in the Attach API. Honestly I think it's also just simpler for our use case here; we don't need the container ID for example because it's ephemeral, etc.
Attach
xref: https://github.com/containers/podman/pull/23233
This works around a goroutine leak in the
Attach
API. Honestly I think it's also just simpler for our use case here; we don't need the container ID for example because it's ephemeral, etc.xref: https://github.com/containers/podman/pull/23233