Authors: Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas
Kubernetes is deprecating Docker as a container runtime after v1.20.
You do not need t... (more…)
Read more »
I’ve been investigating whether I should use Docker or not in my new web-service stack that will be using Go, MongoDB, HAproxy which will be hosted on DigitalOcean.
Read more »
We at Interleap are going to launch a course on Docker soon. If you are interested in trying it out, reach out to me by dropping a note at… (more…)
Read more »
You’ve got a nice new Dockerfile, and it’s time to try it out: $ docker build -t mynewimage . Sending build context to Docker daemon 3.072kB Step 1/3 : FROM python:3.8-slim-buster ---> 3d8f801fc3db Step 2/3 : COPY build.sh . ---> 541b65a7b417 Step 3... (more…)
Read more »
Once upon a time, say ~10 years ago, some of us dealing with virtual machines used tools like kpartx or guestfs to access virtual machines… (more…)
Read more »