docs: fix registry mirror example

The docker configuration should be a URL, not a host:port.

Closes-Bug: #1919932
Change-Id: I5025fdb7e48c79a107b45f1454f5d5e81367a2f9
This commit is contained in:
Mark Goddard 2021-03-18 09:38:11 +00:00
parent 067a752206
commit 608836d956

View File

@ -75,7 +75,7 @@ IP address and port on which the registry is listening:
docker_custom_config:
registry-mirrors:
- 192.168.1.100:4000
- http://192.168.1.100:4000
.. _edit-inventory: