https://github.com/jimschubert/sbt-scala
sbt or scala REPL in docker container
https://github.com/jimschubert/sbt-scala
Last synced: over 1 year ago
JSON representation
sbt or scala REPL in docker container
- Host: GitHub
- URL: https://github.com/jimschubert/sbt-scala
- Owner: jimschubert
- License: mit
- Created: 2016-10-27T02:18:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T01:51:05.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T05:46:20.571Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scala/SBT in Docker
[](https://microbadger.com/images/jimschubert/sbt-scala "Get your own image badge on microbadger.com")
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](./LICENSE)