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 support for podman v2 to podman-env command #9535

Merged
merged 3 commits into from
Nov 6, 2020

Commits on Oct 23, 2020

  1. Add support for podman v2 to podman-env command

    Podman v1 (like 1.9.3) uses the varlink bridge,
    while podman v2 (like 2.1.x) uses a REST API.
    
    Both are using ssh for their transport, but the
    environment variables exported are different.
    afbjorklund committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    716d793 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    9f983a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfefa72 View commit details
    Browse the repository at this point in the history