A minimal docker container management panel written in Python / Flask
- Python 3.9
- Flask latest
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
Clone this project into your work directory:
$ git clone "https://github.com/trydirect/status.git"
$ cd status
$ docker-compose up -d
$ cd status
$ docker-compose -f docker-compose-build.yml build
- Fork it (https://github.com/trydirect/status/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request