Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dockersamples
/
example-voting-app
Public
Notifications
You must be signed in to change notification settings
Fork
15.4k
Star
5.6k
Code
Issues
17
Pull requests
54
Actions
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Oct 10, 2024
Merge pull request #380 from dockersamples/change-ports
Show description for 63e9150
mikesir87
authored
63e9150
Copy full SHA for 63e9150
Change ports of vote/result ports from 5000/5001 to 8080/8081
Show description for 620c76c
mikesir87
committed
620c76c
Copy full SHA for 620c76c
Merge pull request #379 from dvdksn/example-voting-app-fixups
mikesir87
authored
1df1971
Copy full SHA for 1df1971
lint: fix InvalidDefinitionDescription
Show description for a4901e4
dvdksn
committed
a4901e4
Copy full SHA for a4901e4
lint: fix JSONArgsRecommended
Show description for 1940973
dvdksn
committed
1940973
Copy full SHA for 1940973
lint: fix FromAsCasing
Show description for 0d75901
dvdksn
committed
0d75901
Copy full SHA for 0d75901
lint: fix LegacyKeyValueFormat
Show description for 2932a6f
dvdksn
committed
2932a6f
Copy full SHA for 2932a6f
Commits on Sep 20, 2024
Merge pull request #292 from julienadam/main
Show description for 8cd0cad
mikesir87
authored
8cd0cad
Copy full SHA for 8cd0cad
Commits on Nov 2, 2023
Adjust name of debug launch config
mikesir87
committed
2dede80
Copy full SHA for 2dede80
Commits on Oct 27, 2023
Merge pull request #311 from dockersamples/fix-python-reloading
Show description for 8b0f5ad
mikesir87
authored
8b0f5ad
Copy full SHA for 8b0f5ad
Fix file mounts (work dir change) and python reloading
Show description for 5c3aa29
mikesir87
committed
5c3aa29
Copy full SHA for 5c3aa29
Commits on Oct 24, 2023
Merge pull request #310 from dockersamples/adjust-inspect
Show description for c688f50
mikesir87
authored
c688f50
Copy full SHA for c688f50
Don't break on user script at start and bind debug only locally
mikesir87
committed
7e0e20a
Copy full SHA for 7e0e20a
Merge pull request #308 from dockersamples/add-node-debugger-support
Show description for 85b4013
mikesir87
authored
85b4013
Copy full SHA for 85b4013
Merge pull request #307 from dockersamples/update-versions
Show description for cdfd5e0
mikesir87
authored
cdfd5e0
Copy full SHA for cdfd5e0
Commits on Oct 19, 2023
Add debug port support for the results (node) app
mikesir87
committed
6286b6c
Copy full SHA for 6286b6c
Commits on Oct 18, 2023
Simplify .NET multi-platform Dockerfile (#301)
Show description for d268b89
lbussell
authored
d268b89
Copy full SHA for d268b89
Commits on Sep 18, 2023
Update result libs to latest versions & resolve socket.io CVE
Show description for 67cab55
mikesir87
committed
67cab55
Copy full SHA for 67cab55
Update vote service to python:3.11
Show description for f9c58a0
mikesir87
committed
f9c58a0
Copy full SHA for f9c58a0
Commits on Apr 6, 2023
Adding a git attributes file to avoid EOL issues
Show description for 574e6a7
Julien Adam
committed
574e6a7
Copy full SHA for 574e6a7
Commits on Feb 23, 2023
updated architecture diag (#286)
BretFisher
authored
3accda9
Copy full SHA for 3accda9
Commits on Dec 17, 2022
remove redis port (#278)
BretFisher
authored
897171c
Copy full SHA for 897171c
remove dupe dotnet voting and result apps (#277)
BretFisher
authored
f1445f4
Copy full SHA for f1445f4
add before and after tags for demos (#276)
BretFisher
authored
0737688
Copy full SHA for 0737688
Remove namespace from k8s example (#275)
Show description for c76fbd6
BretFisher
authored
c76fbd6
Copy full SHA for c76fbd6
fix dotnet build (#274)
BretFisher
authored
93ee0a5
Copy full SHA for 93ee0a5
compose and K8s file cleanup (#273)
BretFisher
authored
226edf0
Copy full SHA for 226edf0
Commits on Dec 16, 2022
Adding docker hub to push list (#271)
Show description for f0fb81f
BretFisher
authored
f0fb81f
Copy full SHA for f0fb81f
Clean up worker service (#272)
Show description for 7e7445a
mikesir87
authored
7e7445a
Copy full SHA for 7e7445a
Merge pull request #263 from dockersamples/gha-init
Show description for eaa19a7
mikesir87
authored
eaa19a7
Copy full SHA for eaa19a7
Merge branch 'main' into gha-init
BretFisher
committed
0f4f923
Copy full SHA for 0f4f923
Merge pull request #268 from dockersamples/update-result-deps
Show description for f379254
mikesir87
authored
f379254
Copy full SHA for f379254
Commits on Dec 9, 2022
update result node.js deps for multi-arch
BretFisher
committed
3ccc624
Copy full SHA for 3ccc624
Merge pull request #266 from ErjanGavalji/main
Show description for 372d825
mikesir87
authored
372d825
Copy full SHA for 372d825
disable worker arm/v7 support for now
BretFisher
committed
5a23ae2
Copy full SHA for 5a23ae2
Pagination
Previous
Next
You can’t perform that action at this time.