Files
dockeraise/README.md
T

13 lines
510 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 21:35:25 +00:00
Simple bash script to automate the installation of Docker on Debian-based servers. It also lets you choose if you want to install `docker-compose`, and create a Docker user.
2022-05-21 15:37:33 +00:00
2022-08-08 21:23:14 +00:00
> Only tested on fresh Debian 11 installations. Reviewing the code is recommended.
2022-05-21 15:37:33 +00:00
***
2022-08-08 21:33:45 +00:00
You can either download and run the script manually, or use the following command:
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
```