mirror of
https://github.com/Zerodya/dockeraise.git
synced 2026-06-23 02:00:06 +07:00
Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user