setup-docker/README.md
H0llyW00dzZ c870ad9837 Update README.md (#5)
- [+] docs(README.md): update verification instructions for Docker installation

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

838 B

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.