Orthanc with docker configuration file

I recently downloaded orthanc for linux from the Osimis website and am running orthanc with docker on my linux machine. Problem is I can't seem to make sense of the configuration file. It seems to be very different from the one for orthanc without docker. Is there a way I can generate a more familiar configuration file? Thanks in advance.

Hello,

Instructions for using the configuration file with Docker is available part of the Orthanc Book:
http://book.orthanc-server.com/users/docker.html#fine-tuning-the-configuration

The configuration file for Docker has exactly the same format as the usual configuration file:
http://book.orthanc-server.com/users/configuration.html

HTH,
Sébastien-

For convenience, in the Windows Installer and in the Docker image provided by Osimis, the configuration file is split in multiple files. Each file containing a part of the configuration.
As Sebastien mentioned, the format of these files is the same as the one documented in the Orthanc Book.

Alain