Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.5 KB

boring-euclid logo

boring-euclid

🚢 Container Install Scripts for Windows

Non-Docker Issue Tracker

As of Sept-02-2021:

Setup Hyper-V & WSL2

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

Setup & Run

  • ./install.ps1

SSHFS Manager

Generate and copy SSH key

  • ssh-keygen -t rsa -b 4096 -f ./id_rsa_shared
  • ssh-copy-id -i ./id_rsa_shared remoteuser@remotehost