LpCodes / Docker-Setup-Scripts-for-Popular-Linux-Distributions

This repository contains scripts for setting up Docker on various Linux distributions, including Ubuntu, Debian, and Fedora. The scripts automate the installation of Docker and the configuration of the Docker service, allowing users to quickly and easily start using Docker on their Linux systems.

Home Page:https://lpcodes.github.io/Docker-Setup-Scripts-for-Popular-Linux-Distributions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Setup Scripts for Popular Linux Distributions 🐳

This repository contains scripts to automate the setup of Docker on popular Linux distributions, including Ubuntu, Debian, and Fedora. The scripts simplify the installation of Docker and the configuration of the Docker service, allowing users to quickly and easily start using Docker on their Linux systems.

Getting Started πŸš€

To get started with Docker on your Linux system, simply follow these steps:

  1. Clone this repository to your local machine using the git clone command.
  2. Navigate to the directory containing the scripts for your Linux distribution.
  3. Run the script for your Linux distribution using sudo or as the root user.
  4. Make the sh file executable by running chmod +x name.sh. Then, you can run the script with sudo ./name.sh

The scripts will automatically install Docker and configure the Docker service. After running the script, you can start using Docker on your Linux system.

Supported Linux Distributions 🐧

This repository contains scripts for the following Linux distributions:

  • Ubuntu
  • Debian
  • Fedora

If your Linux distribution is not listed here, the scripts may still work, but they have not been tested. Feel free to try them and report any issues you encounter.

Contributing 🀝

If you would like to contribute to this repository, please fork the repository and submit a pull request with your changes. Before submitting a pull request, please ensure that your changes are well-documented and thoroughly tested.

About

This repository contains scripts for setting up Docker on various Linux distributions, including Ubuntu, Debian, and Fedora. The scripts automate the installation of Docker and the configuration of the Docker service, allowing users to quickly and easily start using Docker on their Linux systems.

https://lpcodes.github.io/Docker-Setup-Scripts-for-Popular-Linux-Distributions/


Languages

Language:Shell 100.0%