{"id":42709024,"url":"https://github.com/juli3nk/docker-volume-git","last_synced_at":"2026-01-29T15:05:04.311Z","repository":{"id":39031718,"uuid":"96027582","full_name":"juli3nk/docker-volume-git","owner":"juli3nk","description":"Docker Volume GIT plugin allows to mount git repository in container","archived":false,"fork":false,"pushed_at":"2019-07-31T20:24:59.000Z","size":1838,"stargazers_count":26,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-17T19:14:24.887Z","etag":null,"topics":["docker","docker-plugin","docker-volume-plugin","git"],"latest_commit_sha":null,"homepage":"","language":"Go","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/juli3nk.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}},"created_at":"2017-07-02T14:12:20.000Z","updated_at":"2023-10-30T18:08:19.000Z","dependencies_parsed_at":"2022-08-27T09:51:44.860Z","dependency_job_id":null,"html_url":"https://github.com/juli3nk/docker-volume-git","commit_stats":null,"previous_names":["kassisol/docker-volume-git"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/juli3nk/docker-volume-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juli3nk%2Fdocker-volume-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juli3nk%2Fdocker-volume-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juli3nk%2Fdocker-volume-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juli3nk%2Fdocker-volume-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juli3nk","download_url":"https://codeload.github.com/juli3nk/docker-volume-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juli3nk%2Fdocker-volume-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"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":["docker","docker-plugin","docker-volume-plugin","git"],"created_at":"2026-01-29T15:04:54.001Z","updated_at":"2026-01-29T15:05:04.302Z","avatar_url":"https://github.com/juli3nk.png","language":"Go","readme":"# Docker Volume GIT\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/kassisol/docker-volume-git)](https://goreportcard.com/report/github.com/kassisol/docker-volume-git)\n\nThis plugin allows to mount git repository in container.\n\n## Getting Started\n\n### Install\n\n```bash\n$ docker plugin install kassisol/gitvol:x.x.x\n```\n\n### Create a volume\n\n| Key           | Default   | Description |\n|---------------|-----------|-------------|\n| url           |           |             |\n| ref           | master    |             |\n| auth-type     | anonymous |             |\n| auth-user     |           |             |\n| secret-driver | stdin     |             |\n\n#### As anonymous\n\n```bash\n$ docker volume create -d kassisol/gitvol:x.x.x -o \"url=https://github.com/kassisol/docker-volume-git.git\" vol_gitplugin\n```\n\n#### Using a secret on Standard Input\n\n| Key                | Description |\n|--------------------|-------------|\n| auth-password      |             |\n\n```bash\n$ docker volume create -d kassisol/gitvol:x.x.x -o \"url=ssh://\u003cgit_url\u003e/\u003cproject\u003e/\u003crepo\u003e\" -o \"auth-type=password\" -o \"auth-user=user1\" -o \"secret-driver=stdin\" -o \"auth-password=pass1234\" vol_repo\n```\n\n#### Using a secret in Vault\n\n| Key                | Description |\n|--------------------|-------------|\n| vault-addr         |             |\n| vault-token        |             |\n| vault-secret-path  |             |\n| vault-secret-field |             |\n\n```bash\n$ docker volume create -d kassisol/gitvol:x.x.x -o \"url=ssh://\u003cgit_url\u003e/\u003cproject\u003e/\u003crepo\u003e\" -o \"auth-type=pubkey\" -o \"auth-user=user1\" -o \"secret-driver=vault\" -o \"vault-addr=http://192.168.0.10:8200\" -o \"vault-token=1ad7bce4-078e-23a1-07e9-981a02abd514\" -o \"vault-secret-path=secret/user1\" -o \"vault-secret-field=prikey\" vol_repo\n```\n\n## User Feedback\n\n### Issues\n\nIf you have any problems with or questions about this application, please contact us through a [GitHub](https://github.com/kassisol/docker-volume-git/issues) issue.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuli3nk%2Fdocker-volume-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuli3nk%2Fdocker-volume-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuli3nk%2Fdocker-volume-git/lists"}