core-dockpack 0.1.3

A library for unpacking files from Docker images
Documentation
1
2
3
4
5
6
7
//! We need the following
//! 
//! pull the docker image
//! create a directory
//! nest a tar in that directory
//! unpack the tar one directory out
pub mod unpack_files;