I have 2 VM in local network with Ubuntu OS. On one of them is installed Docker registry container with basic authentication (htpasswd) but without any certificates. Normally I'm accessing registry from other "client" machine and can pull the images. However, when I try to install watchtower on client machine it is immediately exiting
root@ubnt-dckr:~# docker run --name watchtower -e DOCKER_HOST="tcp://192.168.88.12:5000" -e REPO_USER="myUser" -e REPO_PASS="myPass" v2tec/watchtower
time="2019-01-16T08:11:18Z" level=fatal msg="Error response from daemon: 404 page not found"