Created
May 7, 2022 11:24
-
-
Save jamesmoriarty/67dbacd884504de8a004239ff09e42bf to your computer and use it in GitHub Desktop.
Dump Docker image contents without shell access
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker export $(docker ps -lq) | tar tf - | egrep config | |
usr/sbin/tzconfig | |
usr/share/man/man5/config.5ssl.gz | |
usr/share/man/man5/x509v3_config.5ssl.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment