🚢 Container Install Scripts for Windows
As of Sept-02-2021:
- Rancher: rancher-sandbox/rancher-desktop#566
- nerdctl/containerd: containerd/nerdctl#197
- k3s: k3s-io/k3s#114
- podman: containers/podman#8136
- Windows Containers on Windows 10: https://www.jamessturtevant.com/posts/Windows-Containers-on-Windows-10-without-Docker-using-Containerd/
The following should be part of the base Windows image, run separately as administrator otherwise.
dism.exe /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
- Restart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -NoRestart
- Restart
wsl --set-default-version 2
./install.ps1
ssh-keygen -t rsa -b 4096 -f ./id_rsa_shared
ssh-copy-id -i ./id_rsa_shared remoteuser@remotehost