From 866ad6fe1d7eac83ceee25e42f1845e257173ebd Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Thu, 17 Dec 2015 16:02:58 -0500 Subject: [PATCH] fix some docs typos and wording Signed-off-by: Brian Goff --- docs/bundle-changes.md | 7 ++++--- docs/bundle.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/bundle-changes.md b/docs/bundle-changes.md index 1a311f9..c49a00d 100644 --- a/docs/bundle-changes.md +++ b/docs/bundle-changes.md @@ -3,9 +3,10 @@ Containerd will make changes to the container's bundle by adding additional files or folders by default with options to change the output. -The current change that it makes is if you create a checkpoint of a container the checkpoints will be saved -by default in a `{bundle}/checkpoints/{checkpoint name}` in the bundle of the container. +The current change that it makes is if you create a checkpoint of a container, the checkpoints will be saved +by default in the container bundle at `{bundle}/checkpoints/{checkpoint name}`. A user can also populate this directory and provide the checkpoint name on the create request so that the container is started from this checkpoint. -As of this point, containerd names no other additions to the bundle and runtime state is currently stored in a tmp filesystem like `/run`. +As of this point, containerd has no other additions to the bundle. +Runtime state is currently stored in a tmp filesystem like `/run`. diff --git a/docs/bundle.md b/docs/bundle.md index 93221d9..029ff63 100644 --- a/docs/bundle.md +++ b/docs/bundle.md @@ -61,7 +61,7 @@ look like this: ## Edits -We need to exit the config to add `redis-server` as the application to launch inside the container along with +We need to edit the config to add `redis-server` as the application to launch inside the container along with a few other settings. The resulting `config.json` should look like this: ```json