Skip to content

Instantly share code, notes, and snippets.

View cjamcu's full-sized avatar
🏠
Working from home

Carlos Javier cjamcu

🏠
Working from home
View GitHub Profile
@cjamcu
cjamcu / install_docker.sh
Created July 31, 2023 18:33
Docker Installation Script for Debian-based Systems
#!/bin/bash
# Paso 1: Actualizar lista de paquetes
sudo apt update
# Paso 2: Instalar dependencias necesarias
sudo apt install -y apt-transport-https ca-certificates gnupg2 curl software-properties-common
# Paso 3: Agregar la clave GPG de Docker al sistema
sudo curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -