web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

BC 14 and Docker. Is it still possible?

(0) ShareShare
ReportReport
Posted on by 15,583

Hi team 

Can we still use Docker to install BC14? If yes what is the script for this? 

Thanks 

I have the same question (0)
  • Suggested answer
    Amit Profile Picture
    2,561 on at

    Hi,

    No, there is no need.

    Regards

    Amit Sharma

    www.erpconsultors.com

  • MahGah Profile Picture
    15,583 on at

    Hi

    Can you please explain more?

    Thanks

  • Verified answer
    Teddy Herryanto (That NAV Guy) Profile Picture
    14,300 Super User 2026 Season 1 on at

    I don't see why not. I have been using it for BC11.

    Here's a simple script.

    $version = 14

    $containerName = 'bc' + $version

    $password = 'password'

    $auth = 'UserPassword'

    $artifactUrl = Get-BcArtifactUrl -type 'onprem' -select 'Latest'  -version $version

    $licenseFile = 'C:\NAV\NAV.flf'

    # *** CREATE BC CONTAINER

    New-BcContainer `

       -accept_eula `

       -accept_outdated `

       -containerName $containerName `

       -auth $auth `

       -artifactUrl $artifactUrl `

       -imageName $containerName `

       -multitenant:$false `

       -assignPremiumPlan `

       -licenseFile $licenseFile `

       -dns '8.8.8.8' `

       -updateHosts `

       -shortcuts DesktopFolder `

  • MahGah Profile Picture
    15,583 on at

    Hi TeddyH

    Thank you so much. I have two issues and I appreciate your help

    1) I am receiving the below error. I have created NAV folder in C and it is there. How I can resolve this issue?

    Copy-Item : Cannot find path 'C:\NAV\NAV.flf' because it does not exist.

    At C:\Program Files\WindowsPowerShell\Modules\BcContainerHelper\4.0.5\ContainerHandling\New-NavImage.ps1:532 char:25

    + ...             Copy-Item -path $licenseFilePath -Destination "$dbPath\CR ...

    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

       + CategoryInfo          : ObjectNotFound: (C:\NAV\CRONUS.flf:String) [Copy-Item], ItemNotFoundException

       + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

    2) I only created blank NAV.flf file in folder. Should I include anything specific in it? I have no license for BC.

    Thanks

  • Verified answer
    Teddy Herryanto (That NAV Guy) Profile Picture
    14,300 Super User 2026 Season 1 on at

    Oh, you need to have BC license in it. You can try using cronus license or try removing the licenseFile parameter.

  • MahGah Profile Picture
    15,583 on at

    Thanks Teddy. Removing license file worked. Below is the working code just in case for future

    $version = 14

    $containerName = 'bc' + $version

    $password = 'password'

    $auth = 'UserPassword'

    $artifactUrl = Get-BcArtifactUrl -type 'onprem' -select 'Latest'  -version $version

    # *** CREATE BC CONTAINER

    New-BcContainer `

      -accept_eula `

      -accept_outdated `

      -containerName $containerName `

      -auth $auth `

      -artifactUrl $artifactUrl `

      -imageName $containerName `

      -multitenant:$false `

      -assignPremiumPlan `

      -dns '8.8.8.8' `

      -updateHosts `

      -shortcuts DesktopFolder `

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,850 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,084 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 959 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans