Files
podman/docs/source/markdown/podman-quadlet.1.md
Erik Sjölund 02e5dfbdaf docs: Add references to quadlet
Make the documentation about Quadlet easier to find by
adding more references to it.

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2025-11-08 08:56:06 +01:00

1.4 KiB

% podman-quadlet 1

NAME

podman-quadlet - Allows users to manage Quadlets

SYNOPSIS

podman quadlet subcommand

DESCRIPTION

podman quadlet is a set of subcommands that manage Quadlets.

Podman Quadlets allow users to manage containers, pods, volumes, networks, and images declaratively via systemd unit files, streamlining container management on Linux systems without the complexity of full orchestration tools like Kubernetes. The syntax of quadlet files is described in podman-systemd.unit(5).

SUBCOMMANDS

Command Man Page Description
install podman-quadlet-install(1) Install a quadlet file or quadlet application
list podman-quadlet-list(1) List installed quadlets
print podman-quadlet-print(1) Display the contents of a quadlet
rm podman-quadlet-rm(1) Removes an installed quadlet

SEE ALSO

podman(1), podman-systemd.unit(5)