Skip to content
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.

https://www.reddit.com/r/docker/comments/jti89x/private_docker_registry_server_gave_http_response/gc5zulc?utm_source=share&utm_medium=web2x&context=3

Clone this wiki locally