This repository contains the code for a proof of concept (POC) demonstrating how input redirection can be used to provide data to a Dockerized CLI application. The application, developed in F#, sums all numbers passed through STDIN after converting them to their integer representations.
- Check this article from my personal blog for more details: link.
# run the program using "normal" base image
make run
# run the program using the chiseled base image
make run-chiseled