blacktop / graboid

Clientless Docker Image Downloader
MIT License
80 stars 11 forks source link

Feature Request: Unpack image #1

Closed pwFoo closed 4 years ago

pwFoo commented 5 years ago

First... graboid is a great tool! Thanks for that!

Would it possible to add a unpack image function or do you know a (small) binary to do that job?

I try to use docker images for example to run with runc or other runtimes...

blacktop commented 4 years ago

What do you mean by unpack?

blacktop commented 4 years ago

Do you mean extract files from within? I don't understand the runc comment in the context of unpacking either?

pwFoo commented 4 years ago

I mean extract / unpack the filesystem from an docker image to a directory. It isn't just untar the archive because of layers to apply. So download and extract docker images would be nice.

blacktop commented 4 years ago

something like this: https://github.com/blacktop/graboid#extract-a-file-from-the-images-filesystem-construction-new

🤔