Skip to content

One-click shell script to install Docker on most Linux distros.

License

Notifications You must be signed in to change notification settings

badhon495/Easy_Docker_Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Docker-Installation

Skip the manual and get Docker up and running with a single click! This streamlined shell script handles everything—from uninstalling old packages to setting up Docker on your Debian-based system. No fuss, no hassle—just pure automation. Perfect for anyone who wants Docker installed quickly and efficiently! This project is currently available for Kali Linux, Ubuntu, CentOS, Debian, OpenSUSE, Linux Mint Debian Edition, Fedora, and Linux Mint.

One Click Installation

Ensure curl is installed on your system. If not, follow this guide.

Run this following command on the terminal to install Docker with a single click:

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Automatic.sh | bash

Manual Installation

If one-click installation fails, you can manually install Docker using the commands below. First, determine your OS by running sudo cat /etc/os-release. Ensure curl is installed on your system. If not, follow this guide.

CentOS

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/CentOS.sh | bash

Fedora

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/Fedora.sh | bash

Debian

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/Debian.sh | bash

Kali Linux

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/Kali.sh | bash

Linux Mint

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/Mint.sh | bash

Linux Mint Debian Edition

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/LMDE.sh | bash

OpenSUSE

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/OpenSUSE.sh | bash

Ubuntu

curl -sL https://raw.githubusercontent.com/badhon495/Easy_Docker_Installation/main/Scripts/Ubuntu.sh | bash

Installing curl

To install curl, use the following commands based on your system:

Debian-based systems/ Ubuntu

sudo apt update
sudo apt install curl

Fedora

sudo dnf install curl

CentOS

sudo yum install curl

OpenSUSE

sudo zypper install curl

Contribution

As I could not do write the script for all the Linux distributions, I would appreciate if you could contribute to this project by writing a script for your distribution. Just follow the format of the existing scripts and make a pull request. I will review it and merge it if it works.

About

One-click shell script to install Docker on most Linux distros.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages