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

Notifications

Announcements

No record found.

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,529

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,557 on at

    Hi,

    No, there is no need.

    Regards

    Amit Sharma

    www.erpconsultors.com

  • MahGah Profile Picture
    15,529 on at

    Hi

    Can you please explain more?

    Thanks

  • Verified answer
    Teddy Herryanto (That NAV Guy) Profile Picture
    14,284 Super User 2025 Season 2 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,529 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,284 Super User 2025 Season 2 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,529 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,229

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,867 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,153 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans