From 795c9c96b3c7dd70e3b2a942f046986f47e33792 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 7 Oct 2021 09:13:21 +0200 Subject: [PATCH] docs: remove trailing space to fix generated YAML format Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/checkpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/checkpoint.md b/docs/reference/commandline/checkpoint.md index 9d99a7a9c8..1c2f670724 100644 --- a/docs/reference/commandline/checkpoint.md +++ b/docs/reference/commandline/checkpoint.md @@ -89,7 +89,7 @@ resumes from the point it left off once you restore. seccomp is only supported by CRIU in very up to date kernels. External terminal (i.e. `docker run -t ..`) is not supported at the moment. -If you try to create a checkpoint for a container with an external terminal, +If you try to create a checkpoint for a container with an external terminal, it would fail: ```console