Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 548 Bytes

All in one dockerized apps

Note: Project is still in development, may have bugs, but I would be thankful if you try it :)

This project gives you ability to have all the necesery apps in one place with docker containers.

Requirements

  • Docker engine
  • Docker-Compose
  • Linux

Usage

You just need to run one of scripts in the root folder.

  • ./run.sh -> This scripts installs and runs all the containers in the project.
  • ./stop.sh -> Tthis script stops all containers made.
  • ./remove.sh -> This script removes all containers made.