Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Install-Module -Name DockerMsftProvider -Repository PSGallery -Force

Find-PackageProvider -Name 'Nuget' -ForceBootstrap -IncludeDependencies
Install-PackageProvider -Name NuGet -Force
Install-Module DockerMsftProvider -Force
Install-Package Docker -ProviderName DockerMsftProvider -Force


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageDetect

$isContainerFeatureInstalled = (Get-WindowsFeature -Name Containers).Installed

By default Locator operates with 2 Lingo threads. Each Lingo thread has a cost of up to 4 GB of RAM. If one were to increase or decrease the number of these threads (or disables Lingo altogether), the change in RAM usage should be taken into consideration.

Operating System

Windows Server 2019

Windows Feature

The Windows feature Containers must be installed. This can normally be done using the Windows Add Roles and Features Wizard or this PowerShell command:

Install-WindowsFeature -Name Containers

Content Handler

The Content Handler is a Windows only utility, used to open some search result links in their native applications on the client. These are links referencing data retrieved by any of the connectors listed below. Without the Content Handler installed, these links will have limited opening functionality.

  • No labels