RE: Docker registry without HTTPS

2020-08-28 Thread Jose Nunez
; } } Regards, --Jose -Original Message- From: Benjamin Wulff Sent: Friday, August 28, 2020 4:07 AM To: user@mesos.apache.org Subject: Re: Docker registry without HTTPS Hi all, I think the problem is somewhere in the proxy setup (nginx) that the registry is running behind. When I try it

Re: Docker registry without HTTPS

2020-08-28 Thread Benjamin Wulff
ticating with existing credentials... >> WARNING! Your password will be stored unencrypted in >> /home//.docker/config.json. >> Configure a credential helper to remove this warning. See >> https://docs.docker.com/engine/reference/commandline/login/#credentials-store >>

RE: Docker registry without HTTPS

2020-08-27 Thread Jose Nunez
rom: Benjamin Wulff Sent: Thursday, August 27, 2020 11:05 AM To: user@mesos.apache.org Subject: Re: Docker registry without HTTPS Hi Jose, yes, I configured the registry as an insecure registry. I also verified that I can use the docker command to pull from this registry docker pull mother:5000/

Re: Docker registry without HTTPS

2020-08-27 Thread Benjamin Wulff
r/config.json. > Configure a credential helper to remove this warning. See > https://docs.docker.com/engine/reference/commandline/login/#credentials-store > > Login Succeeded > > > Hope this helps. > > --Jose > > -Original Message- > From: Benjamin

Re: Docker registry without HTTPS

2020-08-27 Thread Benjamin Wulff
Hi all, so I have now configured the registry to do HTTPS. The certificate is self-signed. I now get the log message failed to start: Failed to perform 'curl': curl: (60) Peer's certificate issuer has been marked as not trusted by the user. This is curl’s way of saying that a valid CA certifi

RE: Docker registry without HTTPS

2020-08-27 Thread Jose Nunez
s warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Hope this helps. --Jose -Original Message- From: Benjamin Wulff Sent: Thursday, August 27, 2020 9:58 AM To: user@mesos.apache.org Subject: Docker registry without HTTPS Hi all,

Docker registry without HTTPS

2020-08-27 Thread Benjamin Wulff
Hi all, I’m running a Docker registry in my cluster network that does plain HTTP, no HTTPS. I tried to configure it usingdocker_registryand docker_config options, providing an http:// address. When I try to run a Docker image in a task it fails and I see in the log a message that