Files
molecule-podman-example/molecule/default/molecule.yml
2025-05-19 13:22:38 +02:00

13 lines
214 B
YAML

---
driver:
name: podman
platforms:
- name: instance
image: ubi9/ubi-init
pre_build_image: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
command: "/usr/sbin/init"