xcessiv icon indicating copy to clipboard operation
xcessiv copied to clipboard

networking on docker

Open lucaventurini opened this issue 7 years ago • 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.

lucaventurini avatar Jul 04 '17 15:07 lucaventurini

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

reiinakano avatar Jul 04 '17 16:07 reiinakano