I have an insecure registry running at testcluster.myurl.name:18079
a docker login testcluster.myurl.name:18079
fails with no valid certificate found and suggests to specify the --insecure-registry
flag for the daemon.
However, I already specified the flag (on Ubuntu) in /etc/default/docker
my
DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4 --insecure-registry testcluster.myurl.name:18079"
are set and the daemon was restarted. Still the problem remains.