microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
376 stars 243 forks source link

containerd + nerdctl support #2814

Open Sven-Niehus opened 1 year ago

Sven-Niehus commented 1 year ago

Are there plans to support nerdctl + containerd instead of using docker? Microsoft is listing it as a 3rd option for a container runtime besides Docker CE / Moby and Mirantis / Docker EE?

grafik Source: https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-1

Example would be using nerdctl pull instead of docker pull

freddydk commented 1 year ago

It is definitely something I will monitor. For now, it isn't something I will invest time in. Docker Engine (moby) works just fine and is also free,

But thanks for mentioning this.