containers / podman-bootc

Apache License 2.0
24 stars 9 forks source link

disk: Switch to just invoking `podman run` #61

Closed cgwalters closed 4 months ago

cgwalters commented 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.


xref: https://github.com/containers/podman/pull/23233