Skip to content

Reverse engineering Dockerfile from docker history

Notifications You must be signed in to change notification settings

tophertimzen/docker-historian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Historian

Python script to recover Docker file from an image.

Needs python-py to run.

virtualenv -p python venv
. venv/bin/activate
pip install -r requirements.txt

Running

./docker-historian.py [image name]

You can use partial image names.

About

Reverse engineering Dockerfile from docker history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%