Install Docker
curl -fsSL https://get.docker.com | sh
systemctl enable --now docker
usermod -aG docker $USER && newgrp docker
💡 Docker Compose v2 is a built-in plugin: use
docker compose (no hyphen).curl -fsSL https://get.docker.com | sh
systemctl enable --now docker
usermod -aG docker $USER && newgrp docker
docker compose (no hyphen).