Minimizing your Docker images
As your project grows it can be challenging to make sure that only the necessary files get sent to the Docker daemon. There are several tips to help you with this. Use a [...]
As your project grows it can be challenging to make sure that only the necessary files get sent to the Docker daemon. There are several tips to help you with this. Use a [...]
A generic error occurred in GDI+, that was the very generic error message when using System.Drawing.Image.Save to save an image to a previously created directory. Further investigations showed that it actually was not an [...]
An on-premise "Docker Cloud"-like workflow from repository to Jenkins to test server As a software company for individual software solutions we are developing software in highly diverse settings, in means of programming languages, databases [...]
In the recent days I was rather confused about native Docker for Windows. What are the conditions to run a Docker image on Windows? Linux image or Windows image? Docker on Windows needs Hyper-V, but [...]