H0llyW00dzZ aa6bdeeba0 Improve Bash Installer (#6)
- [+] chore: update copyright year to 2025 in LICENSE and install_docker.sh files
- [+] feat(install_docker.sh): add header print statements to the installer script

Reviewed-on: #6
Co-authored-by: H0llyW00dzZ <h0llyw00dzz@pm.me>
Co-committed-by: H0llyW00dzZ <h0llyw00dzz@pm.me>
2025-01-10 00:29:15 +00:00
2025-01-10 00:29:15 +00:00
2025-01-10 00:29:15 +00:00
2025-01-09 21:21:40 +00:00

Docker Installation Script

This script installs Docker on Ubuntu 22.04 LTS and Ubuntu Latest. It automates the process of setting up Docker Engine, Docker CLI, and Docker Compose plugin.

Prerequisites

  • Ubuntu 22.04 LTS or Ubuntu Latest
  • Internet connection
  • Root or sudo access

Usage

  1. Clone the repository or download the script:

    git clone https://git.b0zal.io/H0llyW00dzZ/setup-docker.git
    
  2. Make the script executable:

    cd setup-docker
    chmod +x install_docker.sh
    
  3. Run the script with root privileges:

    sudo ./install_docker.sh
    

Verification

After running the script, you should see the Docker version displayed in the terminal.

License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.

Description
This script installs Docker on Ubuntu 22.04 LTS and Ubuntu Latest. It automates the process of setting up Docker Engine, Docker CLI, and Docker Compose plugin.
Readme 41 KiB
Languages
Shell 100%