pub type ContainerMetadata = ContainerMetadata;
pub struct ContainerMetadata { pub name: String, pub created_at: u64, }
name: String
the container’s name
created_at: u64
date and time container was created