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

networking on docker #45

Open
lucaventurini opened this issue Jul 4, 2017 · 1 comment
Open

networking on docker #45

lucaventurini opened this issue Jul 4, 2017 · 1 comment

Comments

@lucaventurini
Copy link

Hi,

I found the README for the docker container a bit confusing...

What I did to run the 2 containers (Redis and xcessiv) was simply:

docker run --name some-redis -d redis
docker run -P --name='xcessiv' --link some-redis:redis reiinakano/xcessiv xcessiv -H redis -P 6379

without the need to figure out the ip of the redis container.

@reiinakano
Copy link
Owner

Hi @lucaventurini! That's certainly a much cleaner way to run Xcessiv on Docker. Thanks! Will be adding that to the README soon.

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

2 participants