What I have done:
> docker pull redis > docker run --name redis -p 7379:6379 -d redis > npm install -g redis-commander
**