{"id":17659783,"url":"https://github.com/raphamorim/rust-dockerclient","last_synced_at":"2025-05-07T15:05:46.293Z","repository":{"id":75482497,"uuid":"71529751","full_name":"raphamorim/rust-dockerclient","owner":"raphamorim","description":"Rust client for the Docker remote API","archived":false,"fork":false,"pushed_at":"2016-10-24T15:35:03.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T15:05:33.839Z","etag":null,"topics":["docker","docker-api","docker-client","rust","rust-dockerclient"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raphamorim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-10-21T04:27:02.000Z","updated_at":"2022-11-20T05:24:22.000Z","dependencies_parsed_at":"2023-06-06T15:15:17.149Z","dependency_job_id":null,"html_url":"https://github.com/raphamorim/rust-dockerclient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Frust-dockerclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Frust-dockerclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Frust-dockerclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Frust-dockerclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphamorim","download_url":"https://codeload.github.com/raphamorim/rust-dockerclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902614,"owners_count":21822261,"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":["docker","docker-api","docker-client","rust","rust-dockerclient"],"created_at":"2024-10-23T16:08:15.425Z","updated_at":"2025-05-07T15:05:46.271Z","avatar_url":"https://github.com/raphamorim.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-dockerclient\n\nThis package presents a client for the Docker remote API. It currently supports the Docker API up to version 1.23.\n\nNote that docker's network API is only available in docker 1.8 and above, and only enabled in docker if DOCKER_EXPERIMENTAL is defined during the docker build process.\n\nFor more details, check the [remote API\ndocumentation](https://docs.docker.com/engine/reference/api/docker_remote_api/).\n\n## How it works?\n\n```rust\nextern crate docker;\n\nuse docker::Docker;\n\nfn main() {\n    let endpoint = \"/var/run/docker.sock\";\n    let client = Docker::new(endpoint);\n    let images = client.list_images();\n}\n```\n\nInspired by [go-dockerclient](https://github.com/fsouza/go-dockerclient)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Frust-dockerclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphamorim%2Frust-dockerclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Frust-dockerclient/lists"}