Initial
This commit is contained in:
12
molecule/default/molecule.yml
Normal file
12
molecule/default/molecule.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user