Quadlet: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 12: Line 12:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| https://mo8it.com/blog/quadlet/ || intro
|-
|}
</blockquote><!-- Tutorials -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>~/.config/containers/systemd/*.container</code> || build systemd services from these
|-
|}
</blockquote><!-- Locations -->

Revision as of 18:16, 5 May 2024

Quadlet is a tool for generating systemd services from podman containers.
You can also describe a project as a podman-compose project, and generate systemd services for it as well.

The goal for the project is to be concise and change tolerant with sane defaults.

Documentation

src https://github.com/containers/podman/tree/main/pkg/systemd/quadlet

Tutorials

https://mo8it.com/blog/quadlet/ intro

Locations

~/.config/containers/systemd/*.container build systemd services from these