{"id":19281949,"url":"https://github.com/bioarchlinux/docker","last_synced_at":"2026-03-19T09:04:20.298Z","repository":{"id":47117457,"uuid":"515779096","full_name":"BioArchLinux/docker","owner":"BioArchLinux","description":"BioArchLinux on Docker","archived":false,"fork":false,"pushed_at":"2023-03-21T19:15:31.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-09T16:20:49.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/bioarchlinux/bioarchlinux","language":"Dockerfile","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/BioArchLinux.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,"zenodo":null}},"created_at":"2022-07-20T00:14:39.000Z","updated_at":"2022-07-22T20:27:48.000Z","dependencies_parsed_at":"2025-08-21T19:30:02.284Z","dependency_job_id":"9346b92a-4a25-4938-afdc-08c9bc61472e","html_url":"https://github.com/BioArchLinux/docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BioArchLinux/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioArchLinux%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioArchLinux%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioArchLinux%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioArchLinux%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BioArchLinux","download_url":"https://codeload.github.com/BioArchLinux/docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioArchLinux%2Fdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29369479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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-09T21:24:47.281Z","updated_at":"2026-02-12T15:06:40.817Z","avatar_url":"https://github.com/BioArchLinux.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BioArchLinux on Docker\n\n## Install docker and start container\n\nInstall [docker](https://docs.docker.com/get-docker/) and start it\n\n```\n# docker pull bioarchlinux/bioarchlinux\n# docker run -it --privileged --name container_name --restart=always bioarchlinux/bioarchlinux /bin/bash\n```\n## Configure container\n\n### Choose mirror\nthen you need to choose a mirror of archlinux and bioarchlinux\n\nchoose mirror of archlinux from [here](https://archlinux.org/mirrorlist/) and run the following command ( take sdu mirror as the example)\n\n```\n# echo 'Server = https://mirrors.sdu.edu.cn/archlinux/$repo/os/$arch' \u003e /etc/pacman.d/mirrorlist\n```\n\nchoose mirror bioarchlinux from [here](https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio) and run the following command ( take sdu mirror as the example)\n\n```\n# echo 'Server = https://mirrors.sdu.edu.cn/bioarchlinux/$arch' \u003e /etc/pacman.d/mirrorlist.bio\n```\n\n### Use it\n\nFinally, you can install any packages from BioArchLinux\n```\n# pacman -Syu\n# pacman -S foo\n```\n\n### Exit\n```\n# exit\n```\n\n## Enter container\n\nIf the container is stoped, `container_name` can be replaced with `container_id`\n```\n# docker restart container_name\n# docker exec -it container_name /bin/bash\n```\n\nIf the container is running, `container_name` can be replaced with `container_id`\n```\n# docker exec -it container_name /bin/bash\n```\n## Get container information\n```\n# docker ps -a\n\nCONTAINER ID   IMAGE                       COMMAND       CREATED       STATUS       PORTS     NAMES\n96bfaee1b8cb   bioarchlinux/bioarchlinux   \"/bin/bash\"   2 hours ago   Up 2 hours             bio\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioarchlinux%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbioarchlinux%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioarchlinux%2Fdocker/lists"}