Skip to content

Instantly share code, notes, and snippets.

View diogofribeiro's full-sized avatar

Diogo Filipe Ribeiro diogofribeiro

View GitHub Profile
@diogofribeiro
diogofribeiro / vps-docker-setup.sh
Last active February 21, 2026 20:11
VPS Docker Setup
#!/bin/bash
# Exit on error
set -e
echo "--- Starting Docker Installation ---"
# 1. Remove any old or broken docker repository files to clear the error
sudo rm -f /etc/apt/sources.list.d/docker.list