14 lines
279 B
Markdown
14 lines
279 B
Markdown
# docker-install
|
|
|
|
Short docker installation scripts.
|
|
|
|
## Debian
|
|
```bash
|
|
curl https://efrick.ddns.net/git/efrick/docker-install/raw/branch/master/debian.sh | bash
|
|
```
|
|
|
|
## Ubuntu
|
|
```bash
|
|
curl https://efrick.ddns.net/git/efrick/docker-install/raw/branch/master/ubuntu.sh | bash
|
|
```
|