dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.75k stars 10.99k forks source link

Updated README.md #288

Closed AtriChatterjee1 closed 1 year ago

AtriChatterjee1 commented 1 year ago

280

Added the official docker image locations of voting-app , result-app and the worker in the README.md

BretFisher commented 1 year ago

How about not replacing the links to where the source lives, and just adding (image) with a link to each line?

mikesir87 commented 1 year ago

Instead of adding an image to the line, folks can look into the Dockerfile for each of the services. If we wanted to provide more information about how each service works, I'd recommend we either add a section in the README about each service or create a separate README for each service in their respective folders.

As such, we aren't going to merge this PR, but am happy to talk further about the other approaches and ideas if you still feel they are needed @AtriChatterjee1. If so, feel free to create an issue and we'll chat from there!