//! Defines the actions around downloading and unpacking docker images to access the files.
/// Downloads a docker image and unpacks it to the nanoservices cache directory.
///
/// # Arguments
/// * `image` - A string slice that holds the name of the docker image to download.
///
/// # Returns
/// The paths to where the files have been unpacked to from the docker image