Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maykonn/docker-installer
- Owner: Maykonn
- Created: 2019-01-09T15:20:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T16:41:56.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T17:51:25.838Z (3 months ago)
- Topics: bash, bash-script, docker, docker-compose, installer, shell, shell-script, unix
- Language: Shell
- Homepage: https://github.com/Maykonn/docker-installer
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```