Thursday, January 26, 2017

How to generate a Dockerfile from an image?

So easy, it hurts:

$ docker pull image/I/Want/To/Inspect 
docker history --no-trunc image/I/Want/To/Inspect

Done