/install dokku
Dokku
Dokku is a PaaS; commands run on the Dokku host (SSH or local). Prefer running long operations (deploys, builds) in the background — use exec with background: true or short yieldMs when the tool allows.
Section index
Detailed command syntax and examples live in each section file. Read the relevant file when performing that category of task.
| Section | File | Commands / topics |
|---|---|---|
| Apps | apps/commands.md | create, destroy, list, rename, clone, lock, unlock, report |
| Config | config/commands.md | get, set, unset, export |
| Domains | domains/commands.md | add, set, remove, set-global, report |
| Git / deploy | git/commands.md | from-image, set, deploy-branch, git push |
| Run (one-off / background) | run/commands.md | run, run:detached |
| Logs | logs/commands.md | logs, logs:failed, logs:set |
| Process (ps) | ps/commands.md | scale, rebuild, restart, start, stop |
| Plugin | plugin/commands.md | list, install, update, uninstall |
| Certs | certs/commands.md | add, remove, generate |
| Nginx | nginx/commands.md | build-config, show-config, set |
| Storage | storage/commands.md | mount, list |
| Network | network/commands.md | report, bind-all-interfaces |
| Install | install/commands.md | Installing Dokku (bootstrap, post-install, alternatives) |
| Upgrade | upgrade/commands.md | Upgrading Dokku; check migration guides before upgrading |
| Cleanup | cleanup/commands.md | Cleaning up Dokku and containers (prune, builder prune, apps) |
Quick reference
- Create app:
dokku apps:create \x3Capp-name> - Deploy (git): Add remote
dokku@\x3Chost>:\x3Capp-name>, thengit push dokku \x3Cbranch>:master - Deploy (image):
dokku git:from-image \x3Capp> \x3Cdocker-image> - Run in background (Dokku):
dokku run:detached \x3Capp> \x3Ccmd>ordokku run --detach \x3Capp> \x3Ccmd> - Agent-side background: For long deploys/installs, run the shell command via exec with
background: trueor shortyieldMs; poll or check logs as needed.
For full command details and options, see the section files above.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dokku - After installation, invoke the skill by name or use
/dokku - Provide required inputs per the skill's parameter spec and get structured output
What is dokku?
Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 2035 downloads so far.
How do I install dokku?
Run "/install dokku" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is dokku free?
Yes, dokku is completely free (open-source). You can download, install and use it at no cost.
Which platforms does dokku support?
dokku is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created dokku?
It is built and maintained by dFlow (@akhil-naidu); the current version is v0.0.1.