{"id":21440938,"url":"https://github.com/yoshi-roberts/dev-container","last_synced_at":"2026-05-17T13:10:38.482Z","repository":{"id":212578653,"uuid":"729687239","full_name":"yoshi-roberts/dev-container","owner":"yoshi-roberts","description":"My development environment containerized with Docker.","archived":false,"fork":false,"pushed_at":"2025-02-16T16:46:22.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T00:36:16.160Z","etag":null,"topics":["developer-environment","docker","linux","ubuntu"],"latest_commit_sha":null,"homepage":"","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/yoshi-roberts.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}},"created_at":"2023-12-10T02:44:14.000Z","updated_at":"2025-02-16T16:46:25.000Z","dependencies_parsed_at":"2023-12-21T01:23:41.937Z","dependency_job_id":"5109b54c-5473-4a56-8538-ef89a2d79ade","html_url":"https://github.com/yoshi-roberts/dev-container","commit_stats":null,"previous_names":["ezri-roberts/dev-container","yoshi-roberts/dev-container"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yoshi-roberts/dev-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshi-roberts%2Fdev-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshi-roberts%2Fdev-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshi-roberts%2Fdev-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshi-roberts%2Fdev-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoshi-roberts","download_url":"https://codeload.github.com/yoshi-roberts/dev-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshi-roberts%2Fdev-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33139691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["developer-environment","docker","linux","ubuntu"],"created_at":"2024-11-23T01:19:35.510Z","updated_at":"2026-05-17T13:10:38.444Z","avatar_url":"https://github.com/yoshi-roberts.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"### About\n\nMy development environment inside a docker container.\u003cbr\u003e\nUseful for not cluttering the host system with project dependencies and tools.\u003cbr\u003e\n\u003e Note: This will not work on Windows due to the way volumes and user permissions are handled.\n\n### Included\n\nThese are some of the included tools:\n\n- go\n- gcc\n- lua\n- git\n- npm\n- node\n- java\n- ruby\n- make\n- cmake\n- python\n- neovim\n\nUses [zsh](https://en.wikipedia.org/wiki/Z_shell).\u003cbr\u003e\n\n### Using\n\n#### Build\n```zsh\ndocker build -t dev:latest \\\n      --build-arg USER_ID=$(id -u) \\\n      --build-arg GROUP_ID=$(id -g) .\n```\n\n#### Initial Start\n\nReplace [DIR] with the directory you want to mount.\n```zsh\ndocker run \\\n    --network host \\\n    --name=dev \\\n    --mount type=bind,source=[DIR],target=/home/dev/proj \\\n    -it dev:latest\n```\n\n#### Starting\n\nUse this command to start the container after the initial start.\n```zsh\ndocker start -i dev\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoshi-roberts%2Fdev-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoshi-roberts%2Fdev-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoshi-roberts%2Fdev-container/lists"}