Skip to content

Instantly share code, notes, and snippets.

View Guillaume-prog's full-sized avatar
🐢
This is a cool turtle

Guillaume Roussin Guillaume-prog

🐢
This is a cool turtle
View GitHub Profile
apt remove -y docker docker-engine docker.io containerd runc
apt update && apt install -y ca-certificates curl gnupg
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg
echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \