10 lines
257 B
Markdown
10 lines
257 B
Markdown
# 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
|
|
```
|
|
|