Files
dockeraise/README.md
T

14 lines
579 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:36:02 +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-14 18:25:23 +00:00
You can either [download](https://github.com/Zerodya/dockeraise/blob/main/dockeraise.sh) the script and run it 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
```