December 2019
Beginner to intermediate
770 pages
16h 14m
English
As you have seen, Dynamics 365 Business Central container images have a lot of configuration options, giving you the possibility to change a lot of their behavior. However, if you ever run into a situation where you need to run a different container configuration setup, images have one more ace up their sleeve: you can override any script in the container.
The mechanism for this works by placing a script with the exact same name as the one you want to override into the c:\run\my folder in your container. The easiest way to do that is through a volume. Assuming that you have a folder such as c:\bc-override with anAdditionalSetup.ps1 file, you can do the following:
docker run -e accept_eula=y -v c:\bc-override:c:\run\my ...
Read now
Unlock full access