/Dock-X

A kiosk application for monitoring Docker containers, built on Python ๐Ÿ and Docker SDK ๐Ÿ“ฆ.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dock-X

A kiosk application for monitoring Docker containers, built on Python ๐Ÿ and Docker SDK ๐Ÿ“ฆ.


DOCK-X

A kiosk application for monitoring Docker containers, built on Python ๐Ÿ and Docker SDK ๐Ÿ“ฆ.

Poetry Python NumPy

GitHub license git-last-commit GitHub commit activity GitHub top language

๐Ÿ“– Table of Contents


๐Ÿ“ Overview

A kiosk application for monitoring Docker containers, built on Python ๐Ÿ and Docker SDK ๐Ÿ“ฆ.


๐Ÿ“ฆ Features

A kiosk application for monitoring Docker containers, built on Python ๐Ÿ and Docker SDK ๐Ÿ“ฆ.


๐Ÿ“‚ Repository Structure

โ””โ”€โ”€ Dock-X/
    โ”œโ”€โ”€ .github/
    โ”‚   โ””โ”€โ”€ ISSUE_TEMPLATE/
    โ”œโ”€โ”€ dockx/
    โ”‚   โ”œโ”€โ”€ backend/
    โ”‚   โ”‚   โ””โ”€โ”€ gen.py
    |   |   โ””โ”€โ”€ network.py
    โ”‚   โ”œโ”€โ”€ cont.py
    โ”‚   โ”œโ”€โ”€ imagetk_linux_sol.txt
    โ”‚   โ”œโ”€โ”€ launcher.py
    โ”‚   โ”œโ”€โ”€ main.py
    โ”‚   โ””โ”€โ”€ stats_gen.py
    โ”œโ”€โ”€ poetry.lock
    โ”œโ”€โ”€ pyproject.toml

โš™๏ธ Modules

Root
File Summary
poetry.lock HTTPStatus Exception: 404
pyproject.toml HTTPStatus Exception: 404
Dockx
File Summary
launcher.py HTTPStatus Exception: 404
imagetk_linux_sol.txt HTTPStatus Exception: 404
cont.py HTTPStatus Exception: 404
stats_gen.py HTTPStatus Exception: 404
main.py HTTPStatus Exception: 404
Backend
File Summary
gen.py HTTPStatus Exception: 404

๐Ÿš€ Getting Started

Dependencies

Please ensure you have the following dependencies installed on your system:

- โ„น๏ธ Python 3.11

๐Ÿ”ง Installation

  1. Clone the Dock-X repository:
git clone https://github.com/047pegasus/Dock-X
  1. Change to the project directory:
cd Dock-X
  1. Install the dependencies:
pip install poetry
poetry install

๐Ÿค– Running Dock-X

python __init__.py

๐Ÿงช Tests

pytest

๐Ÿ›ฃ Project Roadmap

  • โ„น๏ธ Task 1: Implement Kiosk Mode

๐Ÿค Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines

Click to expand
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a Git client.
    git clone <your-forked-repo-url>
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear and concise message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


๐Ÿ“„ License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


๐Ÿ‘ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Return