Sign inSign up

jimschubert/sbt-scala

By jimschubert

Updated almost 10 years ago

sbt (or scala REPL) in docker

Image
3

2.0K

jimschubert/sbt-scala repository overview

Scala/SBT in Docker

This image is meant to ease development of scala projects using sbt in a docker container.

It pulls Scala. It pulls sbt-launch.jar. It provides an sbt bash script.

Build

docker build --force-rm -t sbt-scala .

Run

docker run -it sbt-scala

Advanced Usage

Where this comes in handy is when you have a docker composed environment with dependencies like Consul, Vault, etc.

You can run this sbt-scala docker container as if it's on the docker network, so you can do local-like development.

License

MIT

See LICENSE

Tag summary

Content type

Image

Digest

Size

153.4 MB

Last updated

almost 10 years ago

docker pull jimschubert/sbt-scala