2015-12-16 19:34:20 +00:00
|
|
|
# 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.
|
|
|
|
|
2015-12-17 21:02:58 +00:00
|
|
|
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}`.
|
2015-12-16 19:34:20 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2015-12-17 21:02:58 +00:00
|
|
|
As of this point, containerd has no other additions to the bundle.
|
|
|
|
Runtime state is currently stored in a tmp filesystem like `/run`.
|