Sign inSign up

frolvlad/alpine-nim

By frolvlad

Updated over 1 year ago

The smallest Docker image with Nim (~164MB)

Buildkit cache
Image
3

7.4K

frolvlad/alpine-nim repository overview

Docker Stars Docker Pulls

Nim Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Nim programming language.

Download size of this image is only:

Usage Example

$ docker run --rm frolvlad/alpine-nim sh -c "echo 'echo("'"Hello World"'")' >hello.nim && nim compile --run hello.nim"

Once you have run this command you will get printed 'Hello World' from Nim!

NOTE: nimble is also available in this image.

Tag summary

Content type

Image

Digest

sha256:e9d18a6e9

Size

92.2 MB

Last updated

over 1 year ago

docker pull frolvlad/alpine-nim