Docker & Docker Compose Installation Script
Note: Always verify scripts before running them on your system.
Installation Instructions
You can install Docker and Docker Compose using either of these methods:
Method 1: Direct Download and Execute
curl -fsSL https://setup.djcool.de/install-docker.sh | sudo bash
Method 2: Manual Download and Execution
- Download the script:
wget https://setup.djcool.de/install-docker.sh
- Make it executable:
chmod +x install-docker.sh
- Run the script:
sudo ./install-docker.sh
Download Script
What this script does
- Installs Docker using the official installation script
- Installs Docker Compose v2.30.3
- Verifies both installations
- Provides detailed logging of the installation process