Apps Built with Docker
Docker's practical contribution to teams here is making environments reproducible when the machines are not. Developers work on whatever hardware they have (mixed operating systems, varied versions, some quite old), and containers mean the application behaves the same on all of them and again in production. That removes a category of problem small teams cannot afford to spend days on. It also makes hosting portable: a containerised application can move between providers as pricing or latency changes, which is real leverage when infrastructure is billed in dollars. Onboarding gets faster too, since a new contributor runs one command instead of following a setup document that went stale months ago. Almost every serious backend product here uses it somewhere. Browse the products below.
Invity
Vos Invitations de mariage numériques, envoyées sur WhatsApp
Sokial
Every pull request becomes an installable app
CamerInd
AI platform connecting top talent with the ideal recruiters.
Clario
Professional email for your domain, without the complexity
CVBrain
Votre CV parfait grâce à l'IA
Muleta
Open-source dashboard for BullMQ
Grimm Point
Payez en Bitcoin, simplement
LayerRail
Open Source AWS Alternative
Browse by tech stack
Frequently asked questions
- Why does containerisation matter for small teams?
- It makes the application behave identically across mismatched developer machines and production, eliminating environment bugs nobody has time to chase.
- Does Docker help with hosting costs?
- Indirectly. Containers make it practical to move between providers as pricing or regional latency changes, rather than being locked in.