Skip to content

SRDC-Docker/scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scala Dockerfiles

Scala Dockerfiles based on srdc/java

Base Docker Image

Docker Tags

  • latest (default): Oracle JDK 8 (alias to oraclejdk-8)
  • 2.11.7: Scala 2.11.7
  • 2.10.6: Scala 2.10.6

Installation

Execute either of the following:

docker pull srdc/scala:tag       [downloads the image from Docker Hub]
docker build -t srdc/scala:tag   [builds from the local Dockerfile]

Usage

docker run -it --rm srdc/scala:tag

About

Scala Dockerfiles based on srdc/ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published