Man pages: refactor common options: --ignore

Should be an easy one to review.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2022-08-23 09:42:15 -06:00
parent 2538bea8da
commit 9dca68bdd9
5 changed files with 9 additions and 20 deletions

View File

@ -0,0 +1,5 @@
#### **--ignore**, **-i**
Ignore errors when specified <<containers|pods>> are not in the container store. A user
might have decided to manually remove a <<container|pod>> which would lead to a failure
during the ExecStop directive of a systemd service referencing that <<container|pod>>.

View File

@ -19,11 +19,7 @@ Remove all pods. Can be used in conjunction with \-f as well.
Stop running containers and delete all stopped containers before removal of pod. Stop running containers and delete all stopped containers before removal of pod.
#### **--ignore**, **-i** @@option ignore
Ignore errors when specified pods are not in the container store. A user might
have decided to manually remove a pod which would lead to a failure during the
ExecStop directive of a systemd service referencing that pod.
#### **--latest**, **-l** #### **--latest**, **-l**

View File

@ -15,11 +15,7 @@ Stop containers in one or more pods. You may use pod IDs or names as input.
Stops all pods Stops all pods
#### **--ignore**, **-i** @@option ignore
Ignore errors when specified pods are not in the container store. A user might
have decided to manually remove a pod which would lead to a failure during the
ExecStop directive of a systemd service referencing that pod.
#### **--latest**, **-l** #### **--latest**, **-l**

View File

@ -56,11 +56,7 @@ Containers could have been created by a different container engine.
In addition, forcing can be used to remove unusable containers, e.g. containers In addition, forcing can be used to remove unusable containers, e.g. containers
whose OCI runtime has become unavailable. whose OCI runtime has become unavailable.
#### **--ignore**, **-i** @@option ignore
Ignore errors when specified containers are not in the container store. A user
might have decided to manually remove a container which would lead to a failure
during the ExecStop directive of a systemd service referencing that container.
#### **--latest**, **-l** #### **--latest**, **-l**

View File

@ -47,11 +47,7 @@ Valid filters are listed below:
| pod | [Pod] name or full or partial ID of pod | | pod | [Pod] name or full or partial ID of pod |
| network | [Network] name or full ID of network | | network | [Network] name or full ID of network |
#### **--ignore**, **-i** @@option ignore
Ignore errors when specified containers are not in the container store. A user
might have decided to manually remove a container which would lead to a failure
during the ExecStop directive of a systemd service referencing that container.
#### **--latest**, **-l** #### **--latest**, **-l**