{"id":13611787,"url":"https://github.com/vv9k/docker-api-rs","last_synced_at":"2025-12-12T10:49:38.359Z","repository":{"id":37968685,"uuid":"356154972","full_name":"vv9k/docker-api-rs","owner":"vv9k","description":"Rust interface to Docker containers","archived":false,"fork":false,"pushed_at":"2024-05-24T14:19:58.000Z","size":763,"stargazers_count":109,"open_issues_count":22,"forks_count":33,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T23:13:46.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vv9k.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-09T06:03:44.000Z","updated_at":"2025-03-27T19:21:16.000Z","dependencies_parsed_at":"2024-01-14T06:51:39.806Z","dependency_job_id":"ccadbace-cad4-40fb-923f-e14a08818feb","html_url":"https://github.com/vv9k/docker-api-rs","commit_stats":{"total_commits":285,"total_committers":10,"mean_commits":28.5,"dds":0.5087719298245614,"last_synced_commit":"3b3946037e2e05908a86b10924b1781bbf9ce37b"},"previous_names":["wojciechkepka/moby"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv9k%2Fdocker-api-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv9k%2Fdocker-api-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv9k%2Fdocker-api-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vv9k%2Fdocker-api-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vv9k","download_url":"https://codeload.github.com/vv9k/docker-api-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670513,"owners_count":21142896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T19:02:08.252Z","updated_at":"2025-12-12T10:49:33.301Z","avatar_url":"https://github.com/vv9k.png","language":"Rust","readme":"# docker-api\n\n[![GitHub Actions](https://github.com/vv9k/docker-api-rs/workflows/Main/badge.svg)](https://github.com/vv9k/docker-api-rs/actions) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Released API docs](https://docs.rs/docker-api/badge.svg)](http://docs.rs/docker-api)\n\n\u003e a rust interface to [Docker](https://www.docker.com/) containers\n\n## Install\n\nAdd the following to your `Cargo.toml` file\n\n```toml\n[dependencies]\ndocker-api = \"0.14\"\n```\n\n## Supported API\nDefault endpoints include:\n - Containers\n - Images\n - Networks\n - Volumes\n - Exec\n - System\n\nTo enable swarm endpoints add a `swarm` feature to `Cargo.toml` like so:\n```toml\ndocker-api = { version = \"0.14\", features = [\"swarm\"] }\n```\n\nSwarm endpoints include:\n - Swarm\n - Nodes\n - Services\n - Tasks\n - Secrets\n - Configs\n - Plugins\n\nLatest stable version of this crate supports API version: **v1.42**\nMaster branch supports: **v1.43**\n\n## Features\n\n### SSL Connection\n\nTo enable HTTPS connection to docker add a `tls` flag to `Cargo.toml`.\n\n### Chrono\n\nTo enable chrono DateTime timestamps add a `chrono` feature flag to `Cargo.toml`.\n\n### Default features\n\nBy default only `chrono` feature is enabled. To disable it use:\n```toml\ndocker-api = { version = \"0.14\", default-features = false }\n```\n\n## Usage\n\nExamples for most API endpoints can be found in the [examples directory](https://github.com/vv9k/docker-api-rs/tree/master/examples).\n\n\n## Notice\nThis crate is a fork of [shiplift](https://github.com/softprops/shiplift).\n\n## License\n[MIT](https://raw.githubusercontent.com/vv9k/docker-api-rs/master/LICENSE)\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvv9k%2Fdocker-api-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvv9k%2Fdocker-api-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvv9k%2Fdocker-api-rs/lists"}