Just Give Me the Code Fine...here you go. Motivation Consider the following Dockerfile: FROM scratch ADD ca-certificates.crt /etc/ssl/certs/ ADD main / CMD ["/main"] Since go is a compiled language, we can make our image lightweight by basing it... (more…)
Read more »
Fails to launch on Apple Silicon (unsurprisingly given it's so new). Can't see a similar issue so raising here to track. I have tried with the latest version of my channel (Stable or Edge) ... (more…)
Read more »
For startup businesses, devops is a difficult piece of the IT puzzle. Often devops gets handed off to developers, but shouldn't it be automated instead? (more…)
Read more »
Introduction My first encounter with docker goes back to early 2015. Docker was experimented with to find out whether it could benefit us. At the time it wasn’t possible to run a container [i…
Read more »