Docker-Install-Script/README.md

10 lines
259 B
Markdown
Raw Permalink 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
2018-04-24 09:28:43 +00:00
wget https://git.adphi.net/Adphi/Docker-Install-Script/raw/master/install.sh
2018-04-23 08:46:11 +00:00
sudo chmod +x install.sh
./install.sh
```