Skip to content

Instantly share code, notes, and snippets.

View retomi's full-sized avatar
🎯
Focusing

Salvatore Miceli retomi

🎯
Focusing
View GitHub Profile
#!/bin/bash
sudo apt update
sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt -y install docker-ce
sudo apt -y install docker-compose
sudo usermod -aG docker www