Skip to content

William-Yeh/docker-sbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Scala

Summary

Repository name in Docker Hub: williamyeh/sbt

This repository contains Dockerized sbt, 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.7.0

  • Sbt: 0.13.8 (see tag list for details)

Dependencies

History

Alternatives

If you prefer a minimalistic Oracle JDK container on top of busybox rather than Debian 8 ("Jessie"), below are some alternatives:

Usage

docker run  -v $(pwd):/app  williamyeh/sbt  ...