Skip to content

Docker-Hub-frolvlad/docker-alpine-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published