Add runtime option

This commit is contained in:
Corbin 2024-08-02 19:26:01 -04:00
parent 3290f8c2c6
commit 3da21e0e2f
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5

View File

@ -59,6 +59,9 @@ services:
- {{ group }}
{% endfor %}
{% endif %}
{% if container.runtime is defined %}
runtime: {{ container.runtime }}
{% endif %}
{% if container.devices is defined %}
devices:
{% for device in container.devices %}