Merge pull request #36 from cpuguy83/docs_typos
fix some docs typos and wording
This commit is contained in:
commit
e489dd8b28
2 changed files with 5 additions and 4 deletions
|
@ -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`.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue