/dockerized-cli-with-input-redirection

POC: Dockerized CLI application with input redirection

Primary LanguageF#

POC: Dockerized CLI with input redirection

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.

How to run

# run the program using "normal" base image
make run

# run the program using the chiseled base image
make run-chiseled