Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maykonn/docker-installer

Docker and Docker Compose installer
https://github.com/maykonn/docker-installer

bash bash-script docker docker-compose installer shell shell-script unix

Last synced: about 1 month ago
JSON representation

Docker and Docker Compose installer

Awesome Lists containing this project

README

        

# Docker Installer

The script will check if Docker and Docker Compose was previously installed and if not will install it for you.
If not found, will ask you about what to do.

Just clone this repository and run the below commands into the repository directory:

```
chmod +x ./install.sh
./install.sh
```