summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-12-06 08:11:51 -0800
committerGitHub <noreply@github.com>2018-12-06 08:11:51 -0800
commit99bbbeb746820716610317fedd8d3918951a9d7d (patch)
tree3dd47005274a71a81bea1fad5d1507a24e4a2f60 /docs
parent5a07644646f0a42c04d496930c3e3ba4696301f2 (diff)
parente5335fd74c7ed6fe0fa55bf33afbdab23ed687f1 (diff)
downloadpodman-99bbbeb746820716610317fedd8d3918951a9d7d.tar.gz
podman-99bbbeb746820716610317fedd8d3918951a9d7d.tar.bz2
podman-99bbbeb746820716610317fedd8d3918951a9d7d.zip
Merge pull request #1887 from mheon/rm_sync
Add --sync option to podman rm
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-ps.1.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/podman-ps.1.md b/docs/podman-ps.1.md
index 7333a1095..8b86703d8 100644
--- a/docs/podman-ps.1.md
+++ b/docs/podman-ps.1.md
@@ -103,6 +103,13 @@ Valid filters are listed below:
Print usage statement
+**--sync**
+
+Force a sync of container state with the OCI runtime.
+In some cases, a container's state in the runtime can become out of sync with Podman's state.
+This will update Podman's state based on what the OCI runtime reports.
+Forcibly syncing is much slower, but can resolve inconsistent state issues.
+
## EXAMPLES
```