Docker containers provides an isolated sandbox for the containerized program to execute. One-shot containers accomplishes a particular task and stops. Long running containers runs for an indefinite… (more…)
Read more »
You might not be aware of it, but the docker engine stores the credentials you use with docker login in plain text in a file called $HOME… (more…)
Read more »
Aside from Uber, I can't think of a more utilized, hyped, and well funded Silicon Valley startup (still in operation) fumbling as bad as Docker did in 2017. (more…)
Read more »
So, in our company we switched from this image to bitnami one (which is not technically "official" one) with minimal modifications to the descendant Dockerfile (basically 2-line fix, no c... (more…)
Read more »
Today someone said to me: “Actually, running an application using docker is very simple, such as a node, it only takes a few lines to… (more…)
Read more »