This repo is now archived. Subscribers to the HAMINION membership have access to updates as well as full source code access for dozens of tutorials and examples.
A simple example repo for running an fsharp console application in Docker.
Code Walkthrough: Run F# / .NET in Docker (Console App)
In terminal:
docker run --rm -it $(docker build -q .)
Source: https://stackoverflow.com/a/51314059/2857326
- Walkthrough: Run F# / .NET in Docker (Console App)
- Full-stack fsharp project boilerplate: CloudSeed
Created by Hamilton Greene