{"id":22744129,"url":"https://github.com/mehradi-github/ref-docker-android","last_synced_at":"2026-05-19T19:31:21.958Z","repository":{"id":239020332,"uuid":"798280576","full_name":"mehradi-github/ref-docker-android","owner":"mehradi-github","description":"Running Docker on Android","archived":false,"fork":false,"pushed_at":"2024-05-09T14:04:09.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T23:41:24.571Z","etag":null,"topics":["alpine-linux","docker","termux"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mehradi-github.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}},"created_at":"2024-05-09T13:12:39.000Z","updated_at":"2025-03-23T07:13:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"36b5f8e3-2bd6-47bb-a861-dd45fb7c2106","html_url":"https://github.com/mehradi-github/ref-docker-android","commit_stats":null,"previous_names":["mehradi-github/ref-docker-android"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mehradi-github/ref-docker-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-docker-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-docker-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-docker-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-docker-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehradi-github","download_url":"https://codeload.github.com/mehradi-github/ref-docker-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-docker-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33229364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"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":["alpine-linux","docker","termux"],"created_at":"2024-12-11T01:39:57.091Z","updated_at":"2026-05-19T19:31:21.953Z","avatar_url":"https://github.com/mehradi-github.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running Docker on Android\n\n## Install Termux\n\nA terminal emulator application for Android OS extendible by variety of packages. [Installation](https://github.com/termux/termux-app?tab=readme-ov-file#installation)\n\n## Install Alpine Linux on android\n\n```sh\npkg update -y\npkg install wget -y\nwget https://raw.githubusercontent.com/mehradi-github/ref-docker-android/main/src/install-alpine.sh\nchmod +x ./install-alpine.sh\n./install-alpine.sh\n```\n\n```sh\n# login with user root without password then run command\nsetup-alpine\n\ncat /etc/apk/repositories\n\n#/media/cdrom/apks\nhttps://dl-cdn.alpinelinux.org/alpine/v3.19/main\nhttps://dl-cdn.alpinelinux.org/alpine/v3.19/community\n\n# If raise ERROR: unable to select packages\n# change DNS on google =\u003e 8.8.8.8\nreboot\n```\n\n## Running Alpine Linux\n\n```sh\nwget https://raw.githubusercontent.com/mehradi-github/ref-docker-android/main/src/alpine.sh\nchmod +x ./alpine.sh\n./alpine.sh\n```\n\n## Running Docker\n\n```sh\napk update -y\napk add docker\n\nrc-update add docker default\n\nservice docker start\nservice docker status\ndocker run hello-world\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-docker-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehradi-github%2Fref-docker-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-docker-android/lists"}