Explore >> Select a destination


You are here

infinitedigits.co
| | blog.oddbit.com
8.4 parsecs away

Travel
| | Someone asked on IRC about running ntpd in a container on Atomic, so I've put together a small example. We'll start with a very simple Dockerfile: FROM alpine RUN apk update RUN apk add openntpd ENTRYPOINT ["ntpd"] I'm using the alpine image as my starting point because it's very small, which makes this whole process go a little faster. I'm installing the openntpd package, which provides the ntpd binary. By setting an ENTRYPOINT here, the ntpd binary will be started by default, and any arguments passed t...
| | www.neerajsidhaye.com
5.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...
| | bartlomiejmika.com
8.7 parsecs away

Travel
| | Do you want to write a Golang app which is containerized with Docker? The purpose of this article is to help you quickly get your Golang App containerized for development (with hot-reload) and production purposes.
| | zkplabs.network
52.8 parsecs away

Travel
| With the growing demand for ZKP, there are many job opportunities for professionals who have the necessary skills and expertise. In this article, we will explore some of the exciting career paths available for individuals interested in working with ZKPs.