Add runtime option
This commit is contained in:
parent
3290f8c2c6
commit
3da21e0e2f
@ -59,6 +59,9 @@ services:
|
|||||||
- {{ group }}
|
- {{ group }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if container.runtime is defined %}
|
||||||
|
runtime: {{ container.runtime }}
|
||||||
|
{% endif %}
|
||||||
{% if container.devices is defined %}
|
{% if container.devices is defined %}
|
||||||
devices:
|
devices:
|
||||||
{% for device in container.devices %}
|
{% for device in container.devices %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user