This container depends on redis, make sure you are running redis before you run this container.
docker run -d --name=redis redis:latest
Pass container name or ip address of redis
docker run -it -p 8080:5000 -e "redis_host=redis" kammana/nodeapp:0.0.1
Open browser and put the following url http://localhost:8080