{"id":20706266,"url":"https://github.com/marghidanu/docr","last_synced_at":"2025-06-16T15:03:32.181Z","repository":{"id":48683458,"uuid":"335216356","full_name":"marghidanu/docr","owner":"marghidanu","description":"Crystal library for Docker Engine API","archived":false,"fork":false,"pushed_at":"2025-01-18T15:33:28.000Z","size":98,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T02:04:58.539Z","etag":null,"topics":["crystal","docker","docker-engine-api"],"latest_commit_sha":null,"homepage":"https://marghidanu.github.io/docr/","language":"Crystal","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/marghidanu.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-02-02T08:18:31.000Z","updated_at":"2025-01-18T15:31:37.000Z","dependencies_parsed_at":"2023-12-23T20:49:30.071Z","dependency_job_id":"df2a4476-e46d-4a69-bebe-27e71b525ac2","html_url":"https://github.com/marghidanu/docr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghidanu%2Fdocr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghidanu%2Fdocr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghidanu%2Fdocr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghidanu%2Fdocr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marghidanu","download_url":"https://codeload.github.com/marghidanu/docr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354500,"owners_count":21416752,"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":["crystal","docker","docker-engine-api"],"created_at":"2024-11-17T01:22:15.275Z","updated_at":"2025-04-23T02:05:04.287Z","avatar_url":"https://github.com/marghidanu.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docr\n\n![CI](https://github.com/marghidanu/docr/workflows/CI/badge.svg)\n\nDocker client for Crystal. \n\n ## Description\n\nRemaining issues:\n\n* [ ] Test all endpoint functions\n* [ ] Make sure models are complete\n* [ ] Extend client to support calls over network\n\nPRs are always welcomed!\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     docr:\n       github: marghidanu/docr\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"docr\"\n```\n\n## Supported API calls\n\n### Containers\n\n* [x] ContainerList\n* [x] ContainerCreate\n* [x] ContainerInspect\n* [x] ContainerTop\n* [x] ContainerLogs\n* [x] ContainerChanges\n* [ ] ContainerStats\n* [x] ContainerStart\n* [x] ContainerStop\n* [x] ContainerRestart\n* [x] ContainerKill\n* [ ] ContainerUpdate\n* [ ] ContainerRename\n* [x] ContainerPause\n* [x] ContainerUnpause\n* [ ] ContainerAttach\n* [x] ContainerWait\n* [x] ContainerDelete\n\n### Images\n\n* [x] ImageList\n* [x] ImageBuild\n* [x] ImageCreate\n* [x] ImageInspect\n* [x] ImageHistory\n* [x] ImagePush\n* [x] ImageTag\n* [x] ImageDelete\n\n### Networks\n\n* [x] NetworkList\n* [x] NetworkCreate\n* [x] NetworkInspect\n* [ ] NetworkConnect\n* [ ] NetworkDisconnect\n* [x] NetworkDelete\n\n### Volumes\n\n* [x] VolumeList\n* [x] VolumeCreate\n* [x] VolumeInspect\n* [x] VolumeDelete\n\n### Exec\n\n* [x] ContainerExec\n* [x] ExecStart\n* [x] ExecInspect\n\n### System\n\n* [x] SystemAuth\n* [x] SystemInfo\n* [x] SystemVersion\n* [x] SystemPing\n* [x] SystemEvents\n* [ ] SystemDataUsage\n\n## Contributors\n\n- [Tudor Marghidanu](https://github.com/marghidanu) - creator and maintainer\n- [Troy Sornson](https://github.com/Vici37) - contributor","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarghidanu%2Fdocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarghidanu%2Fdocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarghidanu%2Fdocr/lists"}