We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the container.unit jinja2 template only supports a limited set of parameters.
See full list here: podman-systemd.unit - systemd units using Podman Quadlet
The text was updated successfully, but these errors were encountered:
{% macro optional_parameter(variable, line_format)%} {% if variable is defined %} {{ line_format|format(variable)}} {% endif %} {% endmacro %} {{ optional_parameter(container_service_description, "Description=%s")-}}
Use this format to avoid 300 lines of if/else
Sorry, something went wrong.
No branches or pull requests
Currently the container.unit jinja2 template only supports a limited set of parameters.
See full list here:
podman-systemd.unit - systemd units using Podman Quadlet
The text was updated successfully, but these errors were encountered: