Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full compatibility for podman #288

Merged
merged 1 commit into from
May 13, 2024

Commits on Apr 23, 2024

  1. Add full compatibility for podman

    This change fills the gap previously seen for podman's inability execute
    commands on containers.
    A large part of this was handling the returned output from podman's
    exec_run, which is a tuple containing the return code and a bytes string
    containing both the stdout and stderr.
    Due to this, we needed to implement a demuxer.
    
    Also made some minor tweaks to the functional tests
    JacobCallahan committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f161d29 View commit details
    Browse the repository at this point in the history