diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-21 14:44:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 14:44:21 +0100 |
commit | f7eabfe6b6e84f63901c54a78fbc5c1864887217 (patch) | |
tree | 1c980f22161549be4b063c5af7e770f9649ed19b /docs | |
parent | da7de332b6d699dc5342faf967e47433a849cb10 (diff) | |
parent | 1ddb49c66d4793862a04d71bfec6ea7dfb6c4877 (diff) | |
download | podman-f7eabfe6b6e84f63901c54a78fbc5c1864887217.tar.gz podman-f7eabfe6b6e84f63901c54a78fbc5c1864887217.tar.bz2 podman-f7eabfe6b6e84f63901c54a78fbc5c1864887217.zip |
Merge pull request #12659 from adrianreber/2021-12-20-checkpoint-systemd-entrypoint
[CI:DOCS] Explicitly mention that checkpointing systemd containers might fail
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-container-checkpoint.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-container-checkpoint.1.md b/docs/source/markdown/podman-container-checkpoint.1.md index 200920ca9..5fe466f4b 100644 --- a/docs/source/markdown/podman-container-checkpoint.1.md +++ b/docs/source/markdown/podman-container-checkpoint.1.md @@ -9,6 +9,8 @@ podman\-container\-checkpoint - Checkpoints one or more running containers ## DESCRIPTION **podman container checkpoint** checkpoints all the processes in one or more *containers*. A *container* can be restored from a checkpoint with **[podman-container-restore](podman-container-restore.1.md)**. The *container IDs* or *names* are used as input. +*IMPORTANT: If the container is using __systemd__ as __entrypoint__ checkpointing the container might not be possible.* + ## OPTIONS #### **--all**, **-a** |