From d89c96297bece100e40af33b7eb7f09498b17fab Mon Sep 17 00:00:00 2001 From: wangtianxia Date: Fri, 29 Jan 2021 10:08:46 +0800 Subject: [PATCH] Fix typo in README Signed-off-by: wangtianxia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e48ebfea..0d889cd79 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ The second way to start a container is using the specs lifecycle operations. This gives you more power over how the container is created and managed while it is running. This will also launch the container in the background so you will have to edit the `config.json` to remove the `terminal` setting for the simple examples -below (see more details about [docs/terminals.md](runc terminal handling)). +below (see more details about [runc terminal handling](docs/terminals.md)). Your process field in the `config.json` should look like this below with `"terminal": false` and `"args": ["sleep", "5"]`.