diff options
author | Adrian Reber <areber@redhat.com> | 2021-12-20 14:01:37 +0000 |
---|---|---|
committer | Adrian Reber <areber@redhat.com> | 2021-12-20 15:37:32 +0000 |
commit | 1ddb49c66d4793862a04d71bfec6ea7dfb6c4877 (patch) | |
tree | 15bcc9debb36e2eecf3aa4cbae6e05fef100c321 | |
parent | 516c16c366531ec8c05a496bf3ffe1c6386aedc6 (diff) | |
download | podman-1ddb49c66d4793862a04d71bfec6ea7dfb6c4877.tar.gz podman-1ddb49c66d4793862a04d71bfec6ea7dfb6c4877.tar.bz2 podman-1ddb49c66d4793862a04d71bfec6ea7dfb6c4877.zip |
[CI:DOCS] Explicitly mention that checkpointing systemd containers might fail
Checkpoint a container using systemd as entrypoint will probably result
in an error as CRIU cannot handle all the resources latest systemd uses.
This updates the checkpoint man page with this information.
Signed-off-by: Adrian Reber <areber@redhat.com>
-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** |