Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scorninpc/lambari-docker
Lambari Docker is a PHP-GTK 3 frontend to start and stop containers with docker compose
https://github.com/scorninpc/lambari-docker
docker docker-compose php php-gtk php-gtk3
Last synced: 17 days ago
JSON representation
Lambari Docker is a PHP-GTK 3 frontend to start and stop containers with docker compose
- Host: GitHub
- URL: https://github.com/scorninpc/lambari-docker
- Owner: scorninpc
- License: lgpl-3.0
- Created: 2022-05-05T10:57:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:00:46.000Z (7 months ago)
- Last Synced: 2024-11-13T05:08:29.890Z (3 months ago)
- Topics: docker, docker-compose, php, php-gtk, php-gtk3
- Language: PHP
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
[![Portuguese](https://img.shields.io/badge/see%20in-%F0%9F%87%A7%F0%9F%87%B7%20portuguese-blue.svg?style=flat-square&logo=appveyor)](https://github.com/scorninpc/lambari-docker/blob/main/README.md)
[![GitHub license](https://img.shields.io/github/license/scorninpc/lambari-docker.svg?style=flat-square)](https://github.com/scorninpc/lambari-docker/blob/master/LICENSE)
[![Github all releases](https://img.shields.io/github/downloads/scorninpc/lambari-docker/total.svg?style=flat-square)](https://GitHub.com/scorninpc/lambari-docker/releases/)
[![GitHub issues](https://img.shields.io/github/issues/scorninpc/lambari-docker.svg?style=flat-square)](https://GitHub.com/scorninpc/lambari-docker/issues/)
[![GitHub forks](https://badgen.net/github/forks/scorninpc/lambari-docker/?style=flat-square)](https://GitHub.com/scorninpc/lambari-docker/network/)
[![GitHub stars](https://badgen.net/github/stars/scorninpc/lambari-docker/?style=flat-square)](https://GitHub.com/scorninpc/lambari-docker/stargazers/)
[![GitHub watchers](https://badgen.net/github/watchers/scorninpc/lambari-docker/?style=flat-square)](https://GitHub.com/scorninpc/lambari-docker/watchers/)# Lambari Docker Compose
Lambari Docker Compose is a PHP-GTK 3 frontend to start and stop containers with docker compose
![App Screenshot](https://user-images.githubusercontent.com/2607849/166913575-2203dfad-74ee-479f-b615-2bafb1db90e1.png)
## Installation
To run this script, you'll need [php-gtk 3](https://github.com/scorninpc/php-gtk3/). Follow the instruction to install and just run the script:
```bash
:$ php-gtk lambariDocker.php
```or you can adjust de run.sh, and just start with
```bash
:$ ./run.sh
```## How to use
To use Lambari Docker Compose, just start the application. After that, click on add new, to locate your docker-compose.yml.
When you choose the compose file, the service will appear on list, where you can manage to start or stop by doing a double click.
## Authors- [@scorninpc](https://www.github.com/scorninpc)