{"id":63248,"library":"shiplift","title":"Shiplift","description":"A Rust interface for maneuvering Docker containers via the Docker API.","status":"active","version":"0.7.0","language":"rust","source_language":null,"source_url":"https://github.com/softprops/shiplift","tags":["docker","containers","api","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nshiplift = \"0.7.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add shiplift","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Docker","correct":"use shiplift::Docker;"}],"quickstart":{"code":"use shiplift::Docker;\n\n#[tokio::main]\nasync fn main() {\n    let docker = Docker::new();\n    let containers = docker.containers().list(&Default::default()).await.unwrap();\n    println!(\"{:?}\", containers);\n}","lang":"rust","description":"Lists all Docker containers using the default connection."},"warnings":[{"fix":"Ensure Docker is installed and running, and add tokio as a dependency.","message":"Requires a running Docker daemon and async runtime (tokio).","severity":"gotcha","affected_versions":">=0.7.0"}],"env_vars":null,"search_vec":"'api':12,15 'async':16 'contain':8,14 'docker':7,11,13 'interfac':4 'maneuv':6 'rust':3 'shiplift':1 'via':9","created_at":"2026-06-17T16:41:31.505401+00:00","updated_at":"2026-06-17T16:41:31.505401+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/softprops/shiplift","github":"https://github.com/softprops/shiplift","docs":"https://docs.rs/shiplift/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}