From c3b799c6e26f4b43aaecb4c207e26eb4552fd02a Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Fri, 22 Nov 2019 08:01:08 +0100 Subject: [PATCH] add registry.yaml to docs (thanks @pojntfx) --- docs/examples.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/examples.md b/docs/examples.md index fb94012d..7be4eb03 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -109,6 +109,12 @@ First we need a place to store the config template: `mkdir -p /home/${USER}/.k3d Create a file named `registries.yaml` in `/home/${USER}/.k3d` with following content: +```yaml +mirrors: + "registry.local:5000": + endpoint: + - http://registry.local:5000 +``` #### Step 2 - Option 2: use `config.toml.tmpl` to directly modify the containerd config (all versions)