Hi Fiachra,
yes, unfortunately docker on all workers has to be reconfigured and restarted.
To add a mirror, create a file: /etc/docker/daemon.json which contains:
{
"registry-mirrors": ["https://nexus3.onap.org:10001";]
}

And then:
sudo systemctl daemon-reload
sudo systemctl restart docker

There is also alternative version of this solution: --registry-mirror parameter 
when starting dockerd.
This is described here:
https://docs.docker.com/registry/recipes/mirror/#configure-the-docker-daemon

Hope this helps :)

regards,
Krzysztof


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22539): https://lists.onap.org/g/onap-discuss/message/22539
Mute This Topic: https://lists.onap.org/mt/78360010/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to