Redis – Can I push a docker compose application for others to pull and run on their systems?
I followed this docker tutorial https://docs.docker.com/compose/gettingstarted/ So i ended with a python app which is connects to Redis. When I go to http://localhost:5000/ I can see that every time I refresh the page, a counter adds up by 1. I…