Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Each Docker container that contains microservice's data and is used to run the microservice should use the predefined folder structure:

  • /usr/app/src - for storing application's source code
  • /usr/app/scripts - for storing application's bootstrapping scripts
  • /usr/app/private - for storing application's private data (like application keys, passwords etc.)
  • /usr/app/shared - for serving a shared volume
  • No labels