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 OCI containers (podman) #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 26, 2021

  1. Add support for OCI containers (podman)

    This is an rootless alternative to docker container tool. It has a bunch of
    benefits. For more information see:
    https://podman.io/
    
    The main reason why to have this support is `toolbox` tool which is used as a
    primary tool for development on immutable system (not-only) such as
    Fedora SilverBlue. The immutability of the system is replaced by creating
    containers for projects and work inside these containers. For more info see:
    https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/
    
    It's really nice to have this feature here because toolbox will use
    configuration of the system in the container as it is in host so it's pretty
    reasonable to use fish inside the container but know that I'm in the container
    right now.
    jkonecny12 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    9041901 View commit details
    Browse the repository at this point in the history