{"id":31684448,"url":"https://github.com/anduin2017/anduinos-in-docker","last_synced_at":"2025-10-08T08:10:02.571Z","repository":{"id":303751314,"uuid":"1015946706","full_name":"Anduin2017/AnduinOS-In-Docker","owner":"Anduin2017","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-05T08:15:26.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-12T03:55:28.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anduin2017.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":"2025-07-08T09:09:12.000Z","updated_at":"2025-08-20T03:00:29.000Z","dependencies_parsed_at":"2025-07-26T03:16:47.262Z","dependency_job_id":null,"html_url":"https://github.com/Anduin2017/AnduinOS-In-Docker","commit_stats":null,"previous_names":["anduin2017/anduinos-in-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anduin2017/AnduinOS-In-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FAnduinOS-In-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FAnduinOS-In-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FAnduinOS-In-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FAnduinOS-In-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anduin2017","download_url":"https://codeload.github.com/Anduin2017/AnduinOS-In-Docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FAnduinOS-In-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909726,"owners_count":26066890,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-08T08:04:53.332Z","updated_at":"2025-10-08T08:10:02.562Z","avatar_url":"https://github.com/Anduin2017.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnduinOS in Docker\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.aiursoft.cn/anduin/AnduinOS-In-Docker/-/blob/master/LICENSE)\n[![Pipeline stat](https://gitlab.aiursoft.cn/anduin/AnduinOS-In-Docker/badges/master/pipeline.svg)](https://gitlab.aiursoft.cn/anduin/AnduinOS-In-Docker/-/pipelines)\n[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/anduin/anduinos-in-docker.svg)](https://gitlab.aiursoft.cn/anduin/AnduinOS-In-Docker/-/commits/master?ref_type=heads)\n[![Docker](https://img.shields.io/docker/pulls/anduin2019/anduinos-in-docker.svg)](https://hub.docker.com/r/anduin2019/anduinos-in-docker)\n\nThis repository provides a Docker container to run AnduinOS. Only Linux is supported.\n\n## Prerequisites\n\n- Must be running on a Linux host.\n- Docker installed on your machine.\n- A compatible CPU with virtualization support (Intel VT-x or AMD-V).\n\n## Run\n\nTo run AnduinOS in Docker, you can use the pre-built image available on Docker Hub:\n\n```bash\ndocker pull anduin2019/anduinos-in-docker\nmkdir -p vm_data\ndocker run -it \\\n  --device /dev/kvm \\\n  -p 8080:8080 \\\n  -p 5900:5900 \\\n  -v ./vm_data:/data/vmdisk \\\n  anduin2019/anduinos-in-docker\n```\n\n## Build from source\n\nTo run AnduinOS in Docker, follow these steps:\n\n```bash\ndocker build -t anduinos-vm .\nmkdir -p vm_data\ndocker run -it \\\n  --device /dev/kvm \\\n  -p 8080:8080 \\\n  -p 5900:5900 \\\n  -v ./vm_data:/data/vmdisk \\\n  anduinos-vm\n```\n\nAnd then open your browser and visit [http://localhost:8080/vnc_auto.html](http://localhost:8080/vnc_auto.html) to access AnduinOS.\n\n\u003c!-- ```bash\nsudo docker build -t anduinos-vm .\n\nrm -rf vm_data\nmkdir -p vm_data\nsudo docker rm -f aa || true\nsudo docker run -it --name aa \\\n  --device /dev/kvm \\\n  -p 8080:8080 \\\n  -p 5900:5900 \\\n  -v ./vm_data:/data/vmdisk \\\n  anduinos-vm\n``` --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanduin2017%2Fanduinos-in-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanduin2017%2Fanduinos-in-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanduin2017%2Fanduinos-in-docker/lists"}