Skip to content

Tag: docker-image

Bash get docker image ID automatically

I’m trying to run a few docker commands in my linux machine: But I would like to make a runme.sh and execute all in one run. The problem is that ImageID bf46cff9b182 is dynamiccally changing everytime. So I need to somehow pipe it from the output of the load command, which is in fact possible. The outpu…

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…