You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/markdown/podman-quadlet-install.1.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,29 @@ This command allows you to:
14
14
15
15
* Install a single Quadlet file, optionally followed by additional non-Quadlet files.
16
16
17
-
* Specify a directory containing multiple Quadlet files and other non-Quadlet files for installation ( example a config file for a quadlet container).
17
+
* Specify a directory containing multiple Quadlet files and other non-Quadlet files for installation (for example a config file for a quadlet container).
18
18
19
19
* Install multiple Quadlets from a single file with the `.quadlets` extension, where each Quadlet is separated by a `---` delimiter. When using multiple quadlets in a single `.quadlets` file, each quadlet section must include a `# FileName=<name>` comment to specify the name for that quadlet.
20
20
21
-
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. Similarly, when multiple quadlets are installed from a single `.quadlets` file, they are all considered part of the same application.
21
+
Note: An application is a collection of files, quadlet and non-quadlets, that
22
+
need to live together. As such, removing a quadlet that is part of an
23
+
application will remove the entire application. When a quadlet is installed
24
+
from a directory, all files installed from that directory—including both
25
+
quadlet and non-quadlet files—are considered part of a single application.
22
26
23
-
Note: In case user wants to install Quadlet application then first path should be the path to application directory.
27
+
Note: When multiple quadlets are installed from a single `.quadlets` file,
28
+
they are all considered part of the same application only when an application
29
+
name is provided using the `--application` option.
24
30
25
31
## OPTIONS
26
32
33
+
#### **--application**=*string*
34
+
35
+
You can specify an application name, all files will be installed under a
36
+
directory with the application name. The application name is required when
37
+
specifying a directory path. An application name can't have a quadlet extension
38
+
as suffix. For example `foo.container` isn't a valid application name.
39
+
27
40
#### **--reload-systemd**
28
41
29
42
Reload systemd after installing Quadlets (default true).
0 commit comments