Dokku
Overview
Recent Reviews
Video Reviews
Leaving a video review helps other professionals like you evaluate products. Be the first one in your network to record a review of Dokku, and make your voice heard!
Pricing
View all pricingEntry-level set up fee?
- No setup fee
Offerings
- Free Trial
- Free/Freemium Version
- Premium Consulting / Integration Services
Would you like us to let the vendor know that you want pricing?
4 people want pricing too
Alternatives Pricing
Features Scorecard
No scorecards have been submitted for this product yet.Start a Scorecard.
Product Details
What is Dokku?
Dokku is an extensible, open source Platform as a Service that runs on a single server of your choice.
To start using Dokku, users need a system that meets the following minimum requirements:
- A fresh installation of Ubuntu x64: Any currently supported release, Debian 8.2 x64 or CentOS 7 x64 (experimental) with the FQDN set
- At least 1 GB of system memory
Users can optionally have a domain name pointed at the host's IP, though this is not necessary.
Dokku is designed for usage on a fresh VM installation, and should install all necessary dependencies if installing via the bootstrap method.
Dokku Technical Details
Operating Systems | Unspecified |
---|---|
Mobile Application | No |
Comparisons
View all alternativesCompare with
Reviews and Ratings
(1)
Reviews
(1-1 of 1)- Popular Filters
Companies can't remove reviews or game the system. Here's why
January 24, 2020
Excellent PaaS for In-House Deployments
I use Dokku as a platform to orchestrate the deployment of and connect services to multiple in-house applications. It is an incredibly versatile tool that doesn't require much configuration to get started with but allows countless options to address your specific needs. Its ability to restart stopped serviced and connect services like Redis to my apps is invaluable.
- Dockerfile deployments are an incredibly simple and straightforward way to spin up applications.
- The docker-options plugin allows endless direct configuration of options passed to different docker lifecycle stages.
- Dokku might overreach on its assumptions about how you want to host your app, using its own VHOSTS plugin by default. This may be a pro or a con depending on what you want.
- Proxy port configuration can be somewhat difficult, with Dokku resetting any pre-deployment configuration to "smart" defaults on the first deployment.