
Dokku
Dokku is a Docker-powered PaaS that enables you to build and deploy any kind of application using Dockerfiles or buildpacks, with Heroku-style git deployment.
About
Dokku is a self-hosted Platform as a Service (PaaS) that runs on a single server or VM. It provides a Heroku-like deployment experience where you can push code via git and Dokku automatically builds Docker containers, manages dependencies, and runs your applications. It's designe…