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

  1. Download the script:
    wget https://setup.djcool.de/install-docker.sh
  2. Make it executable:
    chmod +x install-docker.sh
  3. Run the script:
    sudo ./install-docker.sh
Download Script

What this script does