{"id":21612274,"url":"https://github.com/anapsix/docker-redis","last_synced_at":"2025-06-18T07:40:58.076Z","repository":{"id":142856408,"uuid":"38882882","full_name":"anapsix/docker-redis","owner":"anapsix","description":"Docker image for Redis Server over AlpineLinux","archived":false,"fork":false,"pushed_at":"2015-11-19T22:24:37.000Z","size":620,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T16:29:30.566Z","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/anapsix.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}},"created_at":"2015-07-10T14:02:00.000Z","updated_at":"2020-09-23T22:09:50.000Z","dependencies_parsed_at":"2023-03-15T09:45:38.568Z","dependency_job_id":null,"html_url":"https://github.com/anapsix/docker-redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anapsix/docker-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anapsix","download_url":"https://codeload.github.com/anapsix/docker-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-redis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260513683,"owners_count":23020568,"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-11-24T21:17:43.914Z","updated_at":"2025-06-18T07:40:53.065Z","avatar_url":"https://github.com/anapsix.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis in a box\n\nAlpineLinux-base Docker image with Redis\n\n[![](https://badge.imagelayers.io/anapsix/redis:latest.svg)](https://imagelayers.io/?images=anapsix/redis:latest)\n\n## Usage\n\nas Server:\n\n    docker run -d --name redis-server -p 6379:6379 -v /data/redis:/var/lib/redis anapsix/redis\n\nas Client:\n\n    docker run -it --rm --link redis-server:my-redis-server anapsix/redis redis-cli -h my-redis-server info\n    docker run -it --rm anapsix/redis redis-cli -h redis-server-ip-or-host.com info\n\n\u003e NOTE: You may override default config options by mounting your config as `-v my_redis.conf:/etc/redis.conf` or passing command line arguments to container. You can modify any supported setting with command line arguments **except config file location**.\n\n## Configuration\n\nYou may pass config options via command line, as you normally would (except config file location):\n\n    docker run -d -p 6379:6379 \\\n      -v /data/redis:/var/lib/redis \\\n      anapsix/redis --slaveof redismaster.acmecorp.com 6379\n\nor use [CONFIG SET](http://redis.io/commands/config-set) to reconfigure it at run time.\n\n\u003e See Redis config documentation for details and options: [http://redis.io/topics/config](http://redis.io/topics/config)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanapsix%2Fdocker-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanapsix%2Fdocker-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanapsix%2Fdocker-redis/lists"}