Skip to content

Instantly share code, notes, and snippets.

View KidiXDev's full-sized avatar

KidiXDev KidiXDev

View GitHub Profile
#!/usr/bin/env bash
# install-docker.sh
# One-liner installer for Docker CE (Ubuntu/Debian)
# Usage:
# curl -fsSL https://raw.githubusercontent.com/your/gist/main/install-docker.sh -o install-docker.sh
# sudo bash install-docker.sh
# Options:
# --no-hello Skip running hello-world after install
set -euo pipefail