Files
dockeraise/README.md
T

14 lines
594 B
Markdown
Raw Normal View History

2022-05-20 18:31:21 +00:00
# Dockeraise
2023-07-19 19:01:35 +02:00
Raise a full Docker installation in your server with ease!
2022-05-20 22:03:13 +00:00
2023-07-19 19:01:35 +02:00
Simple bash script to automate the installation of Docker (and Docker compose) on servers running Debian.
It also lets you create a Docker user.
2022-05-21 15:37:33 +00:00
2023-07-19 19:01:35 +02:00
> Should work on both Debian 11 and 12. Only tested on fresh Debian 12 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
```