example-voting-app
example-voting-app copied to clipboard
Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
TLDR: need to rebuild and repush `dockersamples/examplevotingapp_vote:before`, `dockersamples/examplevotingapp_result:before` and / or `dockersamples/examplevotingapp_worker` Steps to repro: - clone this repo - `docker stack deploy -c docker-stack.yml demo` - go to `localhost:5000`...
I have installed the Docker Desktop app on MacOS Catalina 10.15.5 and example-voting-app_result_1 is not displaying in the browser (tested on Chrome). Other containers work fine, including the example-voting-app_vote_1. All...
**Image Problems** 1. **Old Images**: Code has changed in this repo and images are older than the code, causing old PR fixes to have no effect if you're using the...
** 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...
Expected behavior Example Voting Application builds Actual behavior gunicorn fails to build due to wrong Python version Information Happens every time I run command docker-compose up build Windows cmd shell...
I noticed that Dockerfile inside result folder has this `CMD ["node", "server.js"]` and the docker-compose.yml has a result service that has this `command: nodemon server.js`. Are they not do same...
Please provide the following information so we can assess the issue you're having **Description** Follow instruct [Start a sample application](https://docs.docker.com/docker-for-windows/dashboard/) error of run docker-compose up --build. **Steps to reproduce the...
**Description** There's something with the .net version of the worker app that causes it to randomly not connect to db or redis on startup, which results in a crash. Over...
**Got error when trying to reproduce the "docker-compose up" ** **Output of `docker version`:** Client: Docker Engine - Community Version: 19.03.5 API version: 1.40 Go version: go1.12.12 Git commit: 633a0ea...