1 repository
Tools that transform imperative container run commands into declarative Docker Compose YAML files.
Distinct from Configuration-to-Command Converters: None of the candidates specifically cover the transformation from an imperative 'run' command string to a declarative 'compose' file.
Explore 1 awesome GitHub repository matching devops & infrastructure · Command-to-Compose Converters. Refine with filters or upvote what's useful.
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 workfl
Transforms Docker run command strings into structured, versioned Docker Compose configuration files.