{"id":13480940,"url":"https://github.com/clecherbauer/docker-volume-bindfs","last_synced_at":"2025-03-27T11:31:30.583Z","repository":{"id":46870598,"uuid":"112231656","full_name":"clecherbauer/docker-volume-bindfs","owner":"clecherbauer","description":"Docker volume plugin for bindfs","archived":true,"fork":false,"pushed_at":"2024-05-08T10:25:39.000Z","size":798,"stargazers_count":66,"open_issues_count":5,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-01T17:24:00.163Z","etag":null,"topics":["bindfs","docker","docker-volume-plugin","volume"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/clecherbauer.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}},"created_at":"2017-11-27T18:19:28.000Z","updated_at":"2024-06-06T21:15:06.000Z","dependencies_parsed_at":"2024-06-19T14:58:35.770Z","dependency_job_id":"3a55a4d8-9025-45b2-9074-656c7694b35a","html_url":"https://github.com/clecherbauer/docker-volume-bindfs","commit_stats":null,"previous_names":["lebokus/docker-volume-bindfs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecherbauer%2Fdocker-volume-bindfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecherbauer%2Fdocker-volume-bindfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecherbauer%2Fdocker-volume-bindfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecherbauer%2Fdocker-volume-bindfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clecherbauer","download_url":"https://codeload.github.com/clecherbauer/docker-volume-bindfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222239498,"owners_count":16953961,"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","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":["bindfs","docker","docker-volume-plugin","volume"],"created_at":"2024-07-31T17:00:46.778Z","updated_at":"2024-10-30T14:31:13.116Z","avatar_url":"https://github.com/clecherbauer.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"This project is no longer maintained.\nPlease use the fork from [StudioEtrange/docker-volume-bindfs](https://github.com/StudioEtrange/docker-volume-bindfs) instead.\n\n\n# Docker volume plugin for bindfs\n[![Build Status](https://travis-ci.org/lebokus/docker-volume-bindfs.svg?branch=master)](https://travis-ci.org/lebokus/docker-volume-bindfs)\n\nThis project is based on vieux/docker-volume-sshfs.\nWith this plugin you're able to mount a given path and remap its owner and group.\n\nI recommend using this plugin with dev-environments **only**, cause of potential security issues.\n\n## Usage\n\n1 - Install the plugin\n\n```\n$ docker plugin install lebokus/bindfs\n\n# or to enable debug \ndocker plugin install lebokus/bindfs DEBUG=1\n\n```\n\n2 - Create a volume\n\n```\n$ docker volume create -d lebokus/bindfs -o sourcePath=$PWD -o map=$UID/0:@$UID/@0 [-o \u003cany_bindfs_-o_option\u003e ] bindfsvolume\n\n$ docker volume ls\nDRIVER              VOLUME NAME\nlocal               2d75de358a70ba469ac968ee852efd4234b9118b7722ee26a1c5a90dcaea6751\nlocal               842a765a9bb11e234642c933b3dfc702dee32b73e0cf7305239436a145b89017\nlocal               9d72c664cbd20512d4e3d5bb9b39ed11e4a632c386447461d48ed84731e44034\nlocal               be9632386a2d396d438c9707e261f86fd9f5e72a7319417901d84041c8f14a4d\nlocal               e1496dfe4fa27b39121e4383d1b16a0a7510f0de89f05b336aab3c0deb4dda0e\nlebokus/bindfs      bindfsvolume\n```\n\n3 - Use the volume\n\n```\n$ docker run -it -v bindfsvolume:\u003cpath\u003e busybox ls -la \u003cpath\u003e\n```\n\n## docker-compose example\nPlease note that the $UID variable is a bash and not a system variable.\nFix it with\n```\nexport UID\n```\n\n```\nversion: '2'\nservices:\n    app:\n        image: busybox\n        command: \"ls -la /mnt/test\"\n        volumes:\n          - data:/mnt/test\n\nvolumes:\n    data:\n        driver: lebokus/bindfs:latest\n        driver_opts:\n            sourcePath: \"${PWD}\"\n            map: \"${UID}/0:@${UID}/@0\"\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclecherbauer%2Fdocker-volume-bindfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclecherbauer%2Fdocker-volume-bindfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclecherbauer%2Fdocker-volume-bindfs/lists"}