Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icecrime/fsharp-docker

Fsharp in Docker
https://github.com/icecrime/fsharp-docker

Last synced: 5 days ago
JSON representation

Fsharp in Docker

Awesome Lists containing this project

README

        

fsharp-docker
=============

This repository contains the sources for the following [docker](http://www.docker.io) base images:

* [`icecrime/fsharp`](http://github.com/icecrime/fsharp-docker/blob/master/base)
* [`icecrime/fsharp-runtime`](http://github.com/icecrime/fsharp-docker/blob/master/runtime)
* [`icecrime/fsharp-hello`](http://github.com/icecrime/fsharp-docker/blob/master/hello)

The repository layout is shamelessly inspired from [`GoogleCloudPlatform/python-docker`](https://github.com/GoogleCloudPlatform/python-docker) by [@proppy](https://github.com/proppy).

Usage
----

$> docker build -t icecrime/fsharp base/
$> docker build -t icecrime/fsharp-runtime runtime/
$> docker build -t icecrime/fsharp-hello hello/
$> docker run --rm icecrime/fsharp-hello
Hello world from F#!