Product Avatar Image

Dokku

Show rating breakdown
55 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.2
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

29
21
4
1
0

Dokku Reviews

Review Filters
Profile Name
Star Rating
29
21
4
1
0
Omar Q.
OQ
Omar Q.
Backend Programmer
04/19/2016
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Amazing piece of software, use it all the time for personal deployments! AMAZING!

I love dokku's simplicity. Dokku allows you to get a simple server up and running in no time, do some configuration and start testing your code! Just the speed and simplicity of Dokku means everything to me.
Matías L.
ML
Matías L.
Python developer at Vixionar
04/19/2016
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Great choice to manage your site in production!

Dokku is very easy to setup because it works as a Single Host PaaS. Once installed you can host multiple sites with all different architectures.
Francois L.
FL
Francois L.
Web Developer
04/19/2016
Validated Reviewer
Review source: G2 invite
Incentivized Review

Powerful and very easy to use.

Deploying a web application by *pushing* its associated git repository master branch is very convenient and feels so natural. I knew Heroku users could do this and always envied them for this reason alone! Using Heroku for all my projects have been a no-go for me because of the cost. Dokku offers a similar platform for free! I can install it on a cloud platform such as DigitalOcean, which is very affordable for freelancers or small development teams. Thanks to Docker, which Dokku is based on, your app(s) lived inside isolated *containers* which give you the portability of a virtual machine, but lighter and with less overhead. Another great thing with Dokku is the plugin system. You want Postgresql database support? Just install a plugin using the Dokku built-in command: dokku plugins:install plugin-git-url. Dokku 0.5+ also allows you to run pre-deploy and post-deploy commands using an app.json manifest (as Heroku users can do). This mean, for example, that you can run database migrations automatically on deploy, which you couldn't do before 0.5. I also like the facts that Dokku uses the same buildpacks as Heroku.

About

Contact

HQ Location:
N/A

Social

@dokku

What is Dokku?

Dokku is an open-source project that simplifies the process of deploying and managing applications on your own servers. Essentially a mini-Heroku powered by Docker, Dokku provides a highly accessible platform-as-a-service (PaaS) experience that allows developers to push code, build containers, and run them on any server with minimal hassle.The innovative approach of Dokku leverages Docker's container technology to ensure that applications are isolated and their dependencies are contained, which simplifies scaling and increases deployment speeds. Ideal for small to medium deployments, developers can enjoy the benefits of a Heroku-like environment without the associated costs.With its simple git push-based deployment mechanism, Dokku allows developers to deploy their web applications easily by just pushing their code from their local git repository. Additionally, Dokku supports a variety of programming languages and frameworks, making it versatile for different development needs.

Details

Website
dokku.com