Embed presentation
Download as PDF, PPTX




















Dokku is a mini-Heroku platform that provides a PaaS-like experience without needing to build a full PaaS. It uses Git and SSH to receive code pushes, buildpacks to detect and prepare the app runtime, Docker to containerize apps, and Nginx to handle HTTP traffic. Dokku provides an interface between developers and production infrastructure by solving code deployment with Gitreceive, runtime preparation with buildpacks, containerization with Docker, and HTTP routing with Nginx.


















