Files
podman/docs/source/markdown/podman-quadlet.1.md
Matt Heon f293c1a179 Initial implementation of podman quadlet commands
This adds `podman quadlet list`, `podman quadlet install`,
`podman quadlet rm` and `podman quadlet print`.

Signed-off-by: Matt Heon <mheon@redhat.com>
Co-authored-by: flouthoc <flouthoc.git@gmail.com>
Signed-off-by: flouthoc <flouthoc.git@gmail.com>
2025-07-18 13:57:11 -07:00

1.3 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

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)