Docker image to run an out of the box Typesafe Activator.
442
Docker image to run an out of the box Typesafe Activator.
$ docker build -t partlab/ubuntu-typesafe .
$ docker pull partlab/ubuntu-typesafe
$ docker run -d -p 8888:8888 -p 9000:9000 --name typesafe partlab/ubuntu-typesafe
$ docker run -d -p 8888:8888 -p 9000:9000 --name typesafe -v <src-dir>:/opt/activator-1.2.10 partlab/ubuntu-typesafe
$ boot2docker halt
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port8888,tcp,,8888,,8888"
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port9000,tcp,,9000,,9000"
$ boot2docker up
Content type
Image
Digest
sha256:02608b8d6…
Size
625.1 MB
Last updated
over 10 years ago
docker pull partlab/ubuntu-typesafe