You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Vladimir Kiselev edited this page Apr 22, 2021
·
1 revision
Welcome to the HVMDash wiki!
Add or create it (/etc/docker/daemon.json) on the machines that will access the registry, i.e. machines you run docker push or pull commands. Don't forget to restart docker daemon (systemctl restart docker)
{
"insecure-registries" : ["ip of registr:5000"]
}
This config tells docker daemon to use http schema (defaults to https) for registry calls, as the schema is not specified, when you pass image address.