diff options
author | Alexander Richter <67486332+Procyhon@users.noreply.github.com> | 2021-06-23 20:27:38 +0200 |
---|---|---|
committer | Alexander Richter <67486332+Procyhon@users.noreply.github.com> | 2021-06-23 20:36:20 +0200 |
commit | 7d83f9b6cc05322a698af9f3118d6d5d3ba3301e (patch) | |
tree | f748c846fc8fee389e24d1375a9a09be272cabe6 /docs/source/markdown/podman-container-restore.1.md | |
parent | e344a5899f7e02aea27b830bf58d8ca0bad40490 (diff) | |
download | podman-7d83f9b6cc05322a698af9f3118d6d5d3ba3301e.tar.gz podman-7d83f9b6cc05322a698af9f3118d6d5d3ba3301e.tar.bz2 podman-7d83f9b6cc05322a698af9f3118d6d5d3ba3301e.zip |
[CI:DOCS] Follow-up to PR 10676
See [PR 10676](https://github.com/containers/podman/pull/10676).
Signed-off-by: Alexander Richter <67486332+Procyhon@users.noreply.github.com>
Diffstat (limited to 'docs/source/markdown/podman-container-restore.1.md')
-rw-r--r-- | docs/source/markdown/podman-container-restore.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-container-restore.1.md b/docs/source/markdown/podman-container-restore.1.md index 21021b952..36eb650e5 100644 --- a/docs/source/markdown/podman-container-restore.1.md +++ b/docs/source/markdown/podman-container-restore.1.md @@ -31,7 +31,7 @@ The default is **false**. #### **--latest**, **-l** -Instead of providing the *container ID* or *name*, use the last created *container*. If other methods than Podman are used to run *containers* such as `CRI-O`, the last started *container* could be from either of those methods.\ +Instead of providing the *container ID* or *name*, use the last created *container*. If other tools than Podman are used to run *containers* such as `CRI-O`, the last started *container* could be from either tool.\ The default is **false**.\ *IMPORTANT: This OPTION is not available with the remote Podman client. This OPTION does not need a container name or ID as input argument.* |