Update readme and documentation for release
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c35cf680b0
commit
83eeb131d8
6 changed files with 332 additions and 155 deletions
11
docs/bundle-changes.md
Normal file
11
docs/bundle-changes.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# containerd changes to the bundle
|
||||
|
||||
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.
|
||||
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`.
|
Loading…
Add table
Add a link
Reference in a new issue