{"id":21251931,"url":"https://github.com/nawodyaishan/docker-redis-image","last_synced_at":"2026-05-01T17:33:54.937Z","repository":{"id":206388573,"uuid":"715009178","full_name":"nawodyaishan/docker-redis-image","owner":"nawodyaishan","description":"This repository contains a Dockerfile for building a custom Redis image based on Alpine Linux.","archived":false,"fork":false,"pushed_at":"2023-11-09T09:15:44.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T22:05:53.452Z","etag":null,"topics":["docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/nawodyaishan.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}},"created_at":"2023-11-06T09:51:41.000Z","updated_at":"2023-11-09T09:17:26.000Z","dependencies_parsed_at":"2023-11-09T12:29:05.841Z","dependency_job_id":"2a2c1419-ec84-4f93-ac63-e0e1513c30c7","html_url":"https://github.com/nawodyaishan/docker-redis-image","commit_stats":null,"previous_names":["nawodyaishan/docker-redis-image"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nawodyaishan/docker-redis-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawodyaishan%2Fdocker-redis-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawodyaishan%2Fdocker-redis-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawodyaishan%2Fdocker-redis-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawodyaishan%2Fdocker-redis-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nawodyaishan","download_url":"https://codeload.github.com/nawodyaishan/docker-redis-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawodyaishan%2Fdocker-redis-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32507087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["docker","docker-image"],"created_at":"2024-11-21T03:45:30.175Z","updated_at":"2026-05-01T17:33:54.899Z","avatar_url":"https://github.com/nawodyaishan.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom Redis Docker Image\n\nThis repository contains a Dockerfile for building a custom Redis image based on Alpine Linux.\n\n## Prerequisites\n\nMake sure you have Docker installed on your machine.\n\n- [Docker Installation Guide](https://docs.docker.com/get-docker/)\n\n## Getting Started\n\n1. Clone this repository to your local machine:\n\n    ```bash\n    git clone https://github.com/your_username/redis-docker.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd redis-docker\n    ```\n\n3. Build the Docker image:\n\n    ```bash\n    docker build -t \u003cname\u003e/redisimage:1.0 .\n    ```\n\n4. Run a container with access to the shell:\n\n    ```bash\n    docker run -it \u003cname\u003e/redisimage:1.0 sh\n    ```\n\n   You can replace `sh` with your preferred shell.\n\n## Dockerfile Details\n\n- **Base Image:** Alpine Linux\n- **Installed Dependency:** Redis\n- **Maintainer:** `\u003cname\u003e`\n- **Version:** 1.0\n\n## Usage\n\nThe Docker image starts a Redis server by default. If you want to customize the Redis configuration, you can modify\nthe `CMD` instruction in the Dockerfile.\n\n```Dockerfile\nCMD [\"redis-server\"]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnawodyaishan%2Fdocker-redis-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnawodyaishan%2Fdocker-redis-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnawodyaishan%2Fdocker-redis-image/lists"}