December 2019
Beginner to intermediate
770 pages
16h 14m
English
An environment variable is a way to parameterize a Docker container when it starts. Dynamics 365 Business Central images understand a lot of environments, for example, those used to set the authentication type or the username and password, or the SQL server and database you want to connect your Business Central Service Tier to. Environment variables are set using the -e parameter. If you need to set multiple environment variables, you can just use multiple -e parameters:
-e auth=Windows -e databaseserver=sql -e databasename=cronus
There is no list of all environment variables you can use to configure Dynamics 365 Business Central containers in line with your requirements, but the script for setting up those variables ...
Read now
Unlock full access