Skip to content

HappyMelly/docker-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Scala

Summary

Repository name in Docker Hub: sery0ga/scala

This repository contains Dockerized Java and Scala, published to the public Docker Hub via automated build mechanism.

Configuration

This docker image contains the following software stack:

  • OS: Debian jessie.

  • Java: Oracle JDK 1.8.x

  • Scala: 2.11.8 (see tag list for details)

  • Sbt: 0.13.8

Dependencies

Installation

Latest version:

$ docker pull sery0ga/scala:latest

All versions:

$ docker pull sery0ga/scala

Specific version:

$ docker pull sery0ga/scala:2.11.7

Usage

Used mostly as a base image for other Scala-based applications. But if you'd like to use the CLI, here are some examples for you.

Run scala REPL

$ docker run -it --rm sery0ga/scala

About

Scala image for Docker (jdk 1.8.0 + Scala + sbt)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 82.8%
  • Shell 15.3%
  • Scala 1.9%