Skip to content

microsoft/navcontainerhelper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 2, 2023 07:31
May 16, 2023 10:21
May 8, 2023 06:41
April 25, 2023 09:34
May 18, 2023 09:32
May 10, 2023 08:15
July 6, 2021 11:03
May 6, 2023 07:35
May 27, 2023 07:25
May 17, 2023 13:07
December 18, 2022 07:46
May 1, 2023 05:22
May 23, 2023 09:47
July 6, 2021 11:03
July 6, 2021 11:03
April 5, 2023 05:33
April 28, 2023 15:30
May 16, 2023 10:21
May 10, 2023 08:15
March 25, 2023 23:42
May 23, 2023 09:47
December 8, 2022 08:29
May 23, 2023 09:47
November 30, 2022 16:15
January 29, 2023 10:55
December 18, 2022 07:15
December 18, 2022 07:11
May 6, 2023 07:35
September 26, 2017 13:11
April 25, 2023 09:14
May 27, 2023 07:25
January 31, 2023 06:30
September 30, 2021 14:15

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 opencode@microsoft.com 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