mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
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:
5
docs/source/markdown/options/ignore.md
Normal file
5
docs/source/markdown/options/ignore.md
Normal 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>>.
|
@ -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.
|
||||
|
||||
#### **--ignore**, **-i**
|
||||
|
||||
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.
|
||||
@@option ignore
|
||||
|
||||
#### **--latest**, **-l**
|
||||
|
||||
|
@ -15,11 +15,7 @@ Stop containers in one or more pods. You may use pod IDs or names as input.
|
||||
|
||||
Stops all pods
|
||||
|
||||
#### **--ignore**, **-i**
|
||||
|
||||
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.
|
||||
@@option ignore
|
||||
|
||||
#### **--latest**, **-l**
|
||||
|
||||
|
@ -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
|
||||
whose OCI runtime has become unavailable.
|
||||
|
||||
#### **--ignore**, **-i**
|
||||
|
||||
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.
|
||||
@@option ignore
|
||||
|
||||
#### **--latest**, **-l**
|
||||
|
||||
|
@ -47,11 +47,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
|
||||
#### **--ignore**, **-i**
|
||||
|
||||
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.
|
||||
@@option ignore
|
||||
|
||||
#### **--latest**, **-l**
|
||||
|
||||
|
Reference in New Issue
Block a user