Welcome to the Linux Foundation Forum!

Typo/errata in lab exercise Lab 3.2. Configure a Local Repository

Could not complete the lab exercise and lost long hours on that one.
The problem was to configure podman to work with non-TLS repos.

Point 4 of the exercise specifies the following to be added in /etc/containerd/config.toml:
[plugins."io.containerd.grpc.v1.cri".registry.mirrors]
[plugin."io.containerd.grpc.v1.cri".registry.mirrors."*"] #<-- Add these two lines
endpoint = ["http://10.97.40.62:5000"] #<-- Remember YOUR IP here

I figured that the second line is not correct, plugin must be replaced by "plugins" with an "s".

So we should have:
[plugins."io.containerd.grpc.v1.cri".registry.mirrors]
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."*"] #<-- Add these two lines
endpoint = ["http://10.97.40.62:5000"] #<-- Remember YOUR IP here

Kindly fix this issue in the document for new student so they don't get stuck for hours!

Thanks in advance for your support.

Comments

Categories

Upcoming Training