Shrinking Haskell Docker images using multi-stage builds
Shrinking Haskell Docker images using multi-stage builds... (more…)
Read more »It is very common to setup own Docker registry for our private images.
Basic registry setup If we want basic setup without TLS and any access control for example for lab, we can create it with command:
[lukas@docker-host ~]$ docker run -d -p 5000:5000 –r… Read more