Sign inSign up

partlab/ubuntu-typesafe

By partlab

Updated over 10 years ago

Docker image to run an out of the box Typesafe Activator.

Image
1

442

partlab/ubuntu-typesafe repository overview

partlab/ubuntu-typesafe

Docker image to run an out of the box Typesafe Activator.

Usage
Build
$ docker build -t partlab/ubuntu-typesafe .
Download automated build
$ docker pull partlab/ubuntu-typesafe
Running the Typesafe Activator server
$ docker run -d -p 8888:8888 -p 9000:9000 --name typesafe partlab/ubuntu-typesafe
Running the Typesafe Activator server with persistent directory
$ docker run -d -p 8888:8888 -p 9000:9000 --name typesafe -v <src-dir>:/opt/activator-1.2.10 partlab/ubuntu-typesafe
Tips
VirtualBox (boot2docker-vm)
$ boot2docker halt
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port8888,tcp,,8888,,8888"
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port9000,tcp,,9000,,9000"
$ boot2docker up

Tag summary

Content type

Image

Digest

sha256:02608b8d6

Size

625.1 MB

Last updated

over 10 years ago

docker pull partlab/ubuntu-typesafe