Docker image which provides a typesafe activator 1.3.2, designed to launch play applications.
This docker image inherits from the dalekurt/java7
Your play app has to be mounted in the container in the '/opt/app' directory. Should you want to publish your app port to the host, you must use the -p argument. Here is an example of a docker run command:
docker run -d \
-v /path/to/your/play/app:/opt/app:rw \
-p 80:9000 \
dalekurt/activator
Content type
Image
Digest
sha256:039ccfc04…
Size
634.8 MB
Last updated
almost 11 years ago
docker pull dalekurt/activator