I find busybox-static incredibly useful for debugging running containers:

        $ podman cp /usr/bin/busybox misbehaving-container:/bin/busybox
        $ podman exec -ti misbehaving-container bash
        # or if even bash isn't available, busybox sh

and 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
⠈⠳⣄⠀⠀⠀⠀

Reply via email to