I’ve just released a new version of my powershell module that I use to create my local docker instance of Business Central.
Nothing too fancy, but there is now an extra parameter you can pass to make it look at the Public Preview releases..
The new parameter is -Preview. So to use it you would type something like:
New-BC365Container -ContainerName yourname -Auth NavUserPassword -SSL $true -Preview $true
That’s it, the new version is 0.0.7, (apt timing with the version number;)).
Be sure to get it by using the Install-Module command:
Install-Module bc365-create-container