fixed typos
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
This commit is contained in:
parent
49321a12df
commit
a5b1740bbe
@ -167,7 +167,7 @@ version = 2
|
||||
# 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
|
||||
# container's are created from.
|
||||
# Use containerd's `ctr oci spec > /etc/containerd/cri-base.json` to output initial spec file.
|
||||
# Spec files are loaded at launch, so containerd daemon must be restared on any changes to refresh default specs.
|
||||
# Spec files are loaded at launch, so containerd daemon must be restarted on any changes to refresh default specs.
|
||||
# Still running containers and restarted containers will still be using the original spec from which that container was created.
|
||||
base_runtime_spec = ""
|
||||
|
||||
|
@ -37,7 +37,7 @@ A registry host is the location where container images and artifacts are sourced
|
||||
registry hosts may be local or remote and are typically accessed via http/https using the
|
||||
[OCI distribution specification](https://github.com/opencontainers/distribution-spec/blob/main/spec.md).
|
||||
A registry mirror is not a registry host but these mirrors can also be used to pull content.
|
||||
Registry hosts are typically refered to by their internet domain names, aka. registry
|
||||
Registry hosts are typically referred to by their internet domain names, aka. registry
|
||||
host names. For example, docker.io, quay.io, gcr.io, and ghcr.io.
|
||||
|
||||
A registry host namespace is, for the purpose of containerd registry configuration, a
|
||||
|
Loading…
Reference in New Issue
Block a user