Skip to content

Instantly share code, notes, and snippets.

View mac641's full-sized avatar
🥁

Marcel mac641

🥁
View GitHub Profile
@mac641
mac641 / wsl_alpine-linux_docker-desktop.md
Last active April 13, 2024 06:58
Install Alpine Linux on WSL and connect it to Docker Desktop

Install Alpine Linux on WSL and connect it to Docker Desktop

  • Open an elevated PowerShell prompt.

Set up WSL and install AlpineWSL

  • Enable Windows Subsystem for Linux feature.
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
@mac641
mac641 / fedora_coreos-virtualbox-windows10.md
Last active February 1, 2024 14:23 — forked from noonat/coreos-virtualbox.md
Installing Fedora CoreOS on VirtualBox on Windows 10
  • Download and install VirtualBox.
  • Download the Fedora CoreOS ISO
  • Create a new VM in VirtualBox
    • For the OS, Other Linux, 64-bit should be fine
    • Give the VM at least 2GB (depending on your physical memory).
    • Create a disk of whatever size you want. I made a VMDK file that could expand dynamically up to 50GB.
  • Mount the ISO in the VM
    • Right click on the VM and click settings
  • Go to the Storage tab