dokku Command Examples

Docker powered mini-Heroku (PaaS). Easily deploy multiple apps to your server in different languages using a single git-push command. More information: https://github.com/dokku/dokku.

dokku apps

dokku apps:create {{app_name}}

dokku apps:destroy {{app_name}}

dokku plugin:install {{full_repo_url}}

dokku {{db}}:link {{db_name}} {{app_name}}