Update documents.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-03-23 20:08:52 +00:00
parent 246ffa325d
commit b05744478a
5 changed files with 50 additions and 50 deletions

View File

@@ -16,6 +16,7 @@ To configure image registries create/modify the `/etc/containerd/config.toml` as
The default configuration can be generated by `containerd config default > /etc/containerd/config.toml`.
The endpoint is a list that can contain multiple image registry URLs split by commas.
The endpoint is a list that can contain multiple image registry URLs split by commas. When pulling an image
from a registry, containerd will try these endpoint URLs one by one, and use the first working one.
After modify the config file, you need restart the `containerd` service.