We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
Hi @lucaventurini! That's certainly a much cleaner way to run Xcessiv on Docker. Thanks! Will be adding that to the README soon.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: