Skip to content

baxterblk/CentOS-Docker-Install-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Docker Installation Script

This script is designed for CentOS-based systems to automate the installation of Docker. It checks if Docker is already installed, and if not, it proceeds with the system update, adds the Docker repository, installs Docker along with docker-compose, starts the Docker service, and adds the current user to the Docker group.

Requirements

  • CentOS or other compatible Linux distribution
  • sudo privileges for the executing user

Usage

  1. Download the script: Download the script to your local machine.
  2. Make it executable: Change the script's permissions to make it executable using the command:
    chmod +x install_docker.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages