fnproject / dockers

Docker base images for various programming languages.
https://fnproject.github.io/
35 stars 10 forks source link

Programming Docker Images - Microcontainers

The purpose of these images is to provide the smallest possible images for every major programming language. Read more about it in this Microcontainers blog post.

Use the fnproject/LANGUAGE:dev images for building/vendoring.

Use the fnproject/LANGUAGE images for running (much smaller than the dev ones).

Building

Run:

ruby build.rb [START_FROM]

If build breaks somewhere, can continue by adding START_FROM.