Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 799 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 799 Bytes

Running the Docker container

How it works

  • The configuration override of the application is volume mounted when running the Docker image

Prerequisites

Set up

Initial install

Building config

Create a configuration file, e.g. config_override.properties.

Creating Docker-instance

  • Make sure the config file exists
  • Skip --restart=always if doing this locally to avoid it to start with your computer.

Connecting to instance for debugging:

docker exec -it -u configservice configservice bash

Testing docker locally

See test-docker.sh.

This script can be run with ./test-docker.sh local to also run mvn package and use jar from development.