/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

memo.mx
| | hjr265.me
3.7 parsecs away

Travel
| | Docker has been providing a health check mechanism for quite some time. It is useful in identifying issues with programs that can fail in ways other than just outright crashing. And it is easy to set up. Docker health checks work periodically running a program within the container and observing its exit status. If it exits with a 0, the container is considered healthy. If it exits with a 1, the container is considered to be unhealthy.
| | pliutau.com
0.9 parsecs away

Travel
| | Software Engineering Lead with a passion for APIs, Web, Cloud, Microservices, DevOps, Kubernetes etc. Engineering Lead at solsten.io
| | preslav.me
2.8 parsecs away

Travel
| | I am a software engineer with a decade-long experience developing software in Python, Go, and Java.
| | chipx86.blog
10.4 parsecs away

Travel
| Here's a very quick, not exactly comprehensive tutorial on building Docker images using multiple hosts (useful for building multiple architectures). If you're an expert on docker buildx, you may know all of this already, but if you're not, hopefully you find this useful. We'll make some assumptions in this tutorial: We want to build a...