example-voting-app icon indicating copy to clipboard operation
example-voting-app copied to clipboard

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

Results 91 example-voting-app issues
Sort by recently updated
recently updated
newest added

** 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...

** 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...

** 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...

**Description** `docker compose up` renders the following error while building an image for the worker app. ![image](https://github.com/dockersamples/example-voting-app/assets/16986940/66846aff-15d4-4fc8-a557-2e00c4e7c7bc)

This pull request addresses the issue where the initial CMD instruction in the Dockerfile was causing **/bin/sh: 1: /seed/generate-votes.sh: not found** Error. ### Changes Made Updated Dockerfile under /seed-data directory...

Hello everyone, I played around a bit with including wasm_runtime support in the current example, I forked from the current repository and used wasm runtime for the "result" service. You...