Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 580 Bytes

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.