mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
432 B
432 B
Process/Container management
Dokku supports rudimentary process (really container) management via the ps plugin.
ps <app> List processes running in app container(s)
ps:restart <app> Restart app container(s)
ps:start <app> Start app container(s)
ps:stop <app> Stop app container(s)