Explore >> Select a destination


You are here

geektechstuff.com
| | andrewroderos.com
19.9 parsecs away

Travel
| | Learn how to accept user input in Ansible. The use case we're discussing is to help users avoid memorizing variable names.
| | bhupesh.me
13.7 parsecs away

Travel
| | My learnings from publishing my first ever Dockerfile for ugit (a shell script based tool to undo git command) and writing the most optimized dockerfile for it.
| | blog.oddbit.com
14.2 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...
| | felix.plesoianu.ro
38.4 parsecs away

Travel
| [AI summary] The article discusses the choice of programming languages, highlighting their unique features, communities, and use cases, while comparing several languages like Vala, Zig, C++, D, Ada, Fortran, Scheme, Lisp, and Rexx.