Docker-Install-Script/README.md

10 lines
257 B
Markdown
Raw Normal View History

2018-04-23 08:46:11 +00:00
# Full Docker / Docker-Compose / Docker-Machine Installation Script for Ubuntu (Oh my Zsh Environement)
### Installation
```bash
wget https://git.adphi.net/Adphi/DockerInstallScript/raw/master/install.sh
sudo chmod +x install.sh
./install.sh
```