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