Skip to content

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.

License

Notifications You must be signed in to change notification settings

microsoft/navcontainerhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9941b36 · Feb 23, 2024
Jan 24, 2024
May 30, 2023
Jun 28, 2023
Dec 11, 2022
Feb 23, 2024
Jan 8, 2024
Feb 2, 2024
May 7, 2023
Feb 19, 2024
Jul 17, 2023
Nov 29, 2023
Jun 29, 2023
Jan 26, 2024
Jul 6, 2021
Jan 23, 2024
May 16, 2023
Feb 19, 2024
Nov 27, 2023
Dec 2, 2023
Dec 5, 2023
Feb 22, 2024
Dec 9, 2022
Jun 1, 2023
Jan 26, 2024
Jul 6, 2021
Jul 6, 2021
Dec 2, 2023
Aug 31, 2023
Aug 26, 2019
Dec 17, 2022
May 16, 2023
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Feb 14, 2024
Dec 17, 2022
Dec 17, 2022
Dec 17, 2022
Jan 26, 2024
Jan 26, 2024
Mar 30, 2023
Mar 30, 2023
May 23, 2023
Dec 17, 2022
Mar 30, 2023
Dec 17, 2022
Dec 17, 2022
Dec 8, 2022
Mar 14, 2023
Dec 17, 2022
Jan 26, 2024
Jan 8, 2024
Apr 10, 2022
Sep 29, 2023
Jan 7, 2023
Sep 27, 2023
Sep 27, 2023
Feb 22, 2024
Dec 18, 2022
Dec 18, 2022
May 6, 2023
Sep 26, 2017
Dec 9, 2022
Dec 9, 2020
Apr 25, 2023
Feb 23, 2024
Jun 2, 2023
May 2, 2023
Jan 31, 2023
Feb 19, 2024
Sep 30, 2021

Repository files navigation

BcContainerHelper

This repository contains a module, which makes it easier to work with Business Central and NAV Containers on Docker. The module is work in progress and feel free to submit pull requests and contribute with good ideas. Documentation will be on the wiki.

Getting Started

VM on Azure

Follow the steps on https://aka.ms/getbc

Local Installation on Windows or Windows Server

This would be the Steps to install Docker and BCContainerHelper on Windows 11 or Windows Server 2022:

1. Install Windows Containers Feature

Run PowerShell as Admin:

Install-WindowsFeature Containers -Restart

Computer restarts.

2.a. Download and Install Docker Desktop from docker.com

NOTE: You need either Docker Desktop or Docker Engine to run Docker on your computer - not both.

Follow the process here: https://docs.docker.com/desktop/install/windows-install

NOTE Docker Desktop might require a license, please consult the licensing rules before installing

2.b. Install Docker Engine using PowerShell

NOTE: You need either Docker Desktop or Docker Engine to run Docker on your computer - not both.

Run PowerShell as Admin:

Invoke-WebRequest -UseBasicParsing -uri 'https://raw.githubusercontent.com/microsoft/nav-arm-templates/master/InstallOrUpdateDockerEngine.ps1' -OutFile (Join-Path $ENV:TEMP 'installorUpdateDocker.ps1')
. (Join-Path $ENV:TEMP 'installorUpdateDocker.ps1')

3. Install BcContainerHelper

Run PowerShell as Admin:

Install-PackageProvider -Name NuGet -force
Install-Module BcContainerHelper -force

4. Create you first container

Run PowerShell as Admin:

$url = Get-BCArtifactUrl -select Latest -type OnPrem -country w1
$cred = Get-Credential
New-BcContainer -accept_eula -artifactUrl $url -Credential $cred -auth UserPassword

Branches

NavContainerHelper is the main repo for the NavContainerHelper PowerShell module on PowerShell Gallery. NavContainerHelper will as of August 1st 2020 only receive bug fixes.

master is the main repo for the BcContainerHelper PowerShell module on PowerShell Gallery. BcContainerHelper will from August 1st 2020 ship as release and pre-release.

Please report issues in the issues list.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published