akka-guide icon indicating copy to clipboard operation
akka-guide copied to clipboard

[deployment] create a docker image and run it locally

Open ennru opened this issue 5 years ago • 3 comments

Short description

On the way to showing proper deployment, the tutorial should show and add settings to create a Docker image that can run locally.

This will copy some initial parts of https://doc.akka.io/docs/akka-management/current/kubernetes-deployment/index.html here.

ennru avatar Sep 25 '20 10:09 ennru

That should come with the seed template.

According to @RayRoestenburg and @seglo the image packaging in Cloudflow is superior to sbt-native-packager.

patriknw avatar Sep 25 '20 10:09 patriknw

According to @RayRoestenburg and @seglo the image packaging in Cloudflow is superior to sbt-native-packager.

https://github.com/lightbend/cloudflow/issues/771

ennru avatar Oct 09 '20 11:10 ennru

This was the issue in sbt-native-packager I was referring to: https://github.com/sbt/sbt-native-packager/pull/1310

seglo avatar Oct 13 '20 13:10 seglo