{"id":20896623,"url":"https://github.com/luizeof/docker-engine-api-wrapper","last_synced_at":"2026-04-20T16:01:28.268Z","repository":{"id":141277523,"uuid":"234688206","full_name":"luizeof/docker-engine-api-wrapper","owner":"luizeof","description":"Docker Engine API with Basic Authentication","archived":false,"fork":false,"pushed_at":"2020-01-25T17:46:37.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T18:14:08.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/luizeof/docker-engine-api","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luizeof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-18T05:46:03.000Z","updated_at":"2020-01-25T17:46:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"26c8e2ec-cd88-400b-9037-e4c0668ebbf8","html_url":"https://github.com/luizeof/docker-engine-api-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luizeof/docker-engine-api-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdocker-engine-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdocker-engine-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdocker-engine-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdocker-engine-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luizeof","download_url":"https://codeload.github.com/luizeof/docker-engine-api-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdocker-engine-api-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32054611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-18T10:36:13.654Z","updated_at":"2026-04-20T16:01:28.261Z","avatar_url":"https://github.com/luizeof.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-engine-api\n\n[![Dockerhub](https://images.microbadger.com/badges/version/luizeof/docker-engine-api.svg)](https://microbadger.com/images/luizeof/docker-engine-api \"Get your own version badge on microbadger.com\") [![Dockerhub](https://images.microbadger.com/badges/image/luizeof/docker-engine-api.svg)](https://microbadger.com/images/luizeof/docker-engine-api \"Get your own image badge on microbadger.com\")\n\nDocker Engine API Wrapper with Basic Authentication\n\n[https://hub.docker.com/r/luizeof/docker-engine-api](https://hub.docker.com/r/luizeof/docker-engine-api)\n\n---\n\nTo access the Docker Engine API over HTTP with Basic Authentication, just run this container:\n\n```yaml\ndocker_engine_api:\n  container_name: docker_engine_api\n  image: luizeof/docker-engine-api\n  privileged: true\n  environment:\n    - AUTHUSER=myuser\n    - AUTHPWD=mypwd\n  ports:\n    - \"8099:80\"\n  restart: always\n  volumes:\n    - /var/run/docker.sock:/var/run/docker.sock\n```\n\n## Environments\n\nThere are 2 variables that you need to configure:\n\n`AUTHUSER`:\n\nThe username for basic authentication.\n\n`AUTHPWD`:\n\nThe password for basic authentication.\n\n## Usage\n\n```bash\ncurl --location --request GET 'http://SERVERIP:8099/containers/json' \\\n--header 'Authorization: Basic bJHVpcdmVvfgps5rdTfx'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizeof%2Fdocker-engine-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizeof%2Fdocker-engine-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizeof%2Fdocker-engine-api-wrapper/lists"}