• 0 Posts
  • 4 Comments
Joined 1Y ago
cake
Cake day: Aug 04, 2023

help-circle
rss


My favorite is the ‘here be dragons’ ASCII art, that’s how you know you’re in for a fun time


Docker for example is used on the Kbin project. They’ve created a docker image that gets PHP, Posgres and all the other services needed to get up and running with the project.

Without that image you’d have to manually get everything up and running and while I’m sure some people are comfortable jumping into a new project, having a single image that does most of the legwork means you can attract developers who just want to get started right now.

This is super handy for UI/UX/Designers/concept focused people who need to get the project running locally quickly.