Installing buildkit on Windows from source
This will set up buildkitd
natively on Windows Server 2019 (ltsc2019) or Windows Server 2022 (ltsc2022).
Enable the containers feature
This will reboot your server if the feature is not already installed.
Install-WindowsFeature -Name containers -Restart