Skip to main content

Posts

Showing posts with the label New-ContainerWizard

Create a Docker for Business Central using BCContainerHelper

Introduction: In my earlier blog on Implementing extensions in NAV Development Preview using Docker  there were a few complications for docker managing the container. With the BCContainerHelper released, setting up Docker became easier. Check out the post below. Pre- requisites : Understanding of Docker Understanding of BCContainerHelper Demonstration: 1. Install BCContainerHelper: To install BCContainerHelper, you will need to install the Powershell Module. Run Powershell as Administrator > Run the Powershell Script. Command: Install-Module BCContainerHelper -Force 2. Start BCContainerHelper Wizard: i. Start BCContainerHelper: To run the BCContainerHelperWizard, you will need to run the PowerShell Command. Note that the Wizard is in CLI form. Command: New-BcContainerWizard ii. Accept EULA: To proceed you will need to accept the EULA. iii. Local Container or Azure VM Deployment: This screen provides the deployment type. You can either choose Local Container or Azure VM. iv. Authenti