Sign inSign up

dalekurt/activator

By dalekurt

Updated almost 11 years ago

Image
0

320

dalekurt/activator repository overview

Docker Typesafe Activator

Docker image which provides a typesafe activator 1.3.2, designed to launch play applications.

Image inheritance

This docker image inherits from the dalekurt/java7

Usage

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

Tag summary

Content type

Image

Digest

sha256:039ccfc04

Size

634.8 MB

Last updated

almost 11 years ago

docker pull dalekurt/activator