{"id":20548652,"url":"https://github.com/dmportella/docker-redis-commander","last_synced_at":"2026-05-08T19:33:29.110Z","repository":{"id":145047842,"uuid":"50502481","full_name":"dmportella/docker-redis-commander","owner":"dmportella","description":"Simple docker setup for redis and redis commander.","archived":false,"fork":false,"pushed_at":"2016-03-24T14:44:33.000Z","size":11,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-07T02:02:11.032Z","etag":null,"topics":["docker","docker-setup","dockerhub","redis","redis-command"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dmportella.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":"2016-01-27T11:22:05.000Z","updated_at":"2018-10-31T14:23:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ac0489f-8877-4492-863f-541f4fa478b6","html_url":"https://github.com/dmportella/docker-redis-commander","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmportella/docker-redis-commander","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-redis-commander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-redis-commander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-redis-commander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-redis-commander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmportella","download_url":"https://codeload.github.com/dmportella/docker-redis-commander/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-redis-commander/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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-setup","dockerhub","redis","redis-command"],"created_at":"2024-11-16T02:14:10.038Z","updated_at":"2026-05-08T19:33:29.094Z","avatar_url":"https://github.com/dmportella.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis Commander in Docker\n\nThis is a simple docker setup for running a redis instance in conjuction with the popular free redis admin interface [Redis Commander](https://github.com/joeferner/redis-commander).\n\n## DOCKERHUB\n\nThe official **DockerHub** repository for this project is at: [https://hub.docker.com/r/dmportella/redis-commander/](https://hub.docker.com/r/dmportella/redis-commander/)\n\n[![dockeri.co](http://dockeri.co/image/dmportella/redis-commander)](https://hub.docker.com/r/dmportella/redis-commander/)\n\n# Running this solution\n\nThis quite simple to run all commands are detailed below.\n\n1. Clone this repository anywhere in your system.\n\n## Redis\n\nFirstly this setup uses a default and the official setup of redis from docker hub to install redis with a custom setup please visit redis web site.\n\n1. Pull the redis image. \n\n\u003e $ `docker pull redis`\n\n2. Run the newly installed image. \n\n\u003e $ `docker run --name redis -p \"6379:6379\" -d redis:latest`\n\n## Commander\n\n1. Build the redis commander dockerfile this command will create an image with the name commander and tag latest. \n\n\u003e $ `docker build -t commander:latest .`\n\n2. Run the docker instance from the create image this command will create an container with the name commander linked the redis container and it will expose the application on 127.0.0.1:8080. \n\n\u003e $ `docker run --name commander --link redis:redis -p 127.0.0.1:8080:8080 -d commander:latest`\n\n## Credentials\n\nThe default credentials are detailed below however if you want to change them you can pass pass in the following environment variables on the docker run command. See docker help docs for details about overridding environment variables on the run command.\n\n\u003e `COMMANDER_USER` and `COMMANDER_USER_PWD`.\n\n### Default values\n\n\u003e URL: http://localhost:8080\n\n\u003e User name: `guest`\n\n\u003e Password: `guest`\n\n## Addition helpful commands\n\nsee below a list of useful commands.\n\n### Bash into the container\n\n\u003e $ `docker exec -it commander bash`\n\n### Stop and delete the container and image\n\n\u003e $ `docker stop commander \u0026\u0026 docker rm commander \u0026\u0026 docker rmi commander`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmportella%2Fdocker-redis-commander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmportella%2Fdocker-redis-commander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmportella%2Fdocker-redis-commander/lists"}