From b6cdb8ae09f68a3f34715cd1a9fa7f7e047a235c Mon Sep 17 00:00:00 2001 From: Liang Zhou Date: Sat, 10 Apr 2021 23:50:30 +0800 Subject: [PATCH] fix a typo Signed-off-by: Liang Zhou --- libcontainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/README.md b/libcontainer/README.md index 870e533dc..13eee49d4 100644 --- a/libcontainer/README.md +++ b/libcontainer/README.md @@ -317,7 +317,7 @@ state, err := container.State() #### Checkpoint & Restore libcontainer now integrates [CRIU](http://criu.org/) for checkpointing and restoring containers. -This let's you save the state of a process running inside a container to disk, and then restore +This lets you save the state of a process running inside a container to disk, and then restore that state into a new process, on the same machine or on another machine. `criu` version 1.5.2 or higher is required to use checkpoint and restore.