You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is any "on the go" docker installation to execute at provisioning phase (or for documentation), the following works very well on both Windows Server 2019 and 2022 editions:
Write-Output "== Setting up Nuget..."Install-PackageProvider -Name NuGet -ForceWrite-Output "== Setting up Docker Module..."Install-Module -Name DockerMsftProvider -Repository PSGallery -ForceWrite-Output "== Setting up Docker Package..."Install-Package -Name docker -ProviderName DockerMsftProvider -Force
What feature do you want to see added?
see jenkins-infra/helpdesk#2942 (comment)
Upstream changes
No response
The text was updated successfully, but these errors were encountered: