{"id":17167590,"url":"https://github.com/thecatlady/docker-croc","last_synced_at":"2025-07-28T08:03:38.757Z","repository":{"id":38777708,"uuid":"335112683","full_name":"TheCatLady/docker-croc","owner":"TheCatLady","description":"A lightweight, minimal croc container 🐊","archived":false,"fork":false,"pushed_at":"2024-09-09T20:02:04.000Z","size":88,"stargazers_count":13,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T21:05:50.249Z","etag":null,"topics":["cli","container","croc","data-transfer","docker","docker-container","docker-image","file-sharing","file-transfer","golang","lightweight","minimal","p2p","pake","peer-to-peer","schollz-croc","tcp","transfer"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/thecatlady/croc","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheCatLady.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["TheCatLady"]}},"created_at":"2021-02-01T23:28:06.000Z","updated_at":"2025-02-01T18:57:44.000Z","dependencies_parsed_at":"2025-02-23T15:33:11.194Z","dependency_job_id":"6b13755a-10a3-4eb5-acb4-577f094be27a","html_url":"https://github.com/TheCatLady/docker-croc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheCatLady/docker-croc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCatLady%2Fdocker-croc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCatLady%2Fdocker-croc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCatLady%2Fdocker-croc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCatLady%2Fdocker-croc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCatLady","download_url":"https://codeload.github.com/TheCatLady/docker-croc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCatLady%2Fdocker-croc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482003,"owners_count":24094506,"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-07-28T02:00:09.689Z","response_time":68,"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":["cli","container","croc","data-transfer","docker","docker-container","docker-image","file-sharing","file-transfer","golang","lightweight","minimal","p2p","pake","peer-to-peer","schollz-croc","tcp","transfer"],"created_at":"2024-10-14T23:09:09.906Z","updated_at":"2025-07-28T08:03:38.690Z","avatar_url":"https://github.com/TheCatLady.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/TheCatLady","https://github.com/sponsors/TheCatLady?frequency=one-time"],"categories":[],"sub_categories":[],"readme":"# `croc` \u0026#128010;\n\n[![Image Size](https://img.shields.io/docker/image-size/thecatlady/croc/latest?style=flat-square\u0026logoColor=white\u0026logo=docker)](https://hub.docker.com/r/thecatlady/croc)\n[![Last Commit](https://img.shields.io/github/last-commit/TheCatLady/docker-croc?style=flat-square\u0026logoColor=white\u0026logo=github)](https://github.com/TheCatLady/docker-croc)\n[![Build Status](https://img.shields.io/github/workflow/status/TheCatLady/docker-croc/Build%20Docker%20Images?style=flat-square\u0026logoColor=white\u0026logo=github%20actions)](https://github.com/TheCatLady/docker-croc)\n[![Become a GitHub Sponsor](https://img.shields.io/badge/github%20sponsors-help%20feed%20my%20cats!-ff69b4?style=flat-square\u0026logo=github%20sponsors)](https://github.com/sponsors/TheCatLady)\n\nA lightweight, minimal [`croc`](https://github.com/schollz/croc) Docker container\n\n## Usage\n\nDocker images are available from both [GitHub Container Registry (GHCR)](https://github.com/users/TheCatLady/packages/container/package/croc) and [Docker Hub](https://hub.docker.com/r/thecatlady/croc).\n\nIf you would prefer to pull from GHCR, simply replace `thecatlady/croc` with `ghcr.io/thecatlady/croc` in the directions below.\n\nAdd the following fuction definition to `~/.profile` (create the file if it doesn't exist):\n\n```bash\nfunction croc() {\n    docker run -it --rm -w \"$(pwd)\" \\\n        -v \"$(pwd):$(pwd)\" \\\n        thecatlady/croc \"$@\"\n}\n```\n\nThen, run the following command to refresh your Bash profile settings:\n\n```bash\nsource ~/.profile\n```\n\nYou will then be able to issue `croc` commands as if it were installed natively!\n\n## Updating\n\nTo update when a new image is published, run the commands below:\n\n```bash\ndocker pull thecatlady/croc\ndocker image prune\n```\n\n## How to Contribute\n\nShow your support by starring this project! \u0026#x1F31F; Pull requests, bug reports, and feature requests are also welcome!\n\nYou can also support me by [becoming a GitHub sponsor](https://github.com/sponsors/TheCatLady) or [making a one-time donation](https://github.com/sponsors/TheCatLady?frequency=one-time) \u0026#x1F496;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecatlady%2Fdocker-croc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecatlady%2Fdocker-croc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecatlady%2Fdocker-croc/lists"}