Skip to content

Latest commit

 

History

History
63 lines (29 loc) · 1.83 KB

README.md

File metadata and controls

63 lines (29 loc) · 1.83 KB

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  ...