Thanks to visit codestin.com
Credit goes to github.com

Skip to content

youngce/docker-sbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Automated buil Docker Build Statu Docker Pulls Docker Stars license

Supported tags and respective Dockerfile links


logo

scala-sbt.org

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.

About

Docker image providing Java, Scala & SBT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages