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

docker image #40

Open
cyberhck opened this issue Mar 2, 2018 · 5 comments
Open

docker image #40

cyberhck opened this issue Mar 2, 2018 · 5 comments

Comments

@cyberhck
Copy link

cyberhck commented Mar 2, 2018

Publishing a docker image would be quite nice :)

@ScottEAdams
Copy link

@ScottEAdams
Copy link

or just roll your own
https://github.com/birkof/docker-images/blob/master/redis-browser/Dockerfile

@ScottEAdams
Copy link

FYI, this is what was required for me. I am using a config.yml for my connections.

FROM ruby:alpine

RUN apk add --update nodejs build-base gcc && rm -rf /var/cache/apk/*

RUN gem install redis-browser

ADD config.yml .

EXPOSE 4567

WORKDIR .

ENTRYPOINT ["redis-browser", "--config", "config.yml"]

@cyberhck
Copy link
Author

cyberhck commented Mar 5, 2018

I ended up using something off the docker-hub, just saying, it's good if docker image are published from this repo, when you're doing CI, so that one would get updated images. That image was last updated Oct 19 2016 apparently. Which is recent in no way.

@prettyyjnic
Copy link

It default listening at 127.0.0.1:4567 . It's there any config that i can change it?

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

No branches or pull requests

3 participants