Welcome to the Linux Foundation Forum!

Lab 3.2.4 and 3.2.5

The output in section 3.2.4 doesn't seem to resemble mine:

sudo vim /etc/containers/registries.conf

Lab 3.2.5
sudo systemctl restart crio

Failed to restart crio.service: Unit crio.service not found.

Best Answer

  • taepyongyang
    taepyongyang Posts: 7
    Answer ✓

    Add your repo's IP & PORT like so:

    3.2.4

    [registries.insecure]
    registries = ['IP:PORT'] # Example: ['10.100.5.33:5000']
    

    3.2.5

    student@cp:~/app1$ sudo systemctl restart containerd

    Hope this helps.

Answers

Categories

Upcoming Training