We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65b73c commit 8e4144dCopy full SHA for 8e4144d
templates/unit.j2
@@ -33,7 +33,7 @@ ExecStart={{ docker_path }} run \
33
{{ params('--cap-drop', container_cap_drop) }}\
34
{{ params('--device', container_devices) }}\
35
{% if container_privileged == true %}--privileged{% endif %}\
36
- {{ container_args | default('') | trim }} \
+ {{ container_args | trim }} \
37
{{ container_image }} {{ container_cmd | default('') | trim }}
38
{% endif %}
39
{% if not 'ExecStop' in service_systemd_options_keys %}
0 commit comments