https://github.com/parthasdey2304/docker-installation-script
This is a script that would automatically install docker in you linux system
https://github.com/parthasdey2304/docker-installation-script
Last synced: about 1 year ago
JSON representation
This is a script that would automatically install docker in you linux system
- Host: GitHub
- URL: https://github.com/parthasdey2304/docker-installation-script
- Owner: parthasdey2304
- License: mit
- Created: 2023-04-28T18:45:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T18:49:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T14:55:16.348Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-Installation-Script
This is a script that would automatically install docker in you linux system
# Pre-requisities
You would need git to install this first
```
sudo apt install git
```
# Installation
+ You need to clone git repository first:
```
git clone https://github.com/parthasdey2304/docker-installation-script.git
```
+ Get inside the directory created
```
cd docker-installation-script
```
+ Run the **script.bash** file
```
bash script.bash
```
+ Its done