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

[WIP] Introduce unix socket proxying for Docker API clients #11643

Closed
wants to merge 2 commits into from

Commits on Sep 23, 2021

  1. Disable docker and alias to podman in FCOS ignition

    Signed-off-by: Jason Greene <jason.greene@redhat.com>
    n1hility committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7039862 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Introduce unix socket proxying for Docker API clients

    Adds system unix-proxy command that creates a forwarding proxy over ssh connection definitions
    Modifies podman machine start to automatically setup both rootless and rootful proxies, unless
    --nocompat is specified (also adds --nocompat to init --now)
    Modifies machine init to automatically create a docker.sock link unless --nolink is specified
    Prints beginner usage information after machine start
    
    Signed-off-by: Jason Greene <jason.greene@redhat.com>
    n1hility committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    872a866 View commit details
    Browse the repository at this point in the history