Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for specifying Redis username when creating container #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mois-ilya
Copy link

Problem: The user encountered an issue where the desired tool is not compatible with the default version of Redis installed using the DOCKER OFFICIAL IMAGE from this link: https://hub.docker.com/_/redis. The issue occurs because Redis now supports having a user.

Solution: With this commit, I've added support for specifying a Redis username when creating a container.

Changes

  • Added support for specifying Redis username when creating a container

How to Test

  1. Pull changes and create a new container with the desired Redis username.
  2. Verify if the specified username is working as expected with Redis instance.

Additional Notes

Please update the documentation in case there are any breaking changes to existing user installations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant