Skip to main content

Crate zlayer_storage

Crate zlayer_storage 

Source
Expand description

S3-backed container layer storage

Provides persistent storage for container filesystem changes (OverlayFS upper layer) with crash-tolerant uploads and resume capability.

Re-exports§

pub use config::*;
pub use error::*;
pub use types::*;

Modules§

config
Configuration types for layer storage
error
Error types for layer storage
snapshot
Layer snapshot creation and extraction
sync
Sync manager for coordinating local/remote layer state
types
Core types for layer storage