Closed runcom closed 11 hours ago
I have podman available on my Fedora system and I'd love to use it to build the project. This patch just makes it possible to default to docker but allows for different container runtimes too (e.g. make build CONTAINER_RUNTIME=podman)
podman
docker
make build CONTAINER_RUNTIME=podman
I have
podman
available on my Fedora system and I'd love to use it to build the project. This patch just makes it possible to default todocker
but allows for different container runtimes too (e.g.make build CONTAINER_RUNTIME=podman
)