//! Image 'mount' related functionality
use Path;
/// Mount a container Image.
///
/// Mounting a container image involves extracting the individual layers and mounting them for
/// underlying storage. We are supporting 'overlayfs' so it means we'll have to `apply_layer` for
/// every layer.