Explore >> Select a destination


You are here

infinitedigits.co
| | www.neerajsidhaye.com
1.8 parsecs away

Travel
| | Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further...
| | hjr265.me
2.1 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.
| | sputge.com
2.5 parsecs away

Travel
| | This guide explains how to install p910nd on your Unraid server, since it's not available in the Community Apps Store.
| | syntackle.com
18.3 parsecs away

Travel
| Containerization in it's entirety is an incredibly useful concept. From being able to execute applications in isolation, to being able to port them easily with all of their dependencies and configuration is all a developer could ask for.