mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Make the documentation about Quadlet easier to find by adding more references to it. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
% podman-quadlet-rm 1
|
|
|
|
## NAME
|
|
podman\-quadlet\-rm - Removes an installed quadlet
|
|
|
|
## SYNOPSIS
|
|
**podman quadlet rm** [*options*] *quadlet* [*quadlet*]...
|
|
|
|
## DESCRIPTION
|
|
|
|
Remove one or more installed Quadlets from the current user. Following command also takes application name
|
|
as input and removes all the Quadlets which belongs to that specific application.
|
|
|
|
Note: If a quadlet is part of an application, removing that specific quadlet will remove the entire application.
|
|
When a quadlet is installed from a directory, all files installed from that directory—including both quadlet and non-quadlet files—are considered part
|
|
of a single application.
|
|
|
|
## OPTIONS
|
|
|
|
#### **--all**, **-a**
|
|
|
|
Remove all Quadlets for the current user.
|
|
|
|
#### **--force**, **-f**
|
|
|
|
Remove running quadlets.
|
|
|
|
#### **--ignore**, **-i**
|
|
|
|
Do not error for Quadlets that do not exist.
|
|
|
|
#### **--reload-systemd**
|
|
|
|
Reload systemd after removing Quadlets (default true).
|
|
In order to disable it users need to manually set the value
|
|
of this flag to `false`.
|
|
|
|
## EXAMPLES
|
|
|
|
```
|
|
$ podman quadlet rm myquadlet.container
|
|
myquadlet.container
|
|
```
|
|
|
|
## SEE ALSO
|
|
**[podman(1)](podman.1.md)**, **[podman-quadlet(1)](podman-quadlet.1.md)**, **[podman-systemd.unit(5)](podman-systemd.unit.5.md)**
|