{"id":18749918,"url":"https://github.com/ribugent/gentoo-nfs-chroot","last_synced_at":"2026-04-26T16:32:41.227Z","repository":{"id":88193018,"uuid":"280657101","full_name":"ribugent/gentoo-nfs-chroot","owner":"ribugent","description":"Provides a docker image for chrooting to remote Gentoo installation","archived":false,"fork":false,"pushed_at":"2020-07-18T13:02:46.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-20T10:45:23.330Z","etag":null,"topics":["chroot","docker","gentoo","nfs"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ribugent.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":"2020-07-18T12:59:53.000Z","updated_at":"2020-07-18T13:08:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"17c8bc99-8edc-48d2-b103-c46eb7892275","html_url":"https://github.com/ribugent/gentoo-nfs-chroot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ribugent/gentoo-nfs-chroot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribugent%2Fgentoo-nfs-chroot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribugent%2Fgentoo-nfs-chroot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribugent%2Fgentoo-nfs-chroot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribugent%2Fgentoo-nfs-chroot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ribugent","download_url":"https://codeload.github.com/ribugent/gentoo-nfs-chroot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribugent%2Fgentoo-nfs-chroot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["chroot","docker","gentoo","nfs"],"created_at":"2024-11-07T17:09:15.146Z","updated_at":"2026-04-26T16:32:41.219Z","avatar_url":"https://github.com/ribugent.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gentoo NFS chroot\n\nThis small project provides a docker image for chrooting to remote Gentoo installation\n\n## Why?\n\nThe reason is simple, I like a lot Gentoo, but one computer I own, is an old Atom 330 and updates takes a loooooong time. Investigating a little bit I found a [post](https://forums.gentoo.org/viewtopic-p-6817608.html) on Gentoo forums, and I decided to package it on a docker image, this will allow me to use on any system with docker.\n\n## Requirements\n\n- Gentoo installation exporting root via nfs\n- Docker\n- Remote and host cpu's with compatible instruction set\n\n## Configure nfs exports\n\nInstall nfs-utils and start nfs server:\n\n```sh\nemerge nfs-utils\n/etc/init.d/nfs start\n```\n\nEdit `/etc/exports` and the adding the following line:\n\n```\n/ 192.168.0.0/24(rw,insecure,no_root_squash,sync,no_subtree_check,crossmnt)\n```\n**NOTE** Replace `192.168.0.0` with your network.\n\nRe-export your nfs shares\n\n```\nexportfs -r\n```\n\n## Run docker image\n\nExecute:\n\n```sh\ndocker run --rm -it --cap-add sys_admin --cap-add net_admin ribugent/gentoo-nfs-chroot \u003cremote ip\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribugent%2Fgentoo-nfs-chroot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fribugent%2Fgentoo-nfs-chroot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribugent%2Fgentoo-nfs-chroot/lists"}