How to expose redis-server port started using "webdis docker image" to host machine
I want to monitor redis running in webdis docker container. I use telegraf which collects redis stats but, telegraf is installed on host machine and it cannot connect to redis as it is running inside docker on 6379 port. I…