You've already forked role_podman
feat: Allow to execute command in container
This commit is contained in:
@@ -18,6 +18,10 @@ UserNS={{ container.userns }}
|
||||
|
||||
AutoUpdate=registry
|
||||
|
||||
{% for cmd in container.get('commands', []) %}
|
||||
Exec={{ cmd }}
|
||||
{% endfor %}
|
||||
|
||||
{% for volume in container.get('volumes', []) %}
|
||||
Volume={{ volume }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user