AlpineWSL
AlpineWSL copied to clipboard
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
I have very slow internet connection I compare it with ubuntu distro... can I use this solution? [source ](https://github.com/microsoft/WSL/issues/4901#issuecomment-957851617) ``` sudo rm /etc/resolv.conf sudo bash -c 'echo "nameserver 8.8.8.8" >...
Currently, installing alpine results in a new `wsl.exe --list --verbose` entry named `Alpine`. Using [release 3.1.5.0](https://github.com/yuk7/AlpineWSL/releases/tag/3.15.0-0), for example: ```text PS> Invoke-WebRequest https://github.com/yuk7/AlpineWSL/releases/download/3.15.0-0/Alpine.zip -out Alpine.zip PS> Expand-Archive Alpine.zip PS> cd Alpine...
Not work install with Alpine.exe: ``` C:\Users\Admin>wsl Системе не удается найти указанный путь. ``` I fixed it: run `Alpine.exe clean` and run `wsl --import Alpine C:\alpine rootfs.tar.gz`
``` C:\alpine>alpine.exe Using: C:\alpine\rootfs.tar.gz Installing... Installation complete Press enter to continue...sdfsdfsdf ``` - showed typed symbols
I've just installed to use Docker Desktop but got error above, no running container. I tried; ``` # apk fix (1/1) Reinstalling alpine-baselayout-data (3.2.0-r23) ERROR: alpine-baselayout-data-3.2.0-r23: trying to overwrite etc/nsswitch.conf...
https://alpinelinux.org/posts/Alpine-3.19.1-released.html
Fixes this specific workflow since the root Makefile doesn't seem to work
README talks about: "3.Run Alpine.exe to Extract rootfs and Register to WSL" What is the exact step to register to WSL? It will be good to document for noobs.
It close automaticly after 3 seconds (exec: wsl.exe, argument: --exec dbus-launch true) Is there a way to fix it?