awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesImage Management

Tools for downloading and managing image collections.

Explore 5 awesome GitHub repositories matching part of an awesome list · Image Management. Refine with filters or upvote what's useful.

Awesome Image Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mikf/gallery-dlالصورة الرمزية لـ mikf

    mikf/gallery-dl

    16,887عرض على GitHub↗

    Gallery-dl is a command-line utility designed for the automated retrieval and archiving of image collections from various hosting websites. It functions as a content scraper that manages the entire lifecycle of media discovery, from identifying assets on web pages to storing them in structured local directories. The tool utilizes a plugin-based architecture to handle site-specific extraction logic, allowing it to map input web addresses to the appropriate modules through pattern matching. Users can define custom naming patterns and directory structures using configuration-driven templates, en

    Command-line tool for downloading images from hosting sites.

    Pythondanboorudeviantartdownloader
    عرض على GitHub↗16,887
  • jupyter/docker-stacksالصورة الرمزية لـ jupyter

    jupyter/docker-stacks

    8,432عرض على GitHub↗

    This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive computing and data science. It functions as a scientific computing stack and a polyglot notebook server, bundling language interpreters and libraries for Python, R, and Julia within a containerized system to ensure reproducible research environments. The collection uses a layered image hierarchy to provide versioned software dependencies and support for hardware acceleration across different CPU architectures. It allows for the creation of custom images based on a foundation of

    Defines dependencies between images and maps tags to appropriate images within a build chain.

    Pythondockeripythonipython-notebook
    عرض على GitHub↗8,432
  • lxc/lxdالصورة الرمزية لـ lxc

    lxc/lxd

    5,554عرض على GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Creates, renames, or deletes human-readable aliases that point to specific images.

    Go
    عرض على GitHub↗5,554
  • lxc/incusالصورة الرمزية لـ lxc

    lxc/incus

    4,893عرض على GitHub↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Manages friendly names that reference images, allowing aliases to be reassigned to different image versions.

    Gocloudcontainershacktoberfest
    عرض على GitHub↗4,893
  • whalebrew/whalebrewالصورة الرمزية لـ whalebrew

    whalebrew/whalebrew

    4,239عرض على GitHub↗

    Whalebrew هو مدير حزم حاوية ومدير اسم مستعار يغلف صور Docker كأوامر نظام قابلة للتنفيذ. يعمل كمنسق وقت تشغيل حاوية، حيث يربط صوراً محددة بملفات ثنائية تتصرف بشكل أصلي للسماح للمستخدمين بتشغيل تطبيقات حاوية بدون سلاسل محرك حاوية يدوية. يستخدم النظام أداة مغلف لربط أوامر المضيف بنقاط دخول الصور. يوفر أدوات لتثبيت وتحديث وإزالة هذه الروابط، ويتضمن آلية بحث لتحديد موقع الصور المتاحة عبر السجلات المكونة. تدير الأداة بيئة وقت التشغيل عن طريق حقن متغيرات بيئة المضيف وربط مسارات نظام ملفات المضيف بمجلدات الحاوية. كما يدعم إدارة الإصدار للحزم المثبتة ويستخدم خطافات دورة الحياة لتنفيذ البرامج النصية أثناء تثبيت أو إزالة الأسماء المستعارة.

    Provides a complete system for installing, listing, and removing mappings between system commands and container images.

    Godockerhomebrewpackage-manager
    عرض على GitHub↗4,239
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Image Management

استكشف الوسوم الفرعية

  • Container Command AliasesManagement of mappings between system-level commands and container images. **Distinct from Image Alias Management:** Focuses on the full lifecycle (install, list, remove) of system-level command aliases rather than just friendly image names.
  • Image Alias Management2 وسوم فرعيةManage friendly names that reference images, allowing aliases to be reassigned to different image versions. **Distinct from Image Management:** Distinct from Image Management: focuses on managing friendly aliases for images, not general image collection management.
  • Simple Streams Image Server ManagementAdds, lists, removes images and generates metadata on a local file system tree for serving over HTTPS. **Distinct from Image Management:** Distinct from Image Management: manages a Simple Streams image server with metadata generation, not just downloading collections.