awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
magicmark avatar

magicmark/composerize

0
View on GitHub↗
3,744 stars·254 forks·JavaScript·MIT·2 vuescomposerize.com↗

Composerize

Composerize is a container configuration converter and Docker Compose generator designed to transform imperative container startup scripts into standardized, declarative YAML service definitions. It functions as a tool for automating the migration of manual startup commands into an orchestration format.

The utility provides a run command to compose converter and a configuration merger to combine container run commands with existing configuration strings. These tools facilitate the transition from manual scripts to version-controlled infrastructure as code.

The project covers container workflow migration and service orchestration by mapping command-line arguments to structured YAML specifications. It handles flag-based command parsing and schema-driven formatting to ensure the generated output adheres to required orchestration rules.

Features

  • Command-to-Compose Converters - Transforms Docker run command strings into structured, versioned Docker Compose configuration files.
  • Command-to-Configuration Converters - Transforms command-line container arguments into declarative YAML service definitions.
  • Docker Compose Generators - Generates Docker Compose YAML files to reproduce environments previously defined by manual run commands.
  • Docker Compose Generators - Automatically generates Docker Compose YAML definitions from Docker run command strings.
  • Configuration Mergers - Provides a utility to integrate new service definitions into existing Docker Compose configuration strings.
  • Imperative-to-Declarative Migrations - Facilitates moving individual container run commands into a Compose file to enable multi-service management.
  • Schema-Adherent Generation - Ensures generated YAML output adheres to the specific structural and versioning schemas required for Docker Compose files.
  • CLI Argument Parsers - Provides logic to scan raw Docker run command strings and extract configuration details from CLI flags.
  • CLI-to-Schema Mappings - Maps extracted Docker command-line arguments to their corresponding keys and values within a YAML specification.
  • Docker Container Orchestrators - Enables the definition of container settings and environment variables through structured configuration for orchestration.
  • DevOps Automation Tools - Automates the transition of manual container startup scripts into standardized orchestration formats.
  • Infrastructure as Code - Converts manual container startup scripts into version-controlled YAML files for repeatable infrastructure reproduction.
  • Container Orchestration - Converts run commands into compose files.

Historique des stars

Graphique de l'historique des stars pour magicmark/composerizeGraphique de l'historique des stars pour magicmark/composerize

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait magicmark/composerize ?

Composerize is a container configuration converter and Docker Compose generator designed to transform imperative container startup scripts into standardized, declarative YAML service definitions. It functions as a tool for automating the migration of manual startup commands into an orchestration format.

Quelles sont les fonctionnalités principales de magicmark/composerize ?

Les fonctionnalités principales de magicmark/composerize sont : Command-to-Compose Converters, Command-to-Configuration Converters, Docker Compose Generators, Configuration Mergers, Imperative-to-Declarative Migrations, Schema-Adherent Generation, CLI Argument Parsers, CLI-to-Schema Mappings.

Quelles sont les alternatives open-source à magicmark/composerize ?

Les alternatives open-source à magicmark/composerize incluent : red5d/docker-autocompose — docker-autocompose is a tool that converts running Docker containers into YAML configuration files for reproduction… composerize/composerize — Composerize is a tool that transforms imperative Docker run command strings into declarative YAML configuration files… score-spec/spec — Score is a platform-agnostic workload specification standard that defines containerized application deployments and… gofireflyio/aiac — aiac is an AI-powered command line tool designed to translate natural language requests into infrastructure code,… codeaprendiz/learn-devops — This project is a comprehensive educational repository designed to teach DevOps practices through structured learning… ddev/ddev — DDEV is a container-based local development environment and project manager designed to bootstrap consistent web…

Alternatives open source à Composerize

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Composerize.
  • red5d/docker-autocomposeAvatar de Red5d

    Red5d/docker-autocompose

    2,563Voir sur GitHub↗

    docker-autocompose is a tool that converts running Docker containers into YAML configuration files for reproduction and deployment. It functions as a container configuration exporter and YAML orchestration utility, harvesting runtime variables, volume mounts, and port mappings from active containers. The project enables the generation of Docker Compose definitions by merging multiple container identifiers into single unified configuration files. This process allows for the recovery of undocumented container setups and the migration of manual deployments into version-controlled infrastructure

    Pythonautomationcomposedocker
    Voir sur GitHub↗2,563
  • composerize/composerizeAvatar de composerize

    composerize/composerize

    3,747Voir sur GitHub↗

    Composerize is a tool that transforms imperative Docker run command strings into declarative YAML configuration files for Docker Compose. It acts as a bridge between shell-based container execution commands and structured service orchestration files. The utility converts manual command-line instructions into a format that supports reproducible service definitions. It includes capabilities to merge these newly converted container definitions into existing configuration files to expand project infrastructure. The project handles command-line string parsing and schema-based YAML generation to e

    JavaScriptdockerdocker-composedockerfile
    Voir sur GitHub↗3,747
  • score-spec/specAvatar de score-spec

    score-spec/spec

    8,052Voir sur GitHub↗

    Score is a platform-agnostic workload specification standard that defines containerized application deployments and their resource dependencies in a declarative YAML format. It provides a developer-centric specification that separates environment-agnostic workload definitions from environment-specific configuration, enabling consistent deployment across development, testing, and production environments. The specification framework translates a single workload definition into deployable manifests for multiple container orchestration platforms, including Docker Compose and Kubernetes. It includ

    Makefile
    Voir sur GitHub↗8,052
  • gofireflyio/aiacAvatar de gofireflyio

    gofireflyio/aiac

    3,794Voir sur GitHub↗

    aiac is an AI-powered command line tool designed to translate natural language requests into infrastructure code, DevOps workflows, and system scripts. It operates as a generator that uses large language models to produce cloud provisioning files, configuration files, and executable automation scripts directly from the terminal. The tool features a provider-agnostic model abstraction and a configuration-based routing system, allowing users to switch between different AI backends and discover compatible models. It includes an interactive shell interface for refining generated outputs through i

    Goaiamazon-bedrockchatgpt
    Voir sur GitHub↗3,794
  • Voir les 30 alternatives à Composerize→