reiinakano/xcessiv

networking on docker

lucaventurini opened this issue · 1 comments

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.

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