Run dockerized application
Create docker image
A docker image of the application can be created within sbt:
$ sbt docker:publishLocal
SBT will publish an image with two tags: current version and latest
.
Run a dockerized application
Make sure that you released a docker image with the latest or dev version.
Check configuration properties in the docker-compose.yml file.
Execute in the <root>/docker
folder:
$ docker-compose up