Skip to content

A kiosk application for monitoring Docker containers, built on Python 🐍 and Docker SDK 📦.

License

Notifications You must be signed in to change notification settings

047pegasus/Dock-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

A kiosk application for monitoring Docker containers, built on Python 🐍 and Docker SDK 📦.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages