sbt (or scala REPL) in docker
2.0K
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.
docker build --force-rm -t sbt-scala .
docker run -it sbt-scala
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.
MIT
See LICENSE
Content type
Image
Digest
Size
153.4 MB
Last updated
almost 10 years ago
docker pull jimschubert/sbt-scala