GithubHelp home page GithubHelp logo

0xbochi / pykers Goto Github PK

View Code? Open in Web Editor NEW
24.0 1.0 1.0 347 KB

Your Docker Web Interface

Home Page: https://github.com/0xbochi/pykers

Dockerfile 0.28% Python 33.85% JavaScript 21.27% CSS 5.87% HTML 34.46% Shell 4.27%
container docker flask python3

pykers's Introduction

Pykers: Your Docker Web Interface ๐Ÿš€

Pykers is a web-based user interface for Docker, tailored to provide a streamlined and enriching experience to its users. If you're looking for a way to manage your Docker containers without diving deep into command lines, Pykers is for you!

๐ŸŒŸ Features

  • Simplified Container Creation: Set up and launch a container with just a few clicks.
  • Intuitive Management: Monitor, start, stop, or remove your containers right from the UI.
  • Docker Images: Pull new images or view the ones already on your machine.
  • Quick View of Ports and Volumes: Instantly view which ports and volumes are being utilized, without navigating through multiple screens or commands.
  • ... and many more!

โšก What Sets Us Apart

While other tools provide a ton of features, Pykers focuses on simplicity:

  1. Streamlined Interface: Unlike some other tools that can be cluttered, Pykers provides a clean UI.
  2. Beginner-Friendly: Perfect for those new to Docker and looking for a quick start.
  3. Open Source: Develop and tailor Pykers to your own needs!
  4. Platform-Specific Design: Crafted specifically for Linux-based systems. Note: Pykers does not support Windows.

๐Ÿš€ Getting Started

  1. Clone the repository git clone https://github.com/0xbochi/pykers.git && cd pykers
  2. Provide execute permissions to the script: chmod +x pykers.sh
  3. Run the application: ./pykers.sh
  4. Open your browser at http://localhost:5001 and start using Pykers!

๐Ÿ™Œ Contributing

Pykers is an open-source project, and contributions are welcomed! Whether you have bug fixes, features to add, or documentation improvements, we'd love to see what you have to offer. Check out our contributing guide to get started.

pykers's People

Contributors

0xbochi avatar deepsource-autofix[bot] avatar deepsource-io[bot] avatar

Stargazers

Nathael avatar  avatar  avatar  avatar  avatar Lygobate avatar s0D3ep avatar LABARDE Jasmin avatar Vazaris avatar Antonin POMIES avatar  avatar  avatar Arno avatar  avatar Allan avatar  avatar  avatar Antoine avatar Rรฉmi... et pas Rรฉmy avatar Guillaume avatar Jonathan Lutz avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

r-d-y

pykers's Issues

(PYL-R1721) Unnecessary use of comprehension

Description

It is unnecessary to use a comprehension just to loop over the iterable and create a list/set/dict out of it. Python has a specialized set of tools for this task: the list/set/dict constructors, which are faster and more readable.

Occurrences

There is 1 occurrence of this issue in the repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.