mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-05 07:07:51 +00:00
Fixes: #28426 - Improved sentence structure and readability - Added proper spacing between punctuation and words - Enhanced clarity of quadlet functionality explanation Signed-off-by: Jude Ruben Fernando <fernanj9@risk.regn.net>
24 lines
1.4 KiB
Markdown
24 lines
1.4 KiB
Markdown
% 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 using systemd unit files. This simplifies container management on Linux systems without requiring 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)](podman-quadlet-install.1.md) | Install a quadlet file or quadlet application |
|
|
| list | [podman-quadlet-list(1)](podman-quadlet-list.1.md) | List installed quadlets (alias ls) |
|
|
| print | [podman-quadlet-print(1)](podman-quadlet-print.1.md) | Display the contents of a quadlet |
|
|
| rm | [podman-quadlet-rm(1)](podman-quadlet-rm.1.md) | Removes an installed quadlet |
|
|
|
|
## SEE ALSO
|
|
**[podman(1)](podman.1.md)**, **[podman-systemd.unit(5)](podman-systemd.unit.5.md)**
|