Skip to content

Instantly share code, notes, and snippets.

View yulken's full-sized avatar
🎯
Focusing

Caio Torres yulken

🎯
Focusing
View GitHub Profile
#!/bin/sh
# based on instructions found at https://dev.solita.fi/2021/12/21/docker-on-wsl2-without-docker-desktop.html
# remove old docker #
sudo apt remove docker docker-engine docker.io containerd runc
# configure package repository
sudo apt update
sudo apt install --no-install-recommends apt-transport-https ca-certificates curl -y