example-voting-app
example-voting-app copied to clipboard
Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
CRLF in .sh healthcheck scripts seems to causes failures. git clone with default parameters on Windows would change all line endings to CRLF. The .gitattributes file makes sure the LF...
Currently, when we update the README.md in this repo, it doesn't update the readme in Docker Hub. Making a workflow for this that only fires on changing README.me would fix...
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE EXAMPLE VOTING APP ** * If you have a bug working with Docker itself, not related to these...
Correct image repos on Docker Hub: ```text dockersamples/examplevotingapp_vote dockersamples/examplevotingapp_worker dockersamples/examplevotingapp_result ``` The alternate location is GitHub Container Registry: ```text ghcr.io/dockersamples/example-voting-app-vote ghcr.io/dockersamples/example-voting-app-worker ghcr.io/dockersamples/example-voting-app-result ```
For the below repos, complete these tasks: - [x] Enable CVE scanning in docker Hub - [x] Add descriptions and basic readmes - [x] Remove outdated image tags (or add...
[This docs.docker.com example](https://docs.docker.com/compose/compose-file/compose-file-v3/#compose-file-structure-and-examples) for the older compose v3 spec is outdated, and is based on the docker-stack.yaml file in this repo, which is now updated to v3.9 and simplified.
Notes Formation ( Notion )
Hi, The diagram appears to have an error in the direction of communication between Redis and the Worker. While the diagram shows Redis communicating with the Worker, network traffic analysis...