Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Update system
apt-get update
# Install Docker
apt-get install -y docker.io
# Start Docker service
systemctl start docker