fix some docs typos and wording

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2015-12-17 16:02:58 -05:00
parent 5faf2bd102
commit 866ad6fe1d
2 changed files with 5 additions and 4 deletions

View File

@ -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`.

View File

@ -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