mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00

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>
26 lines
1.3 KiB
Markdown
26 lines
1.3 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 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)](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 |
|
|
| 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)**
|