https://github.com/docker-hub-frolvlad/docker-alpine-nim
The smallest Docker image with Nim programming language (~164MB)
https://github.com/docker-hub-frolvlad/docker-alpine-nim
alpine docker-machine nim
Last synced: 3 months ago
JSON representation
The smallest Docker image with Nim programming language (~164MB)
- Host: GitHub
- URL: https://github.com/docker-hub-frolvlad/docker-alpine-nim
- Owner: Docker-Hub-frolvlad
- License: mit
- Created: 2015-10-31T04:57:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T22:20:19.000Z (3 months ago)
- Last Synced: 2025-03-30T23:23:06.172Z (3 months ago)
- Topics: alpine, docker-machine, nim
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/frolvlad/alpine-nim/
- Size: 14.6 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/frolvlad/alpine-nim/)
[](https://hub.docker.com/r/frolvlad/alpine-nim/)Nim Docker image
================This image is based on Alpine Linux image, which is only a 5MB image, and contains
[Nim programming language](http://nim-lang.org).Download size of this image is only:
[](http://microbadger.com/images/frolvlad/alpine-nim "Get your own image badge on microbadger.com")
Usage Example
-------------```bash
$ 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.