Update README.md

This commit is contained in:
TheAlphaCeph
2022-05-21 15:37:33 +00:00
committed by GitHub
parent 52571ff8b5
commit 69c3f32240
+13 -2
View File
@@ -1,5 +1,16 @@
# Dockeraise
Raise a full Docker setup in your server in seconds!
Simple bash script for Debian servers that installs Docker, Docker Compose, and also creates a Docker user.
Only tested on fresh Debian 11 machines. Use at your own risk.
Simple bash script for Debian servers to quickly install Docker. Also lets you choose if you want to install Docker Compose, and to create a Docker user.
(Only tested on fresh installations of Debian 11. Use at your own risk.)
***
Just clone this repo and make the script executable
```
git clone https://github.com/TheAlphaCeph/dockeraise.git
cd dockeraise/
chmod +x dockeraise.sh
./dockeraise.sh
```