Skip to content

Instantly share code, notes, and snippets.

View palloi's full-sized avatar

Palloi Hofmann palloi

View GitHub Profile
@palloi
palloi / setup-mLabs1-ubuntu-22.txt
Last active January 9, 2025 14:55
Setup mLabs
## Instalando docker ubuntu 22
### Auxilio com chatgpt
sudo apt update
sudo apt update && sudo apt upgrade -y
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg