This blog will explain 10 containers anti-patterns that I’ve seen over the past few months: Data or logs in containers – Containers are ideal for stateless applications and are meant to be ephemeral. This means no data or logs should be stored in th...
Read more »
ESP32 Emulation Environment. Contribute to mluis/qemu-esp32 development by creating an account on GitHub. (more…)
Read more »
We are pleased to announce the release of Manticore Search 3.4.0. Downloads are available here, docker image at Docker Hub.What's newManage your indexes online with no need to edit the configPreviously in 3.3.0 we mentioned CREATE TABLE and DROP TABLE wer... (more…)
Read more »
A while ago my brother reached out to me asking about containerizing his application. Turns out he develops on his laptop which is an x86 and had to deploy h... (more…)
Read more »
One of the first mysteries I encountered with Docker and Kubernetes was seeing IP addresses created for containers and pods. And thinking how did these IP addresses enable binding a port number already used by another process? Turns out this is handled by... (more…)
Read more »