An open API service indexing awesome lists of open source software.

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

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