Skip to content

Docker-Hub-frolvlad/docker-alpine-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Scala Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Scala based on Oracle JDK 8 frolvlad/alpine-oraclejdk8 slim image.

Download size of this image is only:

Usage Example

$ docker run --rm frolvlad/alpine-scala scala -e 'object HelloWorld extends App { println("Hello World") }; HelloWorld.main(null)'

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

Releases

No releases published

Packages

No packages published