Files
dockeraise/README.md
T

12 lines
411 B
Markdown
Raw Normal View History

2022-05-20 18:31:21 +00:00
# Dockeraise
2022-05-20 22:03:13 +00:00
Raise a full Docker setup in your server in seconds!
2022-08-08 20:34:18 +00:00
Simple bash script to automate the installation of Docker on Debian servers. It also lets you choose if you want to install `docker-compose`, and to create a Docker user.
2022-05-21 15:37:33 +00:00
2022-05-25 16:39:52 +00:00
(Only tested on fresh Debian 11 installations. Use at your own risk.)
2022-05-21 15:37:33 +00:00
***
```
2022-08-08 21:20:23 +00:00
wget -qO- https://raw.githubusercontent.com/Zerodya/dockeraise/main/dockeraise.sh | bash
2022-05-21 15:37:33 +00:00
```