fix a typo

Signed-off-by: Liang Zhou <zhoul110@chinatelecom.cn>
This commit is contained in:
Liang Zhou
2021-04-10 23:50:30 +08:00
parent b23315bdd9
commit b6cdb8ae09
+1 -1
View File
@@ -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.