Add runtime option
This commit is contained in:
parent
3290f8c2c6
commit
3da21e0e2f
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user