January 26, 2018 · Don't Forget docker
How to generate a Dockerfile from an Docker image?
So easy, it hurts:
$ docker pull image/I/Want/To/Inspect
$ docker history --no-trunc image/I/Want/To/Inspect
Done
Researcher, Coder and Entrepreneur
So easy, it hurts:
$ docker pull image/I/Want/To/Inspect
$ docker history --no-trunc image/I/Want/To/Inspect
Done