{"id":23381268,"url":"https://github.com/bvis/docker-rexray","last_synced_at":"2025-04-08T08:26:57.791Z","repository":{"id":149012782,"uuid":"67235367","full_name":"bvis/docker-rexray","owner":"bvis","description":"Docker image to allow to attach EBS volumes into a docker node or cluster using RexRay","archived":false,"fork":false,"pushed_at":"2016-09-02T15:50:38.000Z","size":2,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T05:29:51.997Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/bvis.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":"2016-09-02T15:46:23.000Z","updated_at":"2017-06-08T01:04:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fb5f402-fd98-48ae-bda2-8dc6ee228d34","html_url":"https://github.com/bvis/docker-rexray","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-rexray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-rexray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-rexray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-rexray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bvis","download_url":"https://codeload.github.com/bvis/docker-rexray/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247803254,"owners_count":20998732,"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":[],"created_at":"2024-12-21T20:48:38.272Z","updated_at":"2025-04-08T08:26:57.758Z","avatar_url":"https://github.com/bvis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Softonic Rexray for EC2\n\nThis image starts a RexRay service in the host. Now it just supports EC2 volumes (EBS).\nYou need to pass your EC2 credentials when launching the container as environment variables. \n\n## Container execution\n\nFor run this container you need to mount some sockets needed for service to run.\n\n```\ndocker run \\\n  --rm -it \\\n  -e AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY \\\n  -e AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY \\\n  -v /run/docker/plugins:/run/docker/plugins \\\n  -v /var/lib/rexray:/var/lib/rexray \\\n  -v /var/run/rexray:/var/run/rexray \\\n  -v /dev:/dev \\\n  basi/rexray\n```\n\nIn case you have a Swarm cluster you can run it as a global service: \n\n```\ndocker service create \\\n  --name rexray \\\n  --mode global \\\n  -e AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY \\\n  -e AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY \\\n  --mount type=bind,src=/run/docker/plugins,dst=/run/docker/plugins \\\n  --mount type=bind,src=/var/lib/rexray,dst=/var/lib/rexray \\\n  --mount type=bind,src=/dev,dst=/dev \\\n  basi/rexray\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvis%2Fdocker-rexray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvis%2Fdocker-rexray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvis%2Fdocker-rexray/lists"}