Skip to content

Tag: docker-registry

Unable to push/pull docker image to a certificate authenticated private registry? (Not workin only on WSL, remote error: tls: alert(116))

I think this is a really strange and interesting issue. I have a client cert authenticated docker registry set up, width the help of apache. I have put the necessary certificate files to the appropriate folders according to this article. Docker pull/push gives this error message: Error response from daemon: G…

How to run Docker deamon on shared Linux kernel?

I have a problem starting Docker deamon. The root cause of this are missing modules in linux kernel. I don’t have possibility to change/update the kernel. Is there a workaround that would help me start Docker? If that helps: the goal I want to achieve is to set up a repository of the Docker images. I wo…

Private Docker registry error

I am new to docker and trying to push some images to docker registry which I made using self signed certificates. docker push But it gives following error: The push refers to a repository cannot validate certificate for If I use Domain in place of IP-Address, docker push it shows error: The push refers to a r…

Docker containers as Linux services?

I just created a secure Docker Registry and ran it on a remote VM (using docker run …). I then ran docker ps and saw that it is in fact running. I exited the machine and then SSHed back in. Again, I ran docker ps and verified it “survived” me exiting the SSH session. This has me wondering: d…