passivized_docker_engine_client 0.0.10-alpha

Docker Engine Client - manage and run containers, images, and volumes.
Documentation
1
2
3
4
5
6

/// The contents of a .tar file.
///
/// See https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerArchive
#[derive(Clone)]
pub struct Tar(pub Vec<u8>);