An open API service indexing awesome lists of open source software.

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.

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 🔵.

![](Wonderland/assets/images/morpheus.png)

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.