Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Create Dokku Apps - PaaS Deployment | Online Free DevTools by Hexmos

Create and manage apps with Dokku, the Docker-powered PaaS. Streamline application deployment and scaling on your server with this easy-to-use tool. Free online tool, no registration required.

dokku

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

  • List running apps:

dokku apps

  • Create an app:

dokku apps:create {{app_name}}

  • Remove an app:

dokku apps:destroy {{app_name}}

  • Install plugin:

dokku plugin:install {{full_repo_url}}

  • Link database to an app:

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

See Also