8000 GitHub - tombray/akka-docker-cluster-example: An example akka-cluster project with docker support
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tombray/akka-docker-cluster-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-docker-cluster-example

An example akka-cluster project with docker support. See the blog post. Uses SBT Native Packager.

How to Run

In SBT, just run docker:publishLocal to create a local docker container.

To launch the first node, which will be the seed node:

$ docker run -i -t --rm --name seed mhamrah/clustering:0.3

To add a member to the cluster:

$ docker run --rm --name c1 --link seed:seed -i -t mhamrah/clustering:0.3

About

An example akka-cluster project with docker support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%
0