$ podman cp /usr/bin/busybox misbehaving-container:/bin/busybox
$ podman exec -ti misbehaving-container bash
# or if even bash isn't available, busybox shand now I can use busybox to investigate the runtime state of the container, without needing to know anything about what available libc version (or even vendor) is inside, etc.
-- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland ⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net ⠈⠳⣄⠀⠀⠀⠀

