Skip to content

Superriot/docker-auto-install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Docker Auto-Install Script

This repository contains a Bash script that automates the installation of Docker and Docker Compose on Linux. The script installs the latest versions of Docker and Docker Compose along with their necessary dependencies.

Usage

To use the script, follow these steps:

  1. Install Git: If you don't have Git installed, run the following command to install it:

    sudo apt install git
  2. Clone the repository: Run the following command to clone this repository:

    git clone https://github.com/Superriot/docker-auto-install-script
  3. Change to the repository directory:

    cd docker-auto-install-script
  4. Make the installation script executable:

    sudo chmod +x install-docker.sh 
  5. Run the installation script:

    bash ./install-docker.sh
  6. Follow the prompts and enter your password when prompted. The script will automatically install Docker and Docker Compose on your Linux system.

Done! Docker and Docker Compose have been installed successfully. Have a nice day!

About

Just a script to auto install Docker and Docker-compose on Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages