{"id":47862909,"url":"https://github.com/disafronov/colima-system","last_synced_at":"2026-04-03T23:52:23.876Z","repository":{"id":321211487,"uuid":"1084947663","full_name":"disafronov/colima-system","owner":"disafronov","description":"Run Colima as a headless system daemon on macOS via launchd. Provides a stable /var/run/docker.sock for Docker clients.","archived":false,"fork":false,"pushed_at":"2026-03-12T07:50:32.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T23:52:11.861Z","etag":null,"topics":["colima","docker","docker-daemon","mac","macos"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disafronov.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-28T11:36:43.000Z","updated_at":"2026-03-12T07:50:35.000Z","dependencies_parsed_at":"2025-10-28T13:27:19.410Z","dependency_job_id":"dfc9c9b9-0592-451b-a8fb-9ec6354658e6","html_url":"https://github.com/disafronov/colima-system","commit_stats":null,"previous_names":["disafronov/colima-system"],"tags_count":9,"template":false,"template_full_name":"disafronov/semantic-shell-template","purl":"pkg:github/disafronov/colima-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Fcolima-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Fcolima-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Fcolima-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Fcolima-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disafronov","download_url":"https://codeload.github.com/disafronov/colima-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Fcolima-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31382355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T23:20:52.058Z","status":"ssl_error","status_checked_at":"2026-04-03T23:20:51.675Z","response_time":107,"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":["colima","docker","docker-daemon","mac","macos"],"created_at":"2026-04-03T23:52:23.132Z","updated_at":"2026-04-03T23:52:23.864Z","avatar_url":"https://github.com/disafronov.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# colima-system\n\nRun Colima as a headless system daemon on macOS via launchd. Provides a stable `/var/run/docker.sock` for Docker clients.\n\n## Requirements\n- macOS (root required)\n- Homebrew installed and configured\n- `colima` (installed via Homebrew)\n- `envsubst` (installed via Homebrew, from gettext package)\n\n## Install\n```bash\n# prerequisites\nbrew install colima gettext\n\n# install (as root)\nsudo /bin/sh /path/to/repo/setup.sh\n```\n\n## Add user to `docker` group (macOS)\n\nAdd your macOS user to the `docker` group so you can use `/var/run/docker.sock` without sudo:\n\n```bash\n# add current user to the 'docker' group\nsudo dseditgroup -o edit -a \"$USER\" -t user docker\n\n# verify membership\nid -Gn | tr ' ' '\\n' | grep -x docker || echo \"not a member yet\"\n\n# re-login or restart your session for the change to take effect\n# (a full log out/in is the most reliable)\n```\n\nNotes:\n- Group membership applies to new login sessions only.\n- Remove a user later with:\n  ```bash\n  sudo dseditgroup -o edit -d \"$USER\" -t user docker\n  ```\n\n## Use\n```bash\ndocker ps           # should work system-wide\nsudo launchctl print system/colima.daemon\nsudo launchctl print system/colima.socket.permissions\n```\n\n## Uninstall\n```bash\nsudo launchctl bootout system/colima.socket.permissions || true\nsudo launchctl bootout system/colima.daemon || true\nsudo rm -f /Library/LaunchDaemons/colima.socket.permissions.plist\nsudo rm -f /Library/LaunchDaemons/colima.daemon.plist\nsudo rm -f /var/run/docker.sock\n```\n\n## Notes\n- Creates hidden `colima` user and `docker` group.\n- Docker socket is group-writable by `docker`; add users cautiously.\n- This setup does not install any Docker client tools. Docker CLI is optional; install it only if you need client commands (e.g. `brew install docker`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisafronov%2Fcolima-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisafronov%2Fcolima-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisafronov%2Fcolima-system/lists"}