Skip to content

Commit df8d6c5

Browse files
committed
Update documentation for base OCI spec files
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 8d54f39 commit df8d6c5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/config.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,11 @@ version = 2
135135
# i.e pass host devices through to privileged containers.
136136
privileged_without_host_devices = false
137137

138-
# base_runtime_spec is a file path to a JSON file with the OCI spec that will be used as the base spec
139-
# that all container's are created from.
140-
# Use containerd's `ctr oci default-spec > /etc/containerd/cri-base.json` to output initial spec file.
138+
# base_runtime_spec is a file path to a JSON file with the OCI spec that will be used as the base spec that all
139+
# container's are created from.
140+
# Use containerd's `ctr oci spec > /etc/containerd/cri-base.json` to output initial spec file.
141+
# Spec files are loaded at launch, so containerd daemon must be restared on any changes to refresh default specs.
142+
# Still running containers and restarted containers will still be using the original spec from which that container was created.
141143
base_runtime_spec = ""
142144

143145
# 'plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options' is options specific to

0 commit comments

Comments
 (0)