1 dépôt
Uses a Cuberite plugin to translate in-game player actions into Docker API calls for container management.
Distinct from Docker Engine API Clients: Distinct from Docker Engine API Clients: focuses on translating game actions into API calls via a plugin, not a general-purpose SDK.
Explore 1 awesome GitHub repository matching devops & infrastructure · Plugin-Based API Bridges. Refine with filters or upvote what's useful.
Dockercraft is a Cuberite-based system that visualizes running Docker containers as blocks inside a Minecraft world, providing an in-game interface for managing containers through block interactions. It maps each Docker container to a distinct block entity, linking container lifecycle events to block state changes for at-a-glance status monitoring. The project uses a Cuberite server plugin to translate in-game player actions into Docker API calls, enabling starting, stopping, and inspecting containers by interacting with their block representations. A real-time polling loop periodically queri
Translates in-game player actions into Docker API calls for starting, stopping, and inspecting containers.