Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-artifact-ls.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ podman\-artifact\-ls - List OCI artifacts in local store (alias list)

## DESCRIPTION

List all local artifacts in your local store.
List all local artifacts in your local store. Outputs the following by default: repository name, tag, digest, created time and size.

## OPTIONS

Expand Down
5 changes: 0 additions & 5 deletions docs/source/markdown/podman-artifact-pull.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ $ podman artifact pull quay.io/foobar/artifact:special

@@option decryption-key


#### **--help**, **-h**

Print the usage statement.

@@option quiet

@@option retry
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-network-ls.1.md.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% podman-network-ls 1

## NAME
podman\-network\-ls - Display a summary of networks
podman\-network\-ls - Display a summary of networks (alias list)

## SYNOPSIS
**podman network ls** [*options*]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-network.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Auto-generated names use an underscore between words, for example `exciting_cheb
| disconnect | [podman-network-disconnect(1)](podman-network-disconnect.1.md) | Disconnect a container from a network |
| exists | [podman-network-exists(1)](podman-network-exists.1.md) | Check if the given network exists |
| inspect | [podman-network-inspect(1)](podman-network-inspect.1.md) | Display the network configuration for one or more networks |
| ls | [podman-network-ls(1)](podman-network-ls.1.md) | Display a summary of networks |
| ls | [podman-network-ls(1)](podman-network-ls.1.md) | Display a summary of networks (alias list) |
| prune | [podman-network-prune(1)](podman-network-prune.1.md) | Remove all unused networks |
| reload | [podman-network-reload(1)](podman-network-reload.1.md) | Reload network configuration for containers |
| rm | [podman-network-rm(1)](podman-network-rm.1.md) | Remove one or more networks |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-quadlet-list.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ podman\-quadlet\-list - List installed quadlets (alias ls)

## DESCRIPTION

List all Quadlets configured for the current user.
List all Quadlets configured for the current user. Outputs the following by default: quadlet name, systemd unit name, file path, status, application and pod.

## OPTIONS

Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-secret-ls.1.md.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% podman-secret-ls 1

## NAME
podman\-secret\-ls - List all available secrets
podman\-secret\-ls - List all available secrets (alias list)

## SYNOPSIS
**podman secret ls** [*options*]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-secret.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ podman secret is a set of subcommands that manage secrets.
| create | [podman-secret-create(1)](podman-secret-create.1.md) | Create a new secret |
| exists | [podman-secret-exists(1)](podman-secret-exists.1.md) | Check if the given secret exists |
| inspect | [podman-secret-inspect(1)](podman-secret-inspect.1.md) | Display detailed information on one or more secrets |
| ls | [podman-secret-ls(1)](podman-secret-ls.1.md) | List all available secrets |
| ls | [podman-secret-ls(1)](podman-secret-ls.1.md) | List all available secrets (alias list) |
| rm | [podman-secret-rm(1)](podman-secret-rm.1.md) | Remove one or more secrets |

## SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-volume-ls.1.md.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% podman-volume-ls 1

## NAME
podman\-volume\-ls - List all the available volumes
podman\-volume\-ls - List all the available volumes (alias list)

## SYNOPSIS
**podman volume ls** [*options*]
Expand Down
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-volume.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ podman volume is a set of subcommands that manage volumes.
| export | [podman-volume-export(1)](podman-volume-export.1.md) | Export volume to external tar. |
| import | [podman-volume-import(1)](podman-volume-import.1.md) | Import tarball contents into an existing podman volume. |
| inspect | [podman-volume-inspect(1)](podman-volume-inspect.1.md) | Get detailed information on one or more volumes. |
| ls | [podman-volume-ls(1)](podman-volume-ls.1.md) | List all the available volumes. |
| ls | [podman-volume-ls(1)](podman-volume-ls.1.md) | List all the available volumes (alias list) |
| mount | [podman-volume-mount(1)](podman-volume-mount.1.md) | Mount a volume filesystem. |
| prune | [podman-volume-prune(1)](podman-volume-prune.1.md) | Remove unused volumes. |
| reload | [podman-volume-reload(1)](podman-volume-reload.1.md) | Reload all volumes from volumes plugins. |
| rename | [podman-volume-rename(1)](podman-volume-rename.1.md) | Rename a volume. |
| rm | [podman-volume-rm(1)](podman-volume-rm.1.md) | Remove one or more volumes. |
| unmount | [podman-volume-unmount(1)](podman-volume-unmount.1.md) | Unmount a volume. |
| unmount | [podman-volume-unmount(1)](podman-volume-unmount.1.md) | Unmount a volume. |

## SEE ALSO
**[podman(1)](podman.1.md)**
Expand Down
4 changes: 1 addition & 3 deletions docs/source/markdown/podman.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ Name of the OCI runtime as specified in containers.conf or absolute path to the
#### **--runtime-flag**=*flag*

Adds global flags for the container runtime. To list the supported flags, please
consult the manpages of the selected container runtime (`runc` is the default
runtime, the manpage to consult is `runc(8)`. When the machine is configured
for cgroup V2, the default runtime is `crun`, the manpage to consult is `crun(8)`.).
consult the manpages of the selected container runtime (the default runtime is `crun`, the manpage to consult is `crun(8)`).

Default runtime flags can be added in containers.conf.

Expand Down