Quadlet: Difference between revisions

From wikinotes
(Created page with "Quadlet is a tool for generating systemd services from podman containers. {{ TODO | can you also run podman-compose projects this way? }} = Documentation = <blockquote> {| class="wikitable" |- | src || https://github.com/containers/podman/tree/main/pkg/systemd/quadlet |- |} </blockquote><!-- Documentation -->")
 
No edit summary
Line 1: Line 1:
Quadlet is a tool for generating systemd services from podman containers.
Quadlet is a tool for generating systemd services from podman containers.<br>
You can also describe a project as a [[podman-compose]] project, and generate systemd services for it as well.


{{ TODO |
The goal for the project is to be concise and change tolerant with sane defaults.
can you also run podman-compose projects this way?
}}


= Documentation =
= Documentation =

Revision as of 18:13, 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