https://github.com/ninja-yubaraj/docker-server
Auto-installlation script for docker-server.
https://github.com/ninja-yubaraj/docker-server
automation container containers docker linux server
Last synced: about 2 months ago
JSON representation
Auto-installlation script for docker-server.
- Host: GitHub
- URL: https://github.com/ninja-yubaraj/docker-server
- Owner: Ninja-Yubaraj
- Created: 2021-09-24T13:21:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-05T17:22:33.000Z (8 months ago)
- Last Synced: 2025-11-05T19:35:11.200Z (8 months ago)
- Topics: automation, container, containers, docker, linux, server
- Language: Shell
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Docker
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.[[Wiki]](https://en.wikipedia.org/wiki/Docker_(software))
# Docker-Server
The idea is to run multiple "services" inside their "own" docker containers(environments) in a single server, so that, noone can conflict with each other as a result of their different Dependencies.
# About this Project
This project will try to automate all the prerequisites and the "boring stuff" like installing the docker itself or the dependencies or some more tools to make the job easy, so that I or maybe even you can focus on the actual goal instead.
# Can I use this project for my needs?
Yeah sure, You can use this project to automate all those boring stuff I mentioned earlier. Feel free to tweak the scripts to your own needs, however giving this project a shoutout or some credit to my work won't hurt anyone.
# Installation
Let's play a game, shall we? It's called the Red-Pill 🔴 or Blue-Pill 🔵.

If You choose the Blue-Pill 🔵, run the command below, it will do everything[still you've to install modules and Docker-Containers by yourself] and the story ends. But You will never know what it will do with the sudo, so be careful.
```
sudo curl https://raw.githubusercontent.com/Ninja-Yubaraj/Docker-Server/main/Wonderland/Blue-Pill.sh | sudo bash
```
Or You can choose the [Red-Pill](Wonderland/Red-Pill.md) 🔴, then You stay in [Wonderland](Wonderland), and I show you how deep the rabbit hole goes.
Remember, all I am offering is the [truth](https://www.youtube.com/watch?v=zE7PKRjrid4), nothing more.
## Contributors
See the list of [contributors](https://github.com/Ninja-Yubaraj/Docker-Server/graphs/contributors) who participated in this project.