Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.12 KB

PODMAN.md

File metadata and controls

39 lines (27 loc) · 1.12 KB

Docker

Using Podman

What work:

  • running the image manually with podman
  • Makefile targets build cert secret build push run clean distclean

What does not work:

  • Makefile target stack

Requirements

Using the make targets with Podman

To use podman there are some extra arguments required. Always add the following arguments to the makecommand:

 CONTAINER_ENGINE=podman BUILDER="buildah bud"

BUILDERis only needed for the build target.

Examples

make cert secert build CONTAINER_ENGINE=podman BUILDER="buildah bud"
make run CONTAINER_ENGINE=podman 

Running a full stack with Podman

There is no full stack provided by this project at the moment.
Maybe in the future I will provide a short HOWTO here and a k8s yaml file for kube play. Helm chart in progress...