decompose

Reverse-engineer Docker images and containers into their build instructions

brewmacoslinux
Try with needOr install directly
Source

About

Reverse-engineering tool for docker environments

Commands

decompose

Examples

Decompose a Docker image and display its layers and Dockerfile instructions$ decompose myimage:latest
Analyze a running container to understand its structure and origin$ decompose container_id
Export decomposed image information to a file for documentation$ decompose myimage:latest > image_analysis.txt