Typesafe Activator for docker based on Ubuntu 14.04
869
This project is a Docker container for Typesafe Activator.
Base docker image to run a Typesafe Activator project
Typesafe Activator and sbt get you started with the Typesafe Reactive Platform
The container is very small and available on the Docker Index:
docker pull asosso/typesafe-activator
Just trying out Typesafe Activator.
If you just want to run a single instance of MaxScale server to try out its functionality:
docker run -i -t asosso/typesafe-activator /bin/bash
To create the image asosso/typesafe-activator, execute the following command on the typesafe-activator folder:
docker build -t asosso/typesafe-activator .
Contributions are welcome.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Copyright 2015 Andrea Sosso Licensed under the MIT License
Content type
Image
Digest
sha256:c12cd3df7…
Size
760 MB
Last updated
almost 11 years ago
docker pull asosso/typesafe-activator