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.
To get started with Docker on your Linux system, simply follow these steps:
- Clone this repository to your local machine using the
git clone
command. - Navigate to the directory containing the scripts for your Linux distribution.
- Run the script for your Linux distribution using
sudo
or as the root user. - Make the sh file executable by running
chmod +x name.sh
. Then, you can run the script withsudo ./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.
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.
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.