This contains builds from the Visual F# Team on top of ones from dotnet-cli.
https://www.myget.org/gallery/fsharp-daily https://github.com/dotnet/cli
https://github.com/ctaggart/visualfsharp-docker
You can simply run the image and then try out commands like dotnet and fsc.
docker run --rm -ti ctaggart/visualfsharp
Here is how to build a hello world locally using this image.
git clone https://github.com/ctaggart/visualfsharp-docker.git
cd visualfsharp-docker
docker run --rm -ti -v $PWD/template:/root/template ctaggart/visualfsharp
cd template
./build.sh
Content type
Image
Digest
sha256:9c761e67c…
Size
204.9 MB
Last updated
over 10 years ago
docker pull ctaggart/visualfsharp