Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 868 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 868 Bytes

Docker Stars Docker Pulls

Scala & Maven Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Scala based on Oracle JDK 7 yogihardi/alpine-oraclejdk7 image.

Usage Example

$ docker run --rm yogihardi/alpine-scala-maven 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!