Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #### EXAMINE THE DOCKER CONTAINER (Search for files, etc.)
- # If you want to examine your docker container, please download it from your server to a directory,
- # unpack the main TAR, enter unpacked directory with a terminal and do:
- for line in $(ls); do cd $line; tar -xf layer.tar; rm layer.tar; cd ..; done
- # This will unpack all docker "layers" and then you can just search over them with
- find . -name 'myfile'
- # Good luck.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement