Skip to content

geoffreysmith/boring-euclid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

🚢 Containers for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published