# History ## 0.22.6 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.22.6/bootstrap.sh sudo DOKKU_TAG=v0.22.6 bash bootstrap.sh ``` ### Bug Fixes - #4295: @josegonzalez Update ps subcommands and triggers ### New Features - #4286: @josegonzalez Add support for templated CHECKS files - #4294: @josegonzalez Enhance ssh client logging output - #4291: @josegonzalez Add log aggregation support via Vector - #4288: @josegonzalez Add the pid of the dokku process to event logs - #4289: @josegonzalez Clean precheck tmp file on exit ### Refactors - #4287: @josegonzalez Refactor parallelized goroutines to use error groups ### Documentation - #4292: @thomasfedb Update docs to note support for Ubuntu 20.04 - #4293: @ltalirz Fix path in persistent storage docs ### Other - #4290: @josegonzalez Add support for debug logging plugin trigger stderr and stdout
Dokku
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
Backers
Support us with a monthly donation and help us continue our activities. [Become a backer]
Requirements
A fresh VM running any of the following operating systems:
- Ubuntu 16.04/18.04/20.04 x64 - Any currently supported release
- Debian 9+ x64
- CentOS 7 x64 (experimental)
- Arch Linux x64 (experimental)
An SSH keypair that can be used for application deployment. If this exists before installation, it will be automatically imported into dokku.
Otherwise, you will need to import the keypair manually after installation using dokku ssh-keys:add.
Installation
To install the latest stable release, run the following commands as a user who has access to sudo:
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.6/bootstrap.sh
sudo DOKKU_TAG=v0.22.6 bash bootstrap.sh
You can then proceed to the ip address or domain name associated with your server to complete the web-based installation.
If you wish for a more unattended installation method, see these docs.
Upgrade
View the docs for upgrading from an older version of Dokku.
Documentation
Full documentation - including advanced installation docs - are available online at http://dokku.viewdocs.io/dokku/.
Support
You can use Github Issues, check Troubleshooting in the documentation, or join us on freenode in #dokku.
Contribution
After checking Github Issues, the Troubleshooting Guide or having a chat with us on freenode in #dokku, feel free to fork and create a Pull Request.
While we may not merge your PR as is, they serve to start conversations and improve the general Dokku experience for all users.
License
MIT License © Jeff Lindsay