1 repo
Terminal-based tools for interacting with and managing infrastructure or container services.
Distinguishing note: No existing candidates provided; focuses on the CLI aspect of container management.
Explore 1 awesome GitHub repository matching devops & infrastructure · Command Line Interfaces. Refine with filters or upvote what's useful.
Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh
Provides a command-line interface to manage the lifecycle of multi-container applications defined through declarative configuration.