Nicola 1327a4f0e0 Big overhaul and bug fixes
- Fixes a bug that prevented getting input from the user in some terminals (https://stackoverflow.com/questions/6883363/read-user-input-inside-a-loop)
- No longer redirects stderr to /dev/null (Shows warnings and errors)
- Fixes checks about docker and debian
- Doesn't export color variables anymore (Idk why I did that in the first place?)
- Messages about successful operations only show if the operation was actually completed successfully
- Docker version, docker-compose version and user id now get printed in color
- Indentation fixes
...and more minor adjustments.
2023-02-14 12:31:05 +00:00
2023-02-14 12:31:05 +00:00
2022-10-17 13:15:28 +00:00

Dockeraise

Raise a full Docker setup in your server in seconds!

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.

Only tested on fresh Debian 11 installations. Reviewing the code is recommended.


You can either download the script and run it manually, or use the following command:

wget -qO- https://raw.githubusercontent.com/Zerodya/dockeraise/main/dockeraise.sh | bash
S
Description
No description provided
Readme 68 KiB
Languages
Shell 100%