Hacker News new | ask | show | jobs
by TechIsCool 896 days ago
I love dive and its something that I use in my tool kit multiple times a month.

I am curious if anyone knows how to get the contents of the file you have highlighted, a lot of the times I use dive to validate that a file exists in a layer and then I want to peak at it. Currently I normally revert to running the container and using cat or extracting the contents and then wandering into the folders.

1 comments

You can use rsync with some magic to get at the files, but it's not much removed from using cat.