Sign inSign up

bigtruedata/sbt

By bigtruedata

Updated over 8 years ago

Docker image providing Scala & SBT

Image
14

500K+

bigtruedata/sbt repository overview

Docker Automated buil Docker Build Statu Docker Pulls Docker Stars license

SBT Docker Image


logo

Quick Start

This image provides an environment using the SBT utility to work on Scala or Java software. If no command is provided when running the image (as shown in te following example) the SBT REPL is launched:

docker run --rm --tty --interactive bigtruedata/sbt

This image may also be used in a standalone fashion by defining the following alias:

alias sbt='docker run --rm --tty --interactive --volume $PWD:/app bigtruedata/sbt'

Versions

This image is based on the bigtruedata/scala image to provide an environment to compile and execute Java and Scala programs. The versions of the image are composed of two parts: the version number before the hyphen references the version of the SBT environment and the second part references to the version of the used Scala environment.

Tag summary

Content type

Image

Digest

Size

428.7 MB

Last updated

over 8 years ago

docker pull bigtruedata/sbt