Skip to content

trydirect/status

Repository files navigation

Docker CI/CD Docker Stars Docker Pulls Docker Automated Docker Build Discord Gitter chat



A minimal docker container management panel written in Python / Flask




Screen Shot 2019-05-21 at 12 45 11 PM

Under the hood

  • Python 3.9
  • Flask latest

Note

Before installing this project, please, make sure you have installed docker and docker-compose

To install docker execute:

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ pip install docker-compose

Installation

Clone this project into your work directory:

$ git clone "https://github.com/trydirect/status.git"

How to start:

$ cd status
$ docker-compose up -d

How to build:

$ cd status
$ docker-compose -f docker-compose-build.yml build

Contributing

Discord

  1. Fork it (https://github.com/trydirect/status/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Feature request

https://github.com/trydirect/status/issues

Support new features development

Donate