Skip to content

How to build #1

Description

@kincl

Clone both containers-libs and podman

git clone https://github.com/containers/podman.git
cd podman
echo "replace go.podman.io/storage => github.com/redhat-hpc/container-libs/storage feat-erofs" >> go.mod
make vendor
make bin/podman

Create storage.conf at $HOME/.config/containers/storage.conf

[storage]
driver = "overlay"

[storage.options.overlay]
use_erofs = "true"
erofs_force_ids = "false"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions