Skip to content

Instantly share code, notes, and snippets.

@YudhaPew
YudhaPew / install-docker.sh
Last active May 16, 2026 11:53
script install docker+portainer ubuntu terminal
#!/bin/bash
# --- BAGIAN 1: INSTALL DOCKER ---
echo "----------------------------------------------------"
echo "1. Memulai Instalasi Docker Engine..."
echo "----------------------------------------------------"
# Update & Install dependensi
sudo apt-get update
sudo apt-get install -y ca-certificates curl gnupg lsb-release