{"id":23534988,"url":"https://github.com/pei-mao/containerworld","last_synced_at":"2026-04-09T08:09:10.301Z","repository":{"id":268196387,"uuid":"902236898","full_name":"Pei-mao/ContainerWorld","owner":"Pei-mao","description":"A collection of containerized projects designed to streamline development, deployment, and scalability for microservices, DevOps pipelines, and AI applications.","archived":false,"fork":false,"pushed_at":"2025-01-16T12:51:14.000Z","size":3728,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T06:13:07.385Z","etag":null,"topics":["bash-script","docker","docker-compose","docker-registry"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pei-mao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-12T07:14:00.000Z","updated_at":"2025-01-16T12:51:15.000Z","dependencies_parsed_at":"2024-12-15T05:17:56.534Z","dependency_job_id":"4c8d9cc0-b0f6-4e58-a2d7-4652b2d2cac9","html_url":"https://github.com/Pei-mao/ContainerWorld","commit_stats":null,"previous_names":["pei-mao/containerworld"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pei-mao%2FContainerWorld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pei-mao%2FContainerWorld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pei-mao%2FContainerWorld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pei-mao%2FContainerWorld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pei-mao","download_url":"https://codeload.github.com/Pei-mao/ContainerWorld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239242112,"owners_count":19605954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash-script","docker","docker-compose","docker-registry"],"created_at":"2024-12-26T01:14:07.751Z","updated_at":"2026-04-09T08:09:10.271Z","avatar_url":"https://github.com/Pei-mao.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ContainerWorld 🌍\n\nWelcome to **ContainerWorld**, a comprehensive collection of containerized projects designed to simplify development, deployment, and management of applications. This repository serves as a one-stop solution for exploring various real-world use cases of containerization technology.\n\n## 📦 Current Projects\n\n### 1. **Registry**  \nA private container registry for securely hosting and managing your Docker images.\n- Support for `HTTPS (TLS)` for secure connections.\n- `Basic authentication` for access control.\n- Easy setup using `Docker` or `Docker Compose`.  \n[Learn More About Registry](Registry/README.md)\n\n### 2. **DataLab**  \nA scalable, containerized JupyterHub environment for collaborative development.\n- Multi-user support enabling multiple users to work simultaneously with individual environments.\n- `DockerSpawner` integration isolating each user's environment using `Docker containers`.\n- Resource control limiting CPU and memory usage for each user to ensure system stability.\n- Customizable images with options for pre-built or custom `Docker images`.  \n[Learn More About DataLab](DataLab/README.md)\n\n### 3. **OllamaLLM**  \nA containerized deployment of large language models (LLMs) as APIs using `Ollama`.\n- Run local large language models with API endpoints for seamless integration.\n- Utilize `AnythingLLM` for a GUI interface, offering an intuitive way to interact with LLMs.\n- Easily switch between different pre-trained LLMs or fine-tuned models.  \n[Learn More About OllamaLLM](OllamaLLM/README.md)\n\n### 4. **vLLM**\n\nThe vLLM-based API provides efficient and flexible inference for large language models.\n- Rapid setup with Docker (`docker-compose.yaml`), supporting custom models like `Qwen2.5-7B-Instruct`.\n- GPU acceleration with adjustable memory usage for stable operation.\n- OpenAI-style HTTP interface for easy integration, with example scripts like `call_API.py`.\n- Supports chatbots, content generation, and question answering for complex queries like \"What is DeepVBM?\"  \n[Learn More About vLLM](vLLM/README.md)\n\n### 5. **Portainer**\n\nPortainer provides an intuitive interface for managing and monitoring `Docker containers`.\n- Real-time resource monitoring for `CPU` and `memory` usage.\n- Simple container control for starting, stopping, and managing Docker environments.  \n[Learn More About Portainer](Portainer/README.md)\n\n### 6. **Whisper**\n\nWhisperAPI offers a containerized Speech-to-Text API using OpenAI's Whisper model.\n- Easy-to-deploy `Docker` setup for hosting the API locally or on the cloud.\n- Real-time transcription of audio files into text via an intuitive `HTTP POST` interface.\n- Compatibility with various audio formats and support for `Dockerized` environments.\n- Includes sample commands for API testing, such as `curl` examples, for rapid integration.  \n[Learn More About Whisper](Whisper/README.md)\n\n---\n\n## 🚀 Why ContainerWorld?\n\n- **Learn by Examples**: Each project is a hands-on implementation of containerized solutions.\n- **Diverse Use Cases**: From hosting private registries to deploying complex multi-service applications.\n- **Modular and Reusable**: Easily adapt the setups for your own projects.\n- **Beginner-Friendly**: Step-by-step guides and detailed documentation for each project.\n\n---\n\n## 🛠 How to Get Started\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/Pei-mao/ContainerWorld.git\n   cd ContainerWorld\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpei-mao%2Fcontainerworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpei-mao%2Fcontainerworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpei-mao%2Fcontainerworld/lists"}