Skip to content

Instantly share code, notes, and snippets.

View atlemagnussen's full-sized avatar

atlmag atlemagnussen

View GitHub Profile
@Athou
Athou / docker-wsl2-setup.sh
Last active July 1, 2024 14:32
install docker in Debian 11/WSL2 without Docker Desktop
# install docker in Debian 11/WSL2
# uses systemd-genie since docker requires systemd but it's not available for WSL
# this is an alternative to Docker Desktop
# prerequisites
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ca-certificates curl wget gnupg lsb-release apt-transport-https
# systemd-genie requires dotnet runtime, add Microsoft repo