To make it easier to adopt and use Dynamics 365 Business Central Docker images, Microsoft has created a PowerShell Module called navcontainerhelper. It uses the same images and commands that you can use with pure Docker commands and, in a lot of places, you can see how the cmdlets translate to Docker commands. It also contains a very valuable collection of additional PowerShell scripts to help with common development, build, test, and release tasks in Dynamics 365 Business Central.
Creating locally available environments using navcontainerhelper
Installing navcontainerhelper and keeping it updated
To use the navcontainerhelper module, you need to install it from the PowerShell gallery, as follows:
install-module navcontainerhelper...